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

#ordnermenue {
		width:480px;
		padding:10px 10px;
		border:1px solid #F8B948;
}

#ordnermenue img { border: 0px;
	vertical-align: middle;
	margin:0;
	padding:0;}
.dtree {
	
	font-family: Arial;
	font-size:12px;
	line-height:16px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;*/
	color:#000000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	margin:0;
	padding:0;
}
.dtree a {
	/*color: #333;*/
	color:#000000;
	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:#000000;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #CCE2F4;
}
.dtree .clip {
	overflow: hidden;
}

#normlinks {
	font-family: Arial;
	font-size:12px;
	line-height:16px;
}

#normlinks  .norm a, #normlinks a {
	color:#006EC7;
	text-decoration:none;
}
#normlinks  .norm a:hover, #normlinks a:hover {
	color:#006EC7;
	text-decoration:underline;
}

#ordnerebene {
	width:480px;
	margin:30px 0 0 0;
	padding:10px 10px;
	border:1px solid #F8B948;
	font-family: Arial;
	font-size:12px;
	line-height:16px;
	color:#000000;
	height:300px;

}
