.treeview, .treeview ul { 
	font-family:Trebuchet MS, Helvetica, sans-serif;	
	font-weight:normal;
	line-height:18px;
	font-size:12px;
	padding:0;
	margin:0;
	list-style: none;
	font-size:14px;
	letter-spacing:0.01em;
}

.treeview ul {
	margin:4px 0 0 0;
	font-size:12px;
}

.treeview ul li ul {
	margin:0 0 0 12px;
	font-size:11px;
}

.treeview .hitarea {
	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 0px 4px 0px;
}

.treeview a {
	color:#cc3333;
	text-decoration:none;
}
.treeview a:hover {
	color:#000;
}
.treeview a.selected {
	color:#000;
	text-decoration:none;
}

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

.treeview .hover { color:#000; cursor: pointer; }
.treeview span.nivo0 {display:block; color:#cc3333;  margin:0 0 12px 0; }
.treeview li.expandable {color:#cc3333;} // alles wat uitklapbaar is
.treeview li.collapsable {color:#000;} // alles wat uitklapbaar is

