/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/
table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

.dtree {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	white-space: nowrap;
	background-color:#DAF2D7;
	height:auto;
}
.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:#E8FFE8;;
	padding: 4px;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-family: Arial;
	font-size: 8pt;
	white-space:nowrap;
}
#navcontainer {
	overflow:auto;
	width:226px;
	height:600px;
	background-color:#E8FFE8;
	border:1px solid #CCCCCC;
}

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