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:inline;
}


#header{
	width:95%;
	height:4.6em;
	background:#fff;
	overflow:hidden;
}
#logoarea{
	width:13em;
	float:left;
	padding:0;
	margin:0
}
#logo{
	padding: 0 0 0 0;
	width:6.4em;
	height:4.6em;
	margin-left: 3em;
}

#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;
	padding:0;
}
#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{
	color:#000;
	background: #fc3;
}
#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 big a{
	font-weight:bold;
	color: #fff;
	background: #5C86B8 url("tab-left.gif") no-repeat;
	text-decoration: none;
	padding-left: 10px;
	line-height:0.5em;
}
#main-navigation big a span{
	background: #5C86B8 url("tab-right.gif") right top no-repeat;
	padding-right: 10px;
}



#main-navigation a{
	font-weight:bold;
	color: #fff;
	background: #046 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: #000;
	background-color: #fc3;
}
#main-navigation a span{
	background: #046 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: #fc3;
}

#main{
	background: #eee url("images/menu-background_repeat.jpg");

}

#sub-nav{
	width:13em;
	float:left;
	padding:0;
	margin:0;
	background: #eee url("images/menu-background.jpg") left top no-repeat;
	height:940px;
}
#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: #fff;
	text-decoration: none;
}
#sub-navigation a:hover,
#sub-navigation a:focus,
#sub-navigation a:active{
	color: #fc3;
	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 3em 1em 1em;
	background:#fff;
	height:5000px;
}

#content a {
	font-family:Arial, Helvetica, sans-serif;
}
#content a:link { color: #000000 }
#content a:visited { color: gray }
#content a:active { color:#000; background: #fc3; }
#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;
	margin-right:1.2em;
}
.fliesstext:first-letter{
	padding-left:1em;
}

.fliesstext-ohne{
	margin-bottom:1em;
	text-align:justify;
	margin-right:1.2em;
}

.linksbuendig{
	margin-bottom:1em;
	text-align:left;
	margin-right:1.2em;
}

.border{
	font-size:0.4em;
	line-height:0.4em;
	background:#046;
	margin:0;
	padding:0;
	display:block;
	min-width:138em;
	width:100%;
}


#spruch {
	color: #fff;
	background: #046;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size:85%;
}
#spruchheader cite{
	color: #fff;
	background: #046 url("tab-left.gif") no-repeat;
	text-decoration: none;
	padding-left: 10px;
}
#spruchheader cite span{
	background: #046 url("tab-right.gif") right top no-repeat;
	padding-right: 10px
}


#spruch a:link { color: #fff }
#spruch a:visited { color: #fff }
#spruch a:active { color:#000; background: #fc3; }
#spruch a:hover { color:#000; background: #fc3;
		font-size: 1.1em; text-decoration: none }


#spruch small {	font-size: 1.0em; text-decoration: none }

#spruch h3 { font-size: 1.1em; }

#liniespruch {
	  border-top-width:1px;
	  border-top-style:dashed;
	  border-color:grey;  }

.zelle_links { width:49%; float:left; }
.zelle_rechts { width:49%; float:right; }
.zelle { width:100%; float:left; }

.bild_links { float:left; padding-right:20px; padding-bottom:20px; }
.bild_rechts { float:right; padding-left:20px; padding-bottom:20px; }

.spalte_100 { width:100px; }
.spalte_200 { width:200px; }
.spalte_300 { width:300px; }
.spalte_400 { width:400px; }
.spalte_500 { width:500px; }
.spalte_600 { width:600px; }
.spalte_050 { width:50px; }
.spalte_150 { width:150px; }
.spalte_250 { width:250px; }
.spalte_350 { width:350px; }
.spalte_450 { width:450px; }
.spalte_550 { width:550px; }


#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: darkgray;
	font-size:90%;
}

.gesamt { max-width:1000px; }

.gesamt_internet_explorer { width:850px; }


.tabelle_links { width:19%; float:left; }
.tabelle_rechts { width:79%; float:right; }

#calendar { position:relative; top:0px; left:0px; width:100%; height:85px;}
#calendar_headline { position:relative; top:0px; left:0px; width:100%; height:20px;}

.calendar_monthname { position:absolute; top:0px; left:  0px; width:690px; height:40px; background:#C0C0C0; border:5px solid #FFFFFF; padding:3px;}

.calendar_Montag { position:absolute; top:0px; left:  0px; width:90px; height:90px; background:#C0FFFF; border:5px solid #FFFFFF; padding:3px;}
.calendar_Dienstag { position:absolute; top:0px; left:100px; width:90px; height:90px; background:#C0FFFF; border:5px solid #FFFFFF; padding:3px;}
.calendar_Mittwoch { position:absolute; top:0px; left:200px; width:90px; height:90px; background:#C0FFFF; border:5px solid #FFFFFF; padding:3px;}
.calendar_Donnerstag { position:absolute; top:0px; left:300px; width:90px; height:90px; background:#C0FFFF; border:5px solid #FFFFFF; padding:3px;}
.calendar_Freitag { position:absolute; top:0px; left:400px; width:90px; height:90px; background:#C0FFFF; border:5px solid #FFFFFF; padding:3px;}
.calendar_Samstag { position:absolute; top:0px; left:500px; width:90px; height:90px; background:#FFC0FF; border:5px solid #FFFFFF; padding:3px;}
.calendar_Sonntag { position:absolute; top:0px; left:600px; width:90px; height:90px; background:#FFC0FF; border:5px solid #FFFFFF; padding:3px;}

.calendar_leer_Montag { position:absolute; top:0px; left:  0px; width:90px; height:90px; background:#C0C0C0; border:5px solid #FFFFFF; padding:3px;}
.calendar_leer_Dienstag { position:absolute; top:0px; left:100px; width:90px; height:90px; background:#C0C0C0; border:5px solid #FFFFFF; padding:3px;}
.calendar_leer_Mittwoch { position:absolute; top:0px; left:200px; width:90px; height:90px; background:#C0C0C0; border:5px solid #FFFFFF; padding:3px;}
.calendar_leer_Donnerstag { position:absolute; top:0px; left:300px; width:90px; height:90px; background:#C0C0C0; border:5px solid #FFFFFF; padding:3px;}
.calendar_leer_Freitag { position:absolute; top:0px; left:400px; width:90px; height:90px; background:#C0C0C0; border:5px solid #FFFFFF; padding:3px;}
.calendar_leer_Samstag { position:absolute; top:0px; left:500px; width:90px; height:90px; background:#C0C0C0; border:5px solid #FFFFFF; padding:3px;}
.calendar_leer_Sonntag { position:absolute; top:0px; left:600px; width:90px; height:90px; background:#C0C0C0; border:5px solid #FFFFFF; padding:3px;}

.kasten { width:480px; float:left;
	list-style-type:none;
	padding:  0.0em 0 0.0em 1.5em;
	background: #AFCBFF;
	border-top-width:5px;
	border-top-style:solid;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-color:white;
	background-image:url(images/kasten_5x5.gif);
	background-repeat:repeat-y;
	background-position:left center;
	padding-top:0.5em; }


/* Stand 18.02.2010 */
