/* CSS Document */

.content_bg {
	background-image:url(bilder/startseite_bg.jpg);
	background-repeat:repeat-x;
}

#content_oben {
	position:				absolute;
	left:					10px;
	top:					95px;
	height:					90px;
	width:					400px;
	overflow:				hidden;
	z-index:				1;
}

#content_mitte {
	position:				absolute;
	left:					10px;
	top:					195px;
	height:					90px;
	width:					500px;
	overflow:				hidden;
	z-index:				2;
}

#content_unten {
	position:				absolute;
	left:					10px;
	top:					295px;
	height:					90px;
	width:					520px;
	overflow:				hidden;
	z-index:				3;
}

