@charset "UTF-8";/** * Menü eigenschaften */#moduleLeft ul,
#mainBody #contentModule ul {	list-style: none;	padding: 0;	margin: 0;}#moduleLeft ul.menu {}

ul.menu a {
	font-weight: bold;
	display: block;
	background: transparent;
	border: 0;
}

#moduleLeft ul.menu li {
}

#moduleLeft ul.menu li a {
	background: #74A23B url(../images/backgrounds/menu_aktiv_background.png) top left repeat-x;
	margin: 0;
	padding-left: 5px;
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	font-size: 1em;
}

#moduleLeft ul.menu ul li a {
	background: #fff;
	color: #74A23B;
	font-size: 1em;
	line-height: 1.75em;
	height: auto;
	margin-left: 2px;
	padding-left: 3px;
}

#moduleLeft ul.menu ul ul li a {
	background: #fff;
	color: #74A23B;
	line-height: 1.2em;
	height: auto;
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 7px;
	padding-left: 10px;
	background: url(../images/indent1.png) center left no-repeat;
}

#moduleLeft ul.menu .active #current a {
	color: #4c4c4c;
}

#moduleLeft ul.menu .active #current li a {
	color: #74A23B;
}

#moduleLeft ul.menu a:hover {
	color: #4c4c4c;
	text-decoration: underline
}

/* LEVEL 3 */
#moduleLeft ul.menu ul ul {
	display: none;
}

#moduleLeft ul.menu ul .active ul {
	display: block;
}

/* LEVEL 4 */
#moduleLeft ul.menu ul  .active ul ul {
	display: none;
}

#moduleLeft ul.menu ul ul .active ul {
	display: block;
}

