/* zentrierter Inhaltsbereich */
div#center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 945px;
	height: 660px;
	margin-left: -498px;
	margin-top: -330px;
}

/* header innerhalb des centers */
div#center div#header {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 850px;
	height: 25px;
	text-align: right;
}

/* content innerhalb des centers */
div#center div#content {
	position: absolute;
	top: 30px;
	right: 5px;
	height: 625px;
	width: 850px;
	background-color: #ffffff;
}

/* Logoheader innerhalb des centers */
div#content div#logo {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 94px;
	width: 830px;
	background-color: #D90707;
}

/* textinhalt innerhalb des centers */
div#content div#text {
	position: absolute;
	top: 140px;
	right: 10px;
	width: 470px;
	height: 387px;
}

/* Info-Button innerhalb des centers */
div#content div#btn_info {
	position: absolute;
	top: 140px;
	left: 10px;
	height: 44px;
	width: 350px;
	background-image: url(images/btn_hg.gif);
	background-repeat: no-repeat;
}

/* Animiertes Bild innerhalb des centers */
div#content div#pic {
	position: absolute;
	top: 194px;
	right: 485px;
	height: 305px;
	width: 455px;
	z-index: 99;
}

/* Kontakt-Button innerhalb des centers */
div#content div#btn_kontakt {
	position: absolute;
	top: 504px;
	left: 10px;
	height: 44px;
	width: 350px;
	background-image: url(images/btn_hg.gif);
	background-repeat: no-repeat;
}

/* Adressleiste innerhalb des centers */
div#content div#adresse {
	position: absolute;
	bottom: 15px;
	left: 10px;
	height: 16px;
	width: 830px;
	text-align: center;
	overflow: visible;
}

/* Main Content Schatten rechts */
div.schatten_rechts {
	position: absolute;
	height: 625px;
	width: 5px;
}

/* Main Content Schatten unten */
div.schatten_unten {
	position: absolute;
	height: 5px;
	width: 855px;
}

/* Schatten rechts */
div#schatten_con_r {
	top: 30px;
	right: 0px;
	background-image: url(images/schatten_r.png);
}

/* Schatten unten */
div#schatten_con_u {
	top: 655px;
	right: 0px;
	background-image: url(images/schatten_u.png);
}
