html, body{
	margin:0;
	padding:0;
	overflow: hidden;
	}
	
.bg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1800px;
	height: 1350px;
	margin-left: -900px;
	margin-top: -675px;
	background-image:url(images/bg_impressum.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
}
	
.box{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	margin-left: -400px;
	margin-top: -250px;
	background-color:#000000;
	}
	
img{
	border:0;
	float:left;
}

.streifen{
	position: absolute;
	top: 50%;
	height:30px;
	width:50%;
	margin-top: 162px;
	background-color:#dc002e;
}

.weiter_button{
	position: absolute;
	top:450px;
	left:715px;
	width:35px;
	height:30px;
}

.zurueck_button{
	position: absolute;
	top:450px;
	left:70px;
	width:35px;
	height:30px;
}

.email_adresse{
	position: absolute;
	top:300px;
	left:122px;
	width:137px;
	height:15px;
}

.email_adresse_s{
	position: absolute;
	top:343px;
	left:530px;
	width:142px;
	height:13px;
}

.webseite_s{
	position: absolute;
	top:357px;
	left:530px;
	width:142px;
	height:13px;
}