body {
	text-align: center;
	visibility: visible;
	overflow: hidden;
}

#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	text-align: left;
}

#containerlaufband {
	background-color: #FFCC00;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 38px;
}

.laufband {
	background-color: #FFCC00;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 780px;
	/*height: 28px;*/
	border-top: 1px solid #FFFFFF;
	padding: 5px 0px 0px 0px;
	text-align: right;
}

#titelbild {
	background-image: url(images/Head.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 36px;
	width: 780px;
	height: 195px;
}

#containerInhalt {
	background-image: url(images/Welle.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 231px;
	width: 780px;
	overflow: hidden;
}

#spacerKl{
	float: left;
	width: 12px;
	overflow: hidden;
}

#spacerGr{
	float: left;
	width: 40px;
	overflow: hidden;
}

#navigation {
	float: left;
	width: 180px;
	overflow: hidden;
}

#contentscroll {
	float: left;
	position: relative;
	top: 6px;
	width: 528px;
	overflow: auto;
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 496px !important; 
  	width: 508px; /* nur für den IE */
	border-right: 1px solid #84876B;
	padding-right: 10px;
}

#unten {
	clear: both;
	width: 780px;
	height: 10px;
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

#bottom {
	clear: both;
	width: 780px;
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

#bottomtext {
	position: relativ;
	width: 780px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-align: center;
	background-color: #FFCC00;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #84876B;
	border-bottom: 1px solid #FFFFFF;
}

#bottomfertig {
	position: relativ;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 10px;
	background-color: #FFCC00;
}