@charset "iso-8859-1";
* {margin:0; padding:0;}

#Container {
	height: 560px;
	width: 980px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -280px;
}
#Container #oben {
	position: relative;
	height: 462px;
}
#Container #unten {
	position: relative;
	height: 100px;
}

