/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

body {
	background-color:  #FF9900;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #003366;
	line-height: 19px;
	margin: none;
	text-align: center;
	}	

img {
	border: 0px;
	}	
	
/* Navigatie */	



.dtree {
	text-align: left;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #003366;
	text-decoration: none;
}


.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #003366;
	background-color: #DFE1D6;
	text-decoration: none;
}
.dtree a.nodeSel {
	background-color: #ccd8c9;
}
.dtree .clip {
	overflow: hidden;
}



