html {
	height:100%; 
}
body{
	height: 100%;		
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	overflow:auto;
}
#box1{
	position:absolute;
	width: 100%;
	height: 10%;
	top:0%;
	margin:0px;
	background-color: #bdbebe;
}
#box2{
	position:absolute;
	width: 100%;
	height: 10%;
	top:11%;
	margin:0px;
	background-color: #c4c6c5;
}
#box3{
	position:absolute;
	width: 100%;
	height: 10%;
	top:22%;
	margin:0px;
	background-color: #b5b6b6;
}
#box4{
	position:absolute;
	width: 100%;
	height: 30%;
	top:70%;
	margin:0px;
	background-color: #8d8c7d;
}
#logo{
	position:absolute;
	width: 100%;
	height: 38%;
	top:32%;
	margin:0px;
	background-color: #f1f1f1;
}
#image_logo {
	position:absolute;
	left:50%;
	top:50%;
	width:360px; /* Breite des Bildes */
	height:200px; /* Höhe des Bildes */
	margin:-100px 0 0 -180px; /* Erster Wert: -Höhe des Bildes/2; letzter Wert: -Breite des Bildes/2 */
}
#foto {
	position:absolute;
	left:50%;
	top:50%;
	width:402px; /* Breite des Bildes */
	height:268px; /* Höhe des Bildes */
	margin:-134px 0 0 -201px; /* Erster Wert: -Höhe des Bildes/2; letzter Wert: -Breite des Bildes/2 */
}


#image_adresse {
	position:absolute;
	left:50%;
	top:50%;
	width:728px; /* Breite des Bildes */
	height:80px;
	margin:-40px 0 0 -364px;
}
#galerie {
	position:absolute;
	left:50%;
	top:40%;
	width:824px; /* Breite des Bildes */
	height:92px;
	margin:-46px 0 0 -412px;
}
#image_impressum {
	position:absolute;
	left:50%;
	top:50%;
	width:910px;
	height:200px;
	margin:-100px 0 0 -455px;
}
#image_fotos {
	position:absolute;
	left:50%;
	top:50%;
	width:50px; 
	height:26px;
	margin:-13px 0 0 -25px;	
}
.font_white_big{
	font-family:Helvetica;
	color:#f1f1f1;
	font-size:16px;
	letter-spacing:-0.2px;
}

.font_white_big_back{
	font-family:Helvetica;
	color:#f1f1f1;
	font-size:12px;
	letter-spacing:-0.0px;
}

.font_white{
	font-family:Helvetica;
	line-height:1.5em;
	color:#f1f1f1;
	letter-spacing:-0.1px;
	font-size:12px;
}
.font_white_small{
	font-family:Verdana;
	line-height:0em;
	color:#f1f1f1;
	font-weight:100;
	font-size:8px;
}
.whitelink:link {color:#f1f1f1; text-decoration:none}
.whitelink:visited {color:#f1f1f1; text-decoration:none}
.whitelink:active {color:#f1f1f1; text-decoration:none}
.whitelink:hover {color:#f1f1f1; text-decoration:underline}


