
/* * * * * * * * * * * * * * * * * * * * * * * * * * **/


#menue_wrap ul {
  margin:  -6px 0 0px 0px;
  padding: 0 0 0px 0;
  list-style: none;
}

#menue_wrap ul li {
  display: inline;
  padding: 0;
  margin: 0px 0px 0px 0px;
}


.thema-wrap {
	padding-top: 0px;
}

#menue_wrap li a {
  color: #ddd;
  text-decoration: none;
  font-family: OpenSansExtrabold;
  font-size: 17px;
  display: block;
  padding: 12px 0px 12px 49px;
  background-image: url("img/menu-norm.png");
  background-repeat: no-repeat;
  background-position: left top;
}
#menue_wrap li a:hover {
	color: #fff;
	text-shadow:2px 2px 16px #fff;
  background-image: url("img/menu-hover.png");
}
#menue_wrap li a.hmenu-l1-act {
	color: #fff;
	text-shadow:2px 2px 16px #fff;
  background-image: url("img/menu-act.png");
}


/* bereichs-submenue - grundformatierungen */

#menue_wrap ul ul {
  margin: 0 0 0px 0;
  padding: 0px 0px 0px 46px;	
}

.ie-7-li-clearer {
	height: 0px;
	line-height: 0px;
	font-size: 0;
}

html>/**/body .ie-7-li-clearer {
	display: none;
}


#menue_wrap li li a {
  font-weight: normal;
  font-family: OpenSansBold;
  font-size: 16px;
  text-indent: -7px;
  width: 176px;
  padding: 5px 0px 3px 9px;
  line-height: 15px;
  background-image: none !important;
}


#menue_wrap ul ul ul {
  margin-top: 2px;	
  padding: 0px 0px 2px 12px;	
}

#menue_wrap li li li a {
	display: block;
	text-indent: -14px;
  width: 169px;
	border-bottom: 0;
  line-height: 12px;
  padding: 2px 20px 2px 16px;
}

#menue_wrap ul ul ul ul {
  margin-bottom: 4px;
  
  padding: 2px 0 5px 9px;
}




#menue_wrap li li a.hmenu-l2-act,
#menue_wrap li li li a.hmenu-l3-act,
#menue_wrap li li li li a.hmenu-l4-act {
	color: #b0dd29 !important;	
	background-image: none;
}


