/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	white-space: nowrap;
	background-color:#E2E9F9;
	height:100%;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.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;
}
.dtree .clip {
	overflow: hidden;
}
#nav A {
	text-decoration: none;
	color: #000;
}
#nav IMG {
	border: 0px;
}

#nav {
	background-color:#E2E9F9;
	padding: 4px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	border: 1px solid #ccc;
	font-family: Arial;
	font-size: 8pt;
	white-space:nowrap;
}
#navcontainer {
	overflow:auto;
	width:260px;
	height:548px;
	background-color:#E2E9F9;
}

#werbungheadline {
	font-family:arial;
	font-size:7pt;
	font-weight:bold;
}
