body {
	background-color: #000000;
	margin: 0;
	padding: 0; 
	text-align: center;
}

#container {
	margin: 10px auto 0px; 
	width: 800px; 
	position: relative
}

#gestalten h1 {
	DISPLAY: none
}

#gestalten {
	height: 60px;
	width: 700px;
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 57px;
	background-image: url(img/index/gestalten.gif);
	background-repeat: no-repeat;
}

#vomrheingau {
	height: 106px;
	width: 480px;
	position: absolute;
	z-index: 2;
	left: 280px;
	top: 450px;
	background-image: url(img/index/vomrheingau.gif);
	background-repeat: no-repeat;
}

#indexbild {
	height: 315px;
	width: 720px;
	position: absolute;
	z-index: 10;
	left: 40px;
	top: 120px;
	background-color: #000000;
}



