/*************************************************************************
* Gemeinden Menu CSS Datei
*************************************************************************/

.simple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


.simple ul {
	border: none;
}


.simple li {
	background-image: url(img/bg.gif);
	width: 200px;
	border-bottom: solid 1px #000000;

}


.simple ul li {
	background-image: none;
	background-color: #FDFADD; /* Farbe anpassen Hintergrund Ausklapp */
	border: none;
}

.simple a {
	text-decoration: none;
	color: #000000;
	line-height: 25px;
	padding: 0px 2px;
	padding-left: 18px;
	cursor: pointer;
}

.simple ul li.first {
}

.simple ul li.first a {
}

.simple ul li.last {
}

.simple ul li.last a {
}

.simple ul a {
	border: none;
	color: #000000;
	text-indent: 10px; /* Einruecken text Ausklapp */
	border-top: solid 1px #000000;
}

.simple li.hover {
	background-image: url(img/bg2.gif);
	background-repeat: repeat-x;
}
  
.simple ul li.hover {
	background-image: none;
	background-color: #ecdf9b; /* Farbe anpassen Mouseover Ausklapp */
}

.simple a.hover {
}

.simple ul a.hover {
}


.simple li.selected {
	background-image: url(img/bg2.gif);
	background-repeat: repeat-x;
}

.simple ul li.selected {
	background-image: none;
	background-color:#ecdf9b; /* Farbe anpassen Active Ausklapp */
}

.simple a.selected {
}

.simple ul a.selected {
}

.simple .arrow {
}

.simple .expanded .arrow {
}

div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}

