body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
}

	
		
#label_temp {
	position:absolute;
	width:570px;
	height:210px;
	background-color:#ffffff;
	bottom:10%;
	right:0;
	padding:15px 15px 15px 20px;
}

#impressum {
	position:absolute;
	width:570px;
	/*height:210px;*/
	background-color:#ffffff;
	top:10%;
	left:50%;
	margin-left:-300px;
	padding:15px 15px 15px 20px;
}


h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:400;
	padding-bottom:100px;
}

h2 {
	font-size:14px;
	font-weight:400;
}

#impressum h2 {
	font-size:10px;
}

.mailme, a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p, #impressum .mailme, a {
	font-size:10px;
}