
#mainmenu UL {
  position:absolute;
  left:0px;
  list-style-type:none; 
}


#mainmenu UL LI {
	font-weight: bold;
	text-transform: uppercase;
/*	background-color: #585858;*/
  float:left;
  margin-right:20px;
}

#mainmenu UL LI A{
  text-decoration: none;
  background-color: #585858;
	text-decoration: none;
	color: #FFFFFF;
	padding:0px 3px;
}

#mainmenu UL LI A.active,
#mainmenu UL LI A:hover,
#mainmenu UL LI A.focus{
  text-decoration: none;
  background-color: #B1B1B1;
}


/* Hauptmenue 2. Ebene */
#left_innen UL {
  margin:0;
  padding:0;
  list-style-type:none; 
  background-color:#B1B1B1;
  width: 170px;
  height: 170px;
  padding-top: 7px;  
}  

#left_innen UL LI{
  margin:0;
  padding:0;
  margin-left:10px;
	padding-top: 3px;
	text-transform: uppercase;
}
#left_innen UL LI A{
  margin:0;
  padding:0;
  color:#fff;
  text-decoration: none;
}
#left_innen UL LI A.active,
#left_innen UL LI A:hover,
#left_innen UL LI A:focus{
  color:#000;
  text-decoration: none;
}



/* Hauptmenue 4 Ebene */

#left_innen UL.sidemenu{
  margin:0;
  padding:0;
  list-style-type:none; 
  background-color:#FFFFFF;
  width: 170px;
  border: 0px solid #000;
	margin-top: 17px;
}  

#left_innen UL.sidemenu LI{
  margin:0;
  padding:0;
  margin-left:10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#left_innen UL.sidemenu LI A{
  margin:0;
  padding:0;
  color:#000;
  text-decoration: none;
  border: 0px solid #000;
}
#left_innen UL.sidemenu LI A.active,
#left_innen UL.sidemenu LI A:hover,
#left_innen UL.sidemenu LI A:focus{
  color:#6c6c00;
  text-decoration: none;
}




#topmenu ul {
  list-style-type:none; 
  position:absolute;
  right:100px;
}

#topmenu ul li {
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	color: #585858;
	text-indent: 5px;
	text-decoration: none;
	padding: 0px 5px;
	float: none;
	border-right: 1px solid #000;
}
#topmenu ul li.last {
	border-right: 0px solid #000;

}

#topmenu ul li a {
	text-decoration: none;
	color: #585858;
}
#topmenu ul li a:focus, 
#topmenu ul li a:hover {
	border-bottom: 0px solid black;
}



#footer_innen UL{
  position:absolute;
  right:0px;
  list-style-type:none;  
	padding: 0px 5px;

}
#footer_innen UL LI{
  float:left;
	font-size: 0.7em;	
	padding: 0px 0px;
	color: #FFF;
}


#footer_innen UL LI A{
	text-decoration: none;
	color: #FFF;
}  
#footer_innen UL LI A:focus,
#footer_innen UL LI A:hover{
	text-decoration: none;
	color: #000;
}  

