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{
	width:55em;
	height:4.6em;
	background:#fff;
	overflow:hidden;
}
#logoarea{
	width:13em;
	float:left;
	padding:0;
	margin:0
}
#logo{
	display:none;
}
#logo-sw{
	padding:0 0 0 0;
	width:6.4em;
	height:4.6em;
	margin-left: 3em;
	display:block;
}

#styleswitcher{
	padding:2em 0 1em 1em;
	display:block;
}

#styleswitcher a{
	padding:0 0.5em 0 0;
}

#styleswitcher img{
	width:1em;
	height:1em;
}


#main-nav{
	color:#fff;
	margin: 0.6em 0 0 14em;
}
#internals{
	margin:0;
	padding:0;
}
#internals a{
	color:#fff;
	background: #fff;
	text-decoration:none;
	line-height:1.1em;
	padding-left:0.5em;
	padding-right:0.5em;
}
#internals a:focus,
#internals a:active{
	background: #000;
}


#main-navigation{
	list-style:none;
	padding:0;
	margin:0
}
#main-navigation li{
	float:left;
	margin:0;
	padding: 1.7em 0.1em 0 0;
	line-height:1.2em;
}
#main-navigation a{
	font-weight:bold;
	color: #000;
	background: #c0c0c0 url("tab-left.gif") no-repeat;
	text-decoration: none;
	padding-left: 10px;
}
#main-navigation a:hover,
#main-navigation a:focus,
#main-navigation a:active{
	color: #fff;
	background-color: #000;
}
#main-navigation a span{
	background: #c0c0c0 url("tab-right.gif") right top no-repeat;
	padding-right: 10px
}
#main-navigation a:hover span,
#main-navigation a:focus span,
#main-navigation a:active span{
	background-color: #000;
}


#main{
	background: #c0c0c0;
}

#sub-nav{
	width:13em;
	float:left;
	padding:0;
	margin:0;
}
#sub-navigation{
	list-style:none;
	padding:0;
	margin:2em 0 0 0;
}
#sub-navigation li{
	margin:0;
	padding:0;
}
#sub-navigation a{
	padding:  0.2em 0 0.2em 1em;
	line-height:1.2em;
	display:block;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}
#sub-navigation a:hover,
#sub-navigation a:focus,
#sub-navigation a:active{
	color: #fff;
	background:#000;
}

#sub-navigation li span{
	display:block;
	font-weight:bold;
	color: 000;
	text-decoration: none;
	padding:  0.2em 0 0.2em 1em;
	background: white;
	  border-right-width:1px;
	  border-right-style:solid;
	  border-top-width:1px;
	  border-top-style:solid;
	  border-bottom-width:1px;
	  border-bottom-style:solid;
	  border-color:#989898;

	background-image:url(pfeil_10x10.gif);
	background-repeat:no-repeat;
	background-position:left center;
}


#content{
	margin-left:13em;
	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.3em; 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;
	display:block;
	min-width:138em;
	width:100%;
}


#spruch {
	color: #000;
	background: #c0c0c0;
	text-decoration: none;
	padding-left: 10px;
}
#spruchheader cite{
	color: #000;
	background: #c0c0c0 url("tab-left.gif") no-repeat;
	text-decoration: none;
	padding-left: 10px;
}
#spruchheader cite span{
	background: #c0c0c0 url("tab-right.gif") right top no-repeat;
	padding-right: 10px
}

#spruch small {	font-size: 1.0em; text-decoration: none }


.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 {
	color: #505050;
}

/* Stand 12.02.2009 */