/*
| dTree 2.05 | www.destroydrop.com/ | Copyright (c) 2002-2003 Geir Landrö |
*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img.imgSubname {
float:left;margin:3px;width:32px;height:41px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}
.dtree a {
	color: #333;
	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: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
/* ganze dtree-Block */
.dtree .clip {
	overflow: hidden;
	padding:0px;
}
.dtree .posabs {
	position: absolute;
	right: 10px;
}
/*
#einzelne root-Bloecke dtree-Block
#es fuert aber auch zur Abstaenden zw. thread-Grafiken#
.dtree .dTreeNode {
	margin-top:3px;
}
*/
.dtree .abstand {
	margin-top:3px;
}
.dtree .dTreeNode:hover {
	background-color: #efefef;
}

