@charset "utf-8";

#home {
	position:absolute;
	width:300px;
	height:400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -150px;
}

#home img {
	position: absolute;
	width: 300px;
	top: 45%;
	left: 50%;
	margin-top: -75px;
	margin-left: -150px;
	
}

#footer_home {
	z-index:1;
	height:200px;
	width:100%;
	position:absolute;
    bottom:0px;
}

#footer_home img {
	float:left;
	height:200px;
}


#impressum {
	text-align:justify;
	position: absolute;
	width: 300px;
	height: 600px;
	top: 55%;
	left: 50%;
	margin-top: -400px;
	margin-left: -200px;
/*	background-color:#A0A0A0;
*/	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:7px;
	line-height:9px;
}

#footer_impressum {
	z-index:1;
	height:60px;
	width:100%;
	position:absolute;
}


#footer_impressum img {
	float:left;
	height:150px;
}

#impressum_kontakt a {
	position:absolute;
	padding-left:97px;
	z-index:2;
	font-weight:lighter;
	line-height:15px;
	text-decoration:underline;
	color:#666;
}

#biography {
	text-align:justify;
	position: absolute;
	width: 300px;
	height: 600px;
	top: 55%;
	left: 50%;
	margin-top: -400px;
	margin-left: -200px;
/*	background-color:#A0A0A0;
*/	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:7px;
	line-height:9px;
}



#footer_biography img {
	float:left;
	height:300px;
}

#footer_biography {
	z-index:1;
	height:200px;
	width:100%;
	position:absolute;
}

#menu a {
	padding:10px;
	color:#666;
	float:right;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:9px;
	z-index:5;
}