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


/*
Grundsätzliches
*/	

html, body {
margin:0;
padding:0;
border: 0;
background-color:#ffffff;
height: 100%;
}

html, body, div, span, p, h1, h2, h3, h4, caption, table, tr, th, td, ul, li, ol, a, input, textarea, select, option {
font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
color : #010066;
font-size: 0.95em;
}


#alles {
width: 980px;
border-top: 10px solid #ef970d;
border-left: 1px solid #010066;
border-right: 1px solid #010066;
border-bottom: 1px solid #010066;
margin: 0px;
padding: 0px;
text-align: center;
height: 100%;
}

#leisteoben {
width: 100%;
height: 13px;
margin: 0px;
padding: 0px;
border: 0px;
background-color:#ef970d;
}

#top {
width: 100%;
height: 155px;
margin: 0px;
padding: 0px;
border: 0px;
background-image:url(bilder/logo.gif); 
background-color:#3d76af;
background-repeat:no-repeat; 
background-position: 24px 10px;
}

#navi {
width: 100%;
height: 35px;
padding: 0px;
background-color:#010066;
color: #ffffff;
text-align: left;
}

#buttonsnavi {
padding: 5px;
padding-left: 60px;
padding-top: 11px;
}

#container {
border: 0px;
margin: 0px;
padding: 0px;
height: 100%;
}

#inhalt {
float: left;
width: 800px;
margin: 0;
padding: 0;
background-color: #ffffff;
font-size: 1em;
text-align: left;
}

#text {
margin: 0;
padding: 8px;
padding-top: 10px;
padding-left: 60px;
border: 0px;
background-color: #ffffff;
font-size: 1em;
}

#nurtext {
margin: 0px;
padding: 0px;
border: 0px;
background-color: #ffffff;
font-size: 1em;
}

#textt {
border: 0px;
margin: 0px;
padding: 0px;
font-size: 1em;
}


#rechts {
float: right;
width: 170px;
margin: 0px;
margin-top: 19px;
border: 0px;
background-color: #ffffff;
}

#textrechts {
margin: 0px;
padding: 10px;
padding-top: 10px;
border: 0px;
}

h1 {
color:#ef970d;
font-weight: bold;
}

h2 {
color:#3d76af;
font-weight: bold;
}


table, tr, td, th, caption {
font-size: 1em;
vertical-align: top;
}

caption {font-weight: bold;}

td, th {padding: 5px; text-align: left; vertical-align: top; border: 1px solid #010066;}

.farbig {
color:#ef970d;
}

a.untennavi {
color: #000000;
text-decoration: none;
}


a.obernavi {
color: #ffffff;
text-decoration: none;
font-weight: normal;
font-size: 1em;
}

a:hover.obernavi {
color: #ef970d;
text-decoration: none;
font-weight: normal;
}

a:active.obernavi {
color: #ffffff;
text-decoration: none;
font-weight: normal;
}

a.obernaviok {
color: #ef970d;
text-decoration: none;
font-weight: bold;
font-size: 1em;
}

a:hover.obernaviok {
color: #ef970d;
text-decoration: none;
font-weight: bold;
}

a:active.obernaviok {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.klein {
font-size: 10px;
}
.fett {font-weight: bold;}

.punkt {
font-size: 14px;
font-weight: bold;
}

.space {
height: 20px;
margin: 0;
padding:0;
border: 0;}

.rot {color: #ef970d;}

/*

*/	

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

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

