html, body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html{
	background-color: #fff;
	font-size:95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
}
body{
	background-color: #fff;
	font-size:100%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
}
h1, h2, h3, h4, h5, h6, p, form {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
}

img{
	border:none;
}

.invisible{
	display:none;
}

#sw-hidden{
	display:none;
}


#header{
}
#logoarea{
	text-align:center;
}
#logo{
	display:none;
}
#logo-sw{
	width:10%;
	display:block;
}

#main-nav{
	display:none;
}

#main{
	background: #fff;
}

#sub-navigation{
	display:none;
}

#styleswitcher{
	margin-left:1em;
	display:block;
}

#styleswitcher a{
	padding:0 0.5em 0 0;
}

#styleswitcher img{
	width:1em;
	height:1em;
}

#content{
	padding: 1em 1em 1em 1em;
	background:#fff;
}


#content a {
	font-family:Arial, Helvetica, sans-serif;
}
#content a:link { color: #000000 }
#content a:visited { color: gray }
#content a:active { color:#000; background: #fff; }
#content a:hover { color:#fff; background: #000;
		font-size: 1.25em; text-decoration: none }

#content h1{
	font-weight:bold;
}
.vorspann{
	font-weight:bold;
	margin-bottom:1em;
}

.fliesstext{
	margin-bottom:1em;
	text-align:justify;
}
.fliesstext:first-letter{
	padding-left:1em;
}

.fliesstext-ohne{
	margin-bottom:1em;
	text-align:justify;
}

.border{
	font-size:0.4em;
	line-height:0.4em;
	background:#000;
	margin:0;
	padding:0;
	visibility:visible;
	width:100%;
}


.spalte_100 { width:290px; }
.spalte_200 { width:500px; }
.spalte_300 { width:700px; }
.spalte_400 { width:900px; }
.spalte_500 { width:95%; }
.spalte_600 { width:95%; }
.spalte_050 { width:80px; }
.spalte_150 { width:400px; }
.spalte_250 { width:600px; }
.spalte_350 { width:800px; }
.spalte_450 { width:95%; }
.spalte_550 { width:95%; }


#linieunten {
	  border-bottom-width:1px;
	  border-bottom-style:dotted;
	  border-color:grey;  }

#linierechts {
	  border-right-width:1px;
	  border-right-style:dotted;
	  border-color:grey;  }

#linieoben {
	  border-top-width:1px;
	  border-top-style:dotted;
	  border-color:grey;  }

#linielinks {
	  border-left-width:1px;
	  border-left-style:dotted;
	  border-color:grey;  }


#grau {
	font-size:75%;
}

/* Stand 12.02.2009 */
