body { margin: 0px;
padding: 0px;
font-size: 11px;
background: url(img/back_klein.png);
background-repeat:repeat-x;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
min-height: 101%;}

html { height: 100%} 



h2 , h3 {
font-family: verdana, arial, hevetica, sans-serif; color: black; font-weight: bold; margin: 0px;
font-size: 1.8em; text-align: center;}
h3 {font-size: 1.5em;}

#seite {
background-color: #fff;
width: 90%;
padding:0px;
margin: 0px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
border: 1px solid black;
} 

#banner {
height: 80px;
background: url(img/bann.jpg);
background-repeat:no-repeat;
text-align: center;
background-color: white;
padding: 0px;
}

#kopfzeile {
text-align: right;
height: 15px;
padding: 0px;
background: url(img/kopf.png);
border-bottom: 1px solid black;
border-top: 1px solid black;
}



#navigation { 
width:130px; 
float:left; 
padding-left: 5px;
padding-top: 5px;
}

#navigation ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navigation li {
margin: 0; }

#navigation a{
display: block;
padding: 5px 0px;
width: 125px;
color: #000;
text-decoration: none;
border-bottom: 1px solid #333;
font-weight: bold;
}

#navigation a:hover{
color: green;
background-color: white;
text-decoration: underline;
background-image: url(img/web/arrow.gif);
background-repeat: no-repeat;
background-position: right;
border-bottom: 1px solid #000;
}



#info{
float: right; 
width: 150px;
height: 500px;
background-color: #fff;
margin-top: 0px;
padding-left: 5px;
}

#inhalt{ 
background-color: #fff;
margin-left: 135px;
margin-right: 155px;
margin-top: 10px;
margin-bottom: 10px;
min-height: 500px;
height:auto !important;
height:500px;
border-left: 1px solid black;
border-right: 1px solid black;
padding-left: 5px;
padding-right: 5px;
}

#fusszeile {
clear:left;
padding:0px;
margin:0px;
height: 15px;
background: url(img/kopf.png); 
text-align: right;
border-top: 1px solid black;
 } 

.tabelle
{
float: left;
width: 150px;
height: 65px;
color: black;
margin-left: 2px;
margin-top: 80px;
}






