body {
	background-color: #E7E7E7;
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#3E3E3E;
	padding:0px;
	margin:0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #DD002B;
	scrollbar-highlight-color: #DD002B;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #DD002B;
}
a:link {
	color: #3E3E3E;
	text-decoration: none; 
}
a:visited {
	color: #3E3E3E;
	text-decoration: none; 
	}
a:hover {
	color: #3E3E3E;
	text-decoration: none; 
	}
a:active {
	color: #3E3E3E;
	text-decoration: none; 
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e20101;
	font-weight: lighter;
}
h2 {
	font-weight: bold;
	color: #3E3E3E;
	font-size: 13px;
}
blockquote {
	margin-top: 0px;
}
#stage {
	position:absolute;
	height:448px;
	width:756px;
	margin:80px 0px 0px -378px;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background-image:  url("basics/hg_stage.gif");
	background-repeat: no-repeat;
}
#head {
	text-align: center;
	height: 55px;
}
#links {
	float: left;
	width: 166px;
	position: absolute;
	text-align: left;
	margin: 1px;
}

#rechts {
	text-align: left;
	width: 520px;
	position: relative;
	float: right;
	padding-top: 80px;
	padding-right: 30px;
	padding-left: 30px;
}

#content {
	width: 470px;
	height: 295px;
	padding-right: 20px;
	overflow: auto;
	background-color: #FFFFFF;
}


#nav3 {
	float: left;
	height: 250px;
	width: 130px;

}
#nav3 .hier {
	color: #999999;

}
#nav3 a:hover {
	color: #999999;

}
#detailcontent {
	float: right;
	width: 370px;
	height: 250px;
	overflow: auto;
	vertical-align: top;
	padding-top: 0px;
}

ul#nav {
	list-style: none;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
	line-height: 18px;
		}
		
ul#nav li {
	list-style-type: none;
	}

ul#nav li a {
	display: block;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding-left: 20px;
	}

ul#nav li a:hover {
	background-color: #fff;
	}

ul#nav li .hier {
	background-color: #fff;

	}
ul#nav li .nav2hier {
	background-color: #fff;
	font-size: 11px;
	font-weight: lighter;
	}	
	
ul#nav li .nav2 {
	font-size: 11px;
	font-weight: lighter;
	line-height: 16px;
	}
	
ul#nav li .open {
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
.klein {
	font-size: 11px;
	line-height: 12px;
}

