@charset "UTF-8";
/* CSS Document */

body, html {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #585858;
	background-color: #FFF;
	margin: 0px;
	text-align: justify;
}
.header {
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 1;
	background-color:#FFDE00;
}
.center-stage {
	height:auto;
	width: 820px;
	margin:auto;
	overflow: visible;
}
.test-gruppe {
	height: 548px;
	width: 1400px;
	position: relative;
	top: 120px;
	left: -250px;
	z-index: 0;
	background-color:#000;
}
.content {
	width: 720px;
	position: relative;
	z-index: 0;
	padding-top: 80px;
	padding-left: 100px;
}
.head-01-de {
	background-image: url(pixel.gif);
	background-repeat: no-repeat;
	background-color:#FFDE00;
	height: 85px;
	width: 420px;
	position: relative;
	z-index: 0;
	left: 100px;
	top: 85px;
}
.trennlinie {
	width: 720px;
	height: 32px;
	background-image: url(pixel.gif);
	position: relative;
	margin-bottom: 30px;
}
.wrapper {
	height:100%;
	min-height:100%;
	position:relative;
}
.footer {
	background-color: #ffde00;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	width: 100%;
	height: 50px;
	position:relative;
	margin-top:50px;
	margin-bottom: 0px;
	z-index: 0;
	text-align:center;
}
.topmenu {
	height: 28px;
	width: 453px;
	position: relative;
	left: 366px;
}