/*
Basic StyleSheet.
Enthält alle Hauptelemente.
*/	


/*
Grundsätzliches
*/	

body, html {
margin: 0; 
padding: 0; 
background-color:#154B78;
border: 0px none;
}

#oben {
width: 100%;
height: 75px;
background-color:rgb(50,105,161);
padding: 0; 
padding-top: 30px;
margin: 0;
border: 0px none;
text-align: center;
}

#mosaik {
width: 100%;
height: 31px;
background-color:rgb(50,105,161);
padding: 0; 
margin: 0;
border: 0px none;
background-image:url(bilder/mosaik1.gif);
background-repeat: repeat-x; 
}

#hauptnavi {
width: 100%;
height: 31px;
background-color:rgb(29,188,183);
padding: 0; 
padding-top: 7px;
margin: 0;
border: 0px none;
text-align: center;
color: #ffffff;
}

#navi {
width: 100%;
height: 31px;
background-color:rgb(21,138,134);
padding: 0; 
padding-top: 7px;
margin: 0;
text-align: center;
color: #ffffff;
border: 0px none;
border-top: 0px solid rgb(223,243,242);
}


html, body, div, span, p, h1, h2, table, tr, td, ul, li, ol, a, input, textarea {
font-family : Tahoma, Arial, Helvetica, sans-serif;
color : #031728;
font-size: 0.95em;
}

#inhalt {
margin: 0;
padding: 0;
background-color:rgb(255,255,255);
height: 100%;
width: 780px;
border-right: 1px solid #ffffff;
}

h1 {
font-size: 0.95em;
}

h2 {
font-size: 0.9em;
}


h3 {
font-size: 0.9em;
}

h4 {
font-size: 0.9em;
}

h5 {
font-size: 0.9em;
}

h6 {
font-size: 0.9em;
}

a.klein {
font-size: 0.7em;
color:rgb(255,255,255);
}

a:hover.klein {
font-size: 0.7em;
color:rgb(255,255,255);
font-weight: bold;
}

a:active.klein {
font-size: 0.7em;
color:rgb(255,255,255);
font-weight: bold;
}

a.kleinactive {
font-size: 0.7em;
color:rgb(255,255,255);
font-weight: bold;
}

a:hover.kleinactive {
font-size: 0.7em;
color:rgb(255,255,255);
font-weight: bold;
}

a:active.kleinactive {
font-size: 0.7em;
color:rgb(255,255,255);
font-weight: bold;
}


a.weiss {
color: rgb(255,255,255);
text-decoration: none;
font-size: 0.85em;
font-weight: bold;
}


a:hover.weiss {
color:#F6E68F;
text-decoration: none;
font-size: 0.85em;
font-weight: bold;
}

a:active.weiss {
color:#F6E68F;
font-weight: bold;
text-decoration: none;
font-size: 0.85em;
}

a.weissok {
color:#F6E68F;
font-weight: bold;
text-decoration: none;
font-size: 0.85em;
}

a:hover.weissok {
color:#F6E68F;
font-weight: bold;
text-decoration: none;
font-size: 0.85em;
}

a:active.weissok {
color:#F6E68F;
font-weight: bold;
text-decoration: none;
font-size: 0.85em;
}

.fett {font-weight: bold;}


#links {
margin: 0px; 
float: left; 
width: 310px;
padding: 0px;
}

#rechts {
margin: 0;
margin-bottom: 20px; 
margin-left: 20px; 
padding: 0;
padding-right: 20px;
}

fieldset {
border: 0;
}

#text {
margin-top: 0;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
border: 0px none;
}



.kurzuebersicht {
border: 1px solid;
padding: 5px;
font-weight: bold;
}

ul {
list-style: square inside;
font-size: 1em;
}


.cleaner {
clear: both;
height: 0px;
font-size: 1px;
border: 0px none;
background-color:rgb(255,255,255);
margin: 0;
padding: 0;
}


#fuss {
width: 100%;
padding: 0px;
margin: 0;
border-top: 1px solid #0C615E;
border-bottom: 0px solid #0C615E;
border-right: 0px solid #0C615E;
border-left: 0px solid #0C615E;
background-color:rgb(21,138,134);
text-align: right;
height: 100%;
color: #ffffff;
}

#datum {
float: left;
padding-left: 0px;
margin-top: 20px;
}

#sonstiges {
float:right;
margin-right: 0px;
margin-top: 20px;
font-size: 1.0em;
}


/*

*/	
.imgl {margin-left: 0; margin-right: 10px; margin-top: 0; margin-bottom: 10px;} 
	
.unsichtbar {
		display: none;
	}
	

