body {
	width:100%;
	height:100%;
	margin: 0px;
	background-color : #fcfcfc;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 10pt;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
	color: #fff;
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #5076a9;
	text-decoration: none;
	}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #5076a9;
	text-decoration: none;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #0f315f;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	}

#wrapper{
	position:absolute;
	top:0%;
	left:50%;
	width:100%;
	height:400px;
	margin-left:-50%;
	text-align:center;
	background-color:#f5f5f5;
	color:#2a2a2a;
	border: 1px #FFF dotted;
	border-bottom:thin #CCC solid;
	z-index:16;
	}

#underconstruction{
	position:absolute;
	top:300px;
	right:2%;
	width:128px;
	height:128px;
	margin-left:-64px;
		z-index:17;
	}	
	
#impressum{
	position:relative;
	top:420px;
	width:60%;
	height:400px;
	margin:0% 0% 0% 20%;
	text-align:left;
	color:#2a2a2a;
	z-index:16;
	}