.treeMain ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.treeMain ul li {
	float: left;
}
.treeMain ul li.spare {
	width: 100%;
}
.treeMain a {
	display: block;
	padding: 15px 15px 15px 15px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}
.treeMain .selected a, .treeMain .selected a:active, .treeMain .breadcrumb a {
	color: #7D2248;
	background-color: transparent;
}
.treeMain a:hover {
	color: #7D2248;
	background-color: #ffffff;
}
.treeMain .hovered > div a {
	color: #7D2248;
	background-color: #ffffff;
}

/* level 2 */
.treeMain ul ul {
	display: none;
	position: absolute;
	width: 200px;
	background-color: #ffffff;
	z-index: 999;
	padding: 20px 0px 20px 0px;
}
.treeMain ul ul li {
	float: none;
}
.treeMain ul ul a {
	font-weight: 400;
	padding: 5px 15px 5px 15px;
}
.treeMain ul ul .breadcrumb a {
	color: #000000;
}
.treeMain ul ul .hovered a {
	color: #7D2248;
}
.treeMain ul ul span {}
.treeMain ul ul a:hover {
	color: #7D2248;
}

/* level 3 */
.treeMain ul ul ul {
	margin-left: 200px;
	margin-top: -47px;
}
.treeMain ul ul ul .hovered a,
.treeMain ul ul ul a {
	color: #000000;
}



/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.treeMain img, .treeMain .image, .treeMain .moimage, .treeMain .image a, .treeMain .moimage a, .treeMain .image a:hover, .treeMain .moimage a:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
	background-image: none !important;
}