.treeview {
border-bottom: 1px solid #AAA;
list-style: none;
display:block;
overflow:hidden;
}

.longlist ul li {
	font-size: 12px;
	}

.treeview ul {
display:block;
list-style: none;
padding-left: 20px;
margin-bottom: 0;
clear:both;
}

.treeview span {
	padding: 7px 0 8px 0;
	}

.treeview li { 
	position:relative;
	margin: 0;
	display: block;
	border-top: 1px solid #AAA;
	float: left; 	/* IE 6 WHTESPACE BUG <sarcasm>thanks bill</sarcasm> */
	width: 100%; 	/* IE 6 WHTESPACE BUG <sarcasm>thanks bill</sarcasm> */
	clear:both;
	font-weight: bold;
}

.treeview ul li {
	font-weight: normal;
	}

li.BG {
	font-weight: normal;
	}

.toggle_display span {
	display: block;
	cursor: pointer;
	background: url(../img/li-closed.gif) 4px center no-repeat;
	padding-left: 30px;
	}

.toggle_display span.smaller, .toggle_display span.smaller:hover, .toggle_display span span.open, .toggle_display span span.open:hover {
	background: none;
	display: inline;
	padding:0;
}

.toggle_display span.open {
	background: url(../img/li-open.gif) 4px center no-repeat;
	}

.toggle_display span:hover {
	background:#e4fd98 url(../img/li-hover.gif) 4px center no-repeat;
	}

.toggle_display span.open:hover {
	background: #e4fd98 url(../img/li-open-hover.gif) 4px center no-repeat;
	}

.treeview li a {
	color:#000000;
	text-decoration: none;
	display:block;
	padding: 7px 0 8px 40px;
	background: url(../img/pfeil20_normal.gif) 4px center no-repeat;
	font-weight:normal;
	}

.treeview li a:hover {
	background:#e4fd98 url(../img/pfeil20_hover.gif) 4px center no-repeat;
	}

.treeview li a.extra {
	color:#2200C1;
	position:absolute;
	top: 0;
	right: 10px;
	display:block;
	padding: 7px 0 8px 0;
	background:none;
	font-weight: bold;
	}

.treeview li a.extra:hover {
	background:none;
	}

.treeview li a.hint {
    background: url("../img/icn_tooltip.gif") no-repeat scroll center 4px transparent;
    border: none;
    cursor: help;
    display: block;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
	} 



.treeview li a.hint:hover {
	background:url(../img/icn_tooltip.gif) center -20px no-repeat;
	}