html{
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
background:#666666;
font-size:0.75em; 
font-family:verdana, arial, sans-serif;
overflow: hidden;
}

a img{
	border:0;
}

#container{
	position:absolute;
	left:50%;
	margin-left:-490px;
	width:996px;
	background: #666666;
	min-height:100%;
	overflow-y:auto;
}

#head{
	width:976px;
	height:136px;
	border:2px solid #FF6600;
	background: white;
	margin-top:20px;
}
#head a{
	font-size:0.8em; 
	color:#FF6600;
	text-decoration:none;
}

#wrapper{
	position:absolute;
	width:980px;
	margin-top:5px;
	min-height:78%;
	background: url(../images/back_wrapper.jpg) top left repeat-y;
}

#nav{
	float:left;
	margin-bottom:0px;
	width:180px;
	padding:15px;
	min-height:100%;
}
#nav a{
	text-decoration:none;
	color:#FF6600;
}
#nav ul{
	list-style-type:none;
	padding-left:20px;
	line-height:1.9em;
	margin-left:0px;
}
.active{
	font-weight:bold;
}
#nav ul .active{
	list-style-image:url(../images/haken.jpg);
}
#nav ul ul .active{
	list-style-image:url(../images/haken_klein.jpg);
}
#inhalt{
	float:left;
	width:520px;
	margin-left:5px;
	padding:15px;
	min-height:100%;
}
#right{
	float:left;
	width:180px;
	padding:15px;
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:980px;
	height:20px;
	background: #666666;
}
#foot{
	position:relative;
	top:5px;
	border:2px solid #FF6600;
	width:976px;
	height:20px;
	background: #FF6600;
	font-size:0.9em; 
	color:white;
	font-weight:bold;
}

.border{
	width:980px;
	height:2px;
	background:url(../images/back_border.jpg) top left;
}
