/* @import "../css/generalColor.css"; */
/* - - - - - - - -  für die linke Spalte  - - - - - - - - */
/* -- -- -- */
#bildunten{
	height:150px;
	width:200px;
	/* background-image:url(../grafik/kopf_02_2.gif); */
	  background-image:url(../images/seite/kopf/header_unten_1.gif); 
}


#hauptbereich {
	/* Bereich unterhalb vom techmenu */
   background-color:#529735;  
	 
	/* background-color:red; *//* #899180;*/
	

}


#hauptmenu {
	
	border-bottom:5px solid #9904ff;
}



/* - - - - - - - - - - - - - - Bereichsmenu - - - - - - - - - - - - - - - */
#bereichsmenu{
	/* Bereich um das techmenu */
	 background-color:#529735; 
	/* background-color:red; */
	
	
}
#bereichsmenu .top{
	background-color:#7db168;
	
}
#bereichsmenu .top a{
	background-color:#529731;
}
#bereichsmenu .top a.auswahl{
	background-color:#7db168;	
}
#bereichsmenu .auswahl{
	color:#fff;
	background-color:#7db168;
}
#bereichsmenu .subauswahl{
	color:#000;
	background-color:#9ec28b;
}
#bereichsmenu ul.sub a{
	color:#fff;
	background-color:#7db168;
}
#bereichsmenu a:hover,
#bereichsmenu ul.sub a:hover,
#bereichsmenu a:focus,
#bereichsmenu ul.sub a:focus,
#bereichsmenu a:active,
#bereichsmenu ul.sub a:active{
	color:#000;
	background-color:#9ec28b;
	
	
}


