@charset "UTF-8";
/* CSS Document */

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

#home img {
	position: absolute;
	width: 600px;
	top: 45%;
	left: 50%;
	margin-top: -100px;
	margin-left: -300px;

	
}


#content {
	position: absolute;
	width: 800px;
	height: 1000px;
	top: 45%;
	left: 50%;
	margin-top: -500px;
	margin-left: -400px;
	padding: 20px;
	border:#666;
	border-radius:2px;
}

#content img {
	position: absolute;
	width:750px;
	height:300px;
	top: 20%;
	left: 50%;
	margin-top: -150px;
	margin-left: -375px;
}

h1 {
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;	
	text-align:left;
	font-weight:lighter;
}

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

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

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

h3 {
	text-align:right;
	margin-bottom:30px;
	margin-right:30px;
	color:#000;
	float:right;
}


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

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

#footer_biography img {
	float:right;
}

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


#impressum {
	text-align:justify;
	position: absolute;
	width: 550px;
	height: 800px;
	top: 40%;
	left: 50%;
	margin-top: -400px;
	margin-left: -275px;
	padding: 50px;
/*	background-color:#A0A0A0;
*/	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:10px;
	line-height:13px;
}

#biography {
	text-align:justify;
	position:absolute;
	width: 550px;
	height: 800px;
	top: 40%;
	left: 50%;
	margin-top: -400px;
	margin-left: -275px;
	padding: 50px;
/*	background-color:#A0A0A0;
*/	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:10px;
	line-height:13px;
}

#impressum_kontakt {
	z-index:2;
	float:right;
	text-align:right;
	font-size:15px;
	line-height:30px;
}

#biography_kontakt {
	z-index:2;
	float:right;
	text-align:right;
	font-size:15px;
	line-height:30px;
}

#biography_kontakt a {
	font-weight:lighter;
	line-height:15px;
	text-decoration:underline;
	color:#666;
}

#impressum_kontakt a {
	font-weight:lighter;
	line-height:15px;
	text-decoration:underline;
	color:#666;
}