#tree2 {
	margin-left:0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border:none;
	width:218px;
	color: White;
	background-color: #082847;
	text-align:left;
}

* html #tree2 {
width: 239px;
margin-left:-19px;
}

.ListTree,
.ListTree ul,
.ListTree li {
	margin:0;
	padding:0;
}

.ListTree {
	background-color: #082847;
}

.ListTree ul {
	margin-left:1em;
}

.ListTree li {
	list-style-type:none;
	list-style-position: inside;
	border:none;
}

.ListTree a {
	text-decoration: none;
	display:block;
	line-height: 25px;
	background-color: #082847;
	color:white;
	width:100%;
	padding-left:25px;
}

head+body .ListTree a {
	width:auto; /* Moz + Opera */
}

.ListTree a:hover {
	color:red;
	background-color:inherit;
}

.ListTree .level2,
.ListTree .level2 a,
.ListTree .level2 a:hover,
.ListTree .level2 a:visited {
	background-color: inherit;
	margin-left:-10px;
	padding-left:38px;
	text-decoration:none;
}
/*
body > .ListTree .level2,
body > .ListTree .level2 a,
body > .ListTree .level2 a:hover,
body > .ListTree .level2 a:visited {
	margin-left:-11px;
}
*/
.level1 {
	background: transparent url(../images/menupunkt.gif) no-repeat 0px 0px;
}

.level2 {
	background: transparent url(../images/menupunkt_sub.gif) no-repeat 0px 0px;
}