/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    font-size: 12px;
	background: #ffffff;
	color: #000000;
	white-space: nowrap;
	font-weight : normal; 
    valign: top;
    align: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	padding: 2px 2px 0px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	white-space: nowrap;
	font-weight : normal; 
    valign: top;
    align: left;
    width: 100%;
    border-bottom: 1px solid #cccccc; 
	white-space: nowrap;
	padding: 2px 2px 0px 2px;
    text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
.bedrijfsinformatie_menu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #000000;
  font-weight : normal; 
  valign: top;
  align: left;
  width: 200px;
  margin: -3px;
  bottom: -5px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 1px solid #cccccc;
}