/* CSS Document */
#set_mitte {
	z-index: 0;
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 0px;
}

#main_container {
	z-index: 1;
	position: absolute;
	height: 630px;
	width: 1000px;
	left: -500px;
	top: -15px;
	text-align: center;
	border: 0px solid #cccccc;
	overflow: hidden;
}

#container_head {
	z-index: 1;
	position: absolute;
	height: 150px;
	width: 1000px;
	left: 0px;
	top: 0px;
	text-align: center;
	border: 0px solid #00daff;
	overflow: hidden;
}

#container_anzeige {
	z-index: 1;
	position: absolute;
	height: 420px;
	width: 1000px;
	left: 0px;
	top: 150px;
	text-align: left;
	border: 0px solid #70daff;
	overflow: auto;
}

#container_bottom {
	z-index: 1;
	position: absolute;
	height: 60px;
	width: 1000px;
	left: 0px;
	top: 570px;
	text-align: center;
	border: 0px solid #c0daff;
	overflow: hidden;
}


/* Kontakt Seite */
.kontaktrahmen {
	width: 1000px;
}
.kontaktkarten {
	width: auto;
	height: auto;
}

