/*--------------------------------------------------|
| 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: 9px;
	color: #666;
	white-space: nowrap;
}
.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;
}

BODY {
	background-color : #fff;
	color: #000;
	margin: 0px;
}
body.eng{ 
	margin-top:1px; 
	margin-left:1px; 
	margin-right:1px; 
	margin-bottom:1px
}

/* Columns */ 
#content {
	padding: 0px;
	position: relative;
	height: 100%;
}
.col1 {
	width: 250px;
	position: absolute;
	left: 0px;
	padding: 10px;
}
.col2 {
	width: 100%;
	position: absolute;
	left: 0px;
	padding: 10px;
}
.col3 {
	width: 180px;
	position: absolute;
	left: 0px;
	padding: 10px;
}

/* Head */
#headline {
	background-color: #fff;
	padding: 4px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px solid #DE5000;
	width: 100%;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;}
#email {
	position: relative;
	left: 29px;
	top: -2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

/* Tree */

#titel {
	background-color: #DE5000;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #DE5000;
	width: 100%;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF
}

#demohead {
	background-color: #fff;
	padding: 4px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-bottom: 0px;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
#demo {
	background-color: #fff;
	padding: 4px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #DE5000;
	width: 100%;
	font-family: Arial;
	font-size: 11px;
}
#text {
	background-color: #fff;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid #DE5000;
	width: 100%;
	font-family: Arial;
	font-size: 14px;
}
.sp1 {
	width: 100px;
	position: relative;
	left: 5px;
	padding: 10px;
}
.sp2 {
	width: 100%;
	position: relative;
	left: 5px;
	padding: 0px;
	padding-left: 50px;
	padding-bottom: 15px;
}

/* Comments */
#comments {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: Arial;
	font-size: 11px;
}

tt { 
	font-family:Arial,sans-serif; 
	font-size:10pt; 
	color:#000000; 
	}
tt.norm14 { 
	font-size:14pt; 
	}
tt.norm12 { 
	font-size:12pt; 
	}
tt.norm10 { 
	font-size:10pt; 
	}
tt.bold10 { 
	font-size:10pt; 
	font-weight: bold;
	}
tt.norm8 { 
	font-size:8pt; 
	}
tt.hinterlegt14 { 
 	color:#FFFFFF; 
 	background-color:#DE5000;
	font-size:14pt; 
	}
tt.hinterlegt12 { 
 	color:#FFFFFF; 
 	background-color:#DE5000;
	font-size:12pt; 
	}
tt.hinterlegt10 { 
 	color:#FFFFFF; 
 	background-color:#DE5000;
	font-size:10pt; 
	}

a:link { 
	color:#000000; 
	text-decoration:none; 
	}
a:visited { 
	color:#4259584; 
	text-decoration:none; 
	}
a:active { 
	color:#000000; 
text-decoration:none; 
}


