body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #007CC2;
}
a:hover {
	color: #F96A2B;
}

#news {
	margin-top: 45px;
	margin-left: 24px;
	width: 150px;
	text-align: justify;

} 

#navi_links {
	font-size: 12px;
	list-style-type: none;
	margin-left: -24px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 231px;
}

#navi_links li a {
  /* line-height: 15px;     Zeilenhöhe */
background: url(images/button.jpg) ;
background-repeat:no-repeat;
color : #0B8803; 
height : 25px; 
text-decoration : none; 
display : block;  
padding : 7px 0px 0px 20px;  
outline: none;  /*focusrahmen beim klicken wegmachen */
}


}
#navi_links li a:hover {
color: #F96A2B;
background: url(images/button_hover.jpg) ;
background-repeat:no-repeat;
font-weight : bold;

}

#navi_links a:hover {
color: #F96A2B;
background: url(images/button_hover.jpg) ;
background-repeat:no-repeat;
font-weight : bold;

}

#navi_links li a:active {
color: #F96A2B;
background: url(images/button_hover.jpg) ;
background-repeat:no-repeat;

}

#navi_links ul { 
list-style-type: none;
} 




/*Menü links - Zweite Ebene (Menücode in der index.html: <?php show_menu(1,0,-1,true); ?>)  */
#navi_links li ul a {
  /* line-height: 15px;     Zeilenhöhe */
background: url() ;
background-repeat:no-repeat;
color : #0B8803; 
height : 25px; 
text-decoration : none; 
display : block;  
padding : 7px 0px 3px 0px;  /*oben, rechts, unten, links  */
outline: none;  /*focusrahmen beim klicken wegmachen */
/*margin-left: -24px;*/
}

/*Menü links - Zweite Ebene (hover)   */
#navi_links li ul a:hover {
  /* line-height: 15px;     Zeilenhöhe */
background: url() ;
background-repeat:no-repeat;
color : #F96A2B; 
height : 24px; 
text-decoration : none; 
display : block;  
padding : 7px 0px 3px 0px;  /*oben, rechts, unten, links  */
outline: none;  /*focusrahmen beim klicken wegmachen */

}


.menu_current { 
font-weight : bold; 
}



h2 {
	font-size: larger;
	font-weight: bold;
	color: #0B8803;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0B8803;
	line-height: normal;
}
#text {
margin-bottom: 20px;	
	
}

#landingpage { 
border-top : 1px groove #999999; 
border-bottom : 1px groove #999999; 
border-top-style : solid; 
border-top-color : #999999; 
font-size : 65%; 
/*font-weight : bold; */
text-align : center; 

} 
#landingpage a:link { 
text-decoration : none; 
padding : 0px 5px 0px 5px;  /*oben, rechts, unten, links  */
color: #666666;
} 
#landingpage a:visited { 
text-decoration : none; 
padding : 0px 5px 0px 5px;  /*oben, rechts, unten, links  */
color: #666666;
} 
#landingpage a:active { 
text-decoration : none; 
padding : 0px 5px 0px 5px;  /*oben, rechts, unten, links  */
color: #666666;
} 
#landingpage a:hover { 
text-decoration : none; 
padding : 0px 5px 0px 5px;  /*oben, rechts, unten, links  */
color: #666666;
} 