body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: 7AA88C;
}

a:link, a:visited, a:active {
	color: #B1C2C8;
}
a:hover {
	color: #4C767E;
}

#news {
	margin-top: 45px;
	margin-left: 24px;
	width: 150px;
	text-align: justify;

} 


#hauptnavi {
list-style-type: none;
/*word-spacing: 120px;*/
margin-left: 5px;
}

#hauptnavi a:link, #hauptnavi a:visited, #hauptnavi a:active {
color: #ffffff;
font-size: 12px;
text-decoration: none;
padding-left: 5px;
}

#hauptnavi a:hover {
color: #B1C2C8;
text-decoration: none;
}

/*#hauptnavi li a {
background: url(images/button.jpg) ; 
height : 50px;
widht: 150px;

}*/

#menu {
	font-size: 12px;
	list-style-type: none;
	margin-left: -24px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 231px;
}

#menu li a {
  /* line-height: 15px;     Zeilenhöhe 
background: url(images/navi_bg.jpg) ;
background-repeat:no-repeat;
color : #476E26; */
height : 22px; 
text-decoration : none; 
display : block;  
padding : 10px 0px 10px 0px;  /*linkposition */
outline: none;  /*focusrahmen beim klicken wegmachen */
}

}
#menu li a:hover {
color: #F96A2B;
background: url(images/button_hover.jpg) ;
background-repeat:no-repeat;
font-weight : bold;

}

#menu a:hover {
color: #F96A2B;
background: url(images/button_hover.jpg) ;
background-repeat:no-repeat;
font-weight : bold;

}

#menu li a:active {
color: #F96A2B;
background: url(images/button_hover.jpg) ;
background-repeat:no-repeat;

}

#menu ul { 
list-style-type: none;
} 


#menu li a {
  /* line-height: 15px;     Zeilenhöhe */
background: url(images/button.jpg) ;
background-repeat:no-repeat;
color : #007CC2; 
height : 34px; 
text-decoration : none; 
display : block;  
padding : 7px 0px 0px 20px;  
outline: none;  /*focusrahmen beim klicken wegmachen */
}

/*Menü links - Zweite Ebene (Menücode in der index.html: <?php show_menu(1,0,-1,true); ?>)  */
#menu li ul a {
  /* line-height: 15px;     Zeilenhöhe */
background: url() ;
background-repeat:no-repeat;
color : #007CC2; 
height : 24px; 
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)   */
#menu li ul a:hover {
  /* line-height: 15px;     Zeilenhöhe */
background: url() ;
background-repeat:no-repeat;
color : #007CC2; 
height : 24px; 
text-decoration : none; 
display : block;  
padding : 7px 0px 3px 0px;  /*oben, rechts, unten, links  */
outline: none;  /*focusrahmen beim klicken wegmachen */
margin-left: -24px;
}


.menu_current { 
font-weight : bold; 
}

#menu_oben {

}

#menu_oben li {
float: left;
border: 1px solid #ffffff;
width: 200px;
height: 20px;
margin-left: -43px;
margin-top: 18px;
padding: 5px;
/*list-style-type: none; 
position: absolute;*/
}

#menu_oben a{
	color: #F96A2B;
	font-size: x-small;
	font-weight: bold;
}


#loginmaske {
	width: 150px;
	margin-left: 30px;
	color: #007CC2;
	
}

#search_box {
align: center;
width: 145px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #B1C2C8;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #B1C2C8;
	margin-top:15px;
	
}
#text {
	text-align: justify;
	color: #ffffff;
	margin: 20px;
	
}

