/* Start Menue */
.box_mainNav {
background: url(../images/schild_top.gif) no-repeat;
	padding-top: 23px;
	font-size: 1.0em;
	float: left;
	width: 260px;
}
.box_mainNav p {
  margin-top:10px;
}
.mainNav {
  background: url(../images/schild_bot.gif) no-repeat bottom left;
	padding-bottom: 29px;
	width: 234px;
}
.mainNav li {
  position: relative;
  background: url(../images/schild_mid.gif) repeat-y;
	width:234px;
  height:35px;
  padding-left:15px;
  overflow:hidden;
	font-size: 0.1em;
}
.mainNav .liste7 {
  display:none;
}
.mainNav li div {
  position: absolute;
	width: 203px;
	height:35px;
  filter:alpha(opacity=20);-moz-opacity:.20;opacity:.20;
}
.mainNav li.mainActive div {
  filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.mainNav li a {
  position: absolute;
	font-size: 11em;
  font-weight: bold;
	color: #fff;
	display: block;
	padding: 7px 0 0 7px;
	text-decoration: none;
	width: 196px;
	height:35px;
}

.mainNav .liste1 div {
	background: url(../images/liste_1over.gif) no-repeat;
}
.mainNav .liste2 div {
	background: url(../images/liste_2over.gif) no-repeat;
}
.mainNav .liste3 div {
	background: url(../images/liste_3over.gif) no-repeat;
}
.mainNav .liste4 div {
	background: url(../images/liste_4over.gif) no-repeat;
}
.mainNav .liste5 div {
	background: url(../images/liste_5over.gif) no-repeat;
}
.mainNav .liste6 div {
	background: url(../images/liste_6over.gif) no-repeat;
}
.mainNav .liste7 div {
	background: url(../images/liste_grau.gif) no-repeat;
}

.mainNav .liste1 a {
	background: url(../images/liste_1over.gif) no-repeat 195px 0;
}
.mainNav .liste2 a {
	background: url(../images/liste_2over.gif) no-repeat 195px 0;
}
.mainNav .liste3 a {
	background: url(../images/liste_3over.gif) no-repeat 195px 0;
}
.mainNav .liste4 a {
	background: url(../images/liste_4over.gif) no-repeat 195px 0;
}
.mainNav .liste5 a {
	background: url(../images/liste_5over.gif) no-repeat 195px 0;
}
.mainNav .liste6 a {
	background: url(../images/liste_6over.gif) no-repeat 195px 0;
}
.mainNav .liste7 a {
	background: url(../images/liste_grau.gif) no-repeat 195px 0;
	color: #666;
}
