html {
 height: 101 %;
 }/* erzwingt Scrollbar im Firefox */
 
 * { padding: o; margin: o; 
}  
body { font:75% "Lucida Sans Unicode","Tahoma","Verdana","Geneva",sans-serif; 
background-image: url(Hintergrund.jpg);
}
html { height:: 101%} /* erzwingt Scrollbar im Firefox */


/*============================
		DIV-Bereiche
============================*/
#wrapper {
width: 73em;
margin: auto;
background-color:#E2E5E7; 
}
#kopfbereich { 
position:relative; /* positioniert; aber im Fluss */
background-image: 
width: 62,5em;
height:72px;
padding-top:25px;
padding-right:0px;
padding-left:25px;
padding-bottom: 25px;
border-bottom: solid 5px #E2E5E7;
text-align:left;
font-size:135%;
color:#fff;
background-color: 
}
#kopfbereich p span {
padding-top:50px;
font-weight: bold;

}
#textbereich {
float: right;
width: 52em;
background-color:#E2E5E7;
border-bottom: solid 50px #E2E5E7;

}
#hauptinhalt {
float:left;
width: 34em;
}
#hauptinhalt img
{ background-color: white;
border-top: solid 10px #fff;
border-left: solid 10px #E2E5E7;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 80px;
}
#nebeninhalt {
float:right;
width: 16em;
text-align: left;
border-right: solid 10px #E2E5E7;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 0px;
}

#navibereich {
color: #000000;
background-color: #E2E5E7;
float: left;
width: 18em;
text-align: left;
width: 200px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;

} 
#navibereich li a
{ 
color: #000;
font-weight:bolder;
line-height: 1,5em; /* Zeilenabstand */
width: 200px;
text-align: left;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#fussbereich {
background-color: #E2E5E7;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px

}
address {
text-align: center; /* zentrieren */
font-size: 85%; /* etwas kleiner */
font-style: normal; /* normale Schrift nicht kursiv */
letter-spacing: 2px; /* Abstände zwischen den Buchstaben */
line-height: 1,5em; /* Zeilenabstand */
}
/*=============================
	allgemeine HTML-Elemente
=============================*/	
h1, h2 {font-family: "Lucida Sans Unicode","Tahoma","Verdana","Geneva",sans-serif; 
color: #0066CC;}
h1 { font-size: 140%
font-weight:bolder;
 }
h2 {font-size: 120% }
a { 
color:#000000;
text-decoration: none;
font-weight:bolder;
outline:none; 
}
a:focus  { text-decoration: underline; }

a:active { 
color: #FF6600; 
background-color: #fff;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px; }

a:hover { 
color: #FF6600;
background-color: #FFFFFF; 
text-align: left; 
width: 200px;
line-height: 1,5em; /* Zeilenabstand */
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

span { line-height: 1,5em; }
ul li { list-style-type: none; }



