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: 25px; 
	margin-left: 24px;
	width: 150px;
	text-align: justify;

} 

#menu {
	font-size: 12px;
	list-style-type: none;
	margin-left: -24px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 231px;
}



}
#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;  /*oben, rechts, unten, links  */
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 0px 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 : #F96A2B; 
height : 24px; 
text-decoration : none; 
display : block;  
padding : 7px 0px 0px 0px;  /*oben, rechts, unten, links  */
outline: none;  /*focusrahmen beim klicken wegmachen */
margin-left: -24px;
}

/*Menü links - Dritte Ebene (Menücode in der index.html: <?php show_menu(1,0,-1,true); ?>)  */
#menu li ul ul a {
margin-left: -44px;
padding : 7px 0px 0px 0px;  /*oben, rechts, unten, links  */
}
#menu li ul ul a:hover {
margin-left: -44px;
padding : 7px 0px 0px 0px;  /*oben, rechts, unten, links  */
}

.menu_current { 
font-weight : bold; 
}

#menu_oben {
	color: #F96A2B;
	font-size: x-small;
	font-weight: bold;
	margin-top: 18px;
}

#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: larger;
	font-weight: bold;
	color: #007CC2;
}
h1 {
	font-size: medium;
	font-weight: bold;
	color: #007CC2;
}
#text {
	/* text-align: justify; */
	margin-top: 33px;
}

#breadcrumbs {
font-weight: bold;
font-size:lager;
color: #007CC2;
text-decoration: yes;
}
#breadcrumbs a {
font-weight: bold;
font-size:lager;
}

