body { 
background-color: #ffffff 
} 

a { 
color: #008200; /* Allgemeine Textfarbe */ 
text-decoration: none; 
} 

a:hover { 
text-decoration : underline; 
} 

#kopfmenu{  
height:25px; 
background-color: #008200; 
border: 1px solid #000000;
text-align:center;
padding-top: 4px;
margin-top : 4px;
} 

#kopfmenu a{ 
font-family : Verdana, sans-serif;
font-size : 12px;
color: #ffffff;
font-weight : bold;
}

#kopfmenu a:hover{ 
background-color: #00DC00;
} 

#kopfmenu:hover{ 
background-color: #00DC00;
} 

#js-menu{  
background-color: #008200; 
padding-left: 5px; 
padding-bottom: 3px;
border: 1px solid #000000;
margin-top : 4px;
} 

#js-menu a{ 
margin-left: 5px; 
text-decoration: none; 
font-family : Verdana, sans-serif;
font-size : 12px;
color: #ffffff;
font-weight : bold;
} 

#js-menu a:hover{ 
text-decoration: underline; 
color: #00DC00;
} 


#js-menu3{  
background-color: #008200; 
padding-left: 10px; 
padding-bottom: 3px;
border: 1px solid #000000;
margin-top : 15px;
} 

#js-menu3 a{ 
margin-left: 5px; 
text-decoration: none; 
font-family : Verdana, sans-serif;
font-size : 12px;
color: #ffffff;
font-weight : bold;
} 

#js-menu3 a:hover{ 
text-decoration: underline; 
color: #00DC00;
} 


.ueberschrift1 {
font-family:Arial, sans-serif;
font-weight:bold; 
font-size:16px; 
color:#008200;
} 

.ueberschrift2 { 
font-family:Arial, sans-serif;
font-weight:bold;
font-size:12px;
color:#008200;
margin-left:20px
} 

P {
font-family : Verdana, sans-serif;
font-size : 11px;
line-height : 180%;
color: #333333;
margin-top : 1px;
margin-bottom : 1px;
padding-bottom : 0px;
text-indent : 20px;
}

td {
font-family : Verdana, sans-serif;
font-size : 11px;
color: #333333;
}


