#container {
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 980px;
	text-align: left;
	clear: both;
}

#kopf {
	clear : both; 
	height : 110px; 
	width : 980px; 
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	z-index : 10; 
}
#kopf-links {
	position : relative; 
	float : left; 
	width : 110px; 
	padding : 0 10px 0 0; 
	margin : 0; 
	z-index : 11; 
} 
#kopf-mitte {
	position : relative; 
	float : left; 
	width : 410px; 
	margin : 57px 0 0 0;
	padding : 0 0 0 0;
	z-index : 12; 
}
#kopf-rechts {
	position : relative; 
	float : right; 
	text-align: right;
	width : 435px;
	padding : 97px 5px 0 0; 
	margin : 0 0 0 0; 
	z-index : 13; 
} 


#inhalt {
	position: relative;
	clear : both; 
	width : 980px;
	padding : 0 0 0 0;
	margin : 15px 0 0 0;
	z-index : 50; 
}

#inhalt-links {
	position: relative;
	/*background:transparent url(../images/hg-main.gif) no-repeat 0 0;*/
	/* background-color: #f7f7f7; */
	float : left; 
	width : 680px; 
	min-height: 410px;
	height: 410px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	overflow: auto;
	z-index : 55; 
}

#inhalt-rechts {
	position: relative;
	/*background:transparent url(../images/hg-login.gif) no-repeat 0 0;*/
	/* background-color: #f7f7f7; */
	float : right; 
	width : 290px; 
	min-height: 410px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	overflow: hidden;
	z-index : 60; 
}

.inhalt-text {
	position: relative;
	padding : 5px 15px 5px 10px;
	z-index : 70;
	overflow: auto;
}

#fusszeile {
	position: relative;
	text-align: center;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	color: #999999;
	z-index : 100; 
}

.spacer10 {
	position: relative;
	clear: both;
	height: 0px;
}

ul.aufzaehlung {
	margin: 0 0 0 -25px;
}

li.aufzaehlung {
	left: -10px;
	list-style:url(../images/dot.gif) outside;
}

.pos-ampel {
	position: relative;
	margin: 200px 0 0 0;
}

