.treeInfo {
	padding: 0px;
	margin: 0px;
}

/* default style for ul elements */
.treeInfo ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}  

/* style default a tags */ 
.treeInfo a {
	display: block;
	padding: 3px 0px 3px 0px;
	/* font-size: 12px; ->layout_1.css */
	color: #617699;
	font-weight: 700;
	text-decoration: none; 
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.treeInfo .selected a, .treeInfo .selected a:hover, .treeInfo .selected a:active, .treeInfo .breadcrumb a {
	color: #000000;
	text-decoration: none;
}
.treeInfo a:hover {
	color: #000000;
	text-decoration: none;
}

/* 2nd level */ 
.treeInfo ul ul a {
	padding: 2px 0px 2px 15px;
}
.treeInfo ul ul .selected a, .treeInfo ul ul .selected a:hover, .treeInfo ul ul .selected a:active, .treeInfo ul ul .breadcrumb a {}
.treeInfo ul ul a:hover {}

/* 3rd level */ 
.treeInfo ul ul ul a {}
.treeInfo ul ul ul .selected a, .treeInfo ul ul ul .selected a:hover, .treeInfo ul ul ul .selected a:active, .treeInfo ul ul ul .breadcrumb a {}
.treeInfo ul ul ul a:hover {}


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