.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0pt 3px 16px;
	line-height: 20px;
	background: url("grafik/alt2.png") repeat-x 0 5px;
}

.treeview li ul li{
    background: transparent;
} 
.treeview a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li {}
.treeview li.collapsable, .treeview li.expandable {}

.treeview .expandable-hitarea { background: url(grafik/plus.png) no-repeat 3px 7px;}
.treeview .collapsable-hitarea { background: url(grafik/minus.png) no-repeat 3px 7px;}

.treeview li.last {}
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }  
.treeview li.lastCollapsable {}
.treeview li.lastExpandable {}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {}

