/* erste Ebene*/

.NavListe_box{
	padding-left: 0px;
	padding-right: 10px;
	overflow: hidden;
}

#NavListe {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 265px;
	padding-left: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #772442;
}

#NavListe li {
	border-bottom: 1px solid #772442;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #772442;
}

#NavListe li li{
	border: 0px;
	overflow: hidden;
}
#NavListe a {
	font-size: 12px;
	display: block;
	height: 15px;
	width: 255px;
	color: #313F86;
	overflow: hidden;
	padding-top: 7px;
	padding-left: 5px;
	font-weight: bold;
}

#NavListe a:hover {
	background-color: #D9DDF0;
}

#NavListe a:active {
}

#NavListe a.my_active {
	background-color: #C9D0EB;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #BF95A5;
	color: #864059;
}

#NavListe a.my_active:hover {
	background-color: #D9DDF0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
}

#NavListe ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #772442;
}

#NavListe ul.open {
  border-bottom: 1px solid #772442;
}

#NavListe ul li.open {
  border: 0;
}

#NavListe ul li a{
	height: 20px;
	overflow: hidden;
}

#NavListe ul li span {
  left: 2px;
  position: relative;
  top: 6px;
  overflow: hidden;

}

#NavListe ul ul li {
	overflow: hidden;
/*  height: 23px;*/
}

#NavListe ul ul li a {
	display: block;
	height: 18px;
	color: #393939;
	font-weight: normal;
	overflow: hidden;
	padding-top: 3px;
	border-top: 0px solid #D9D9D9;
	border-right: 0px;
	border-bottom: 0px solid #D9D9D9;
	border-left: 0px;
}
#NavListe ul ul li a span {
	left: 3px;
	position: relative;
	top: 2px;
	overflow: hidden;
}
