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_kontakt.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;
}

form{
	display: inline;
}

input, textarea, select {
	background-color:#ffffff;
	border: 0;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color:#514232;
}

.input_name{
	position: absolute;
	top:114px;
	left:128px;
	width:260px;
}

.input_email{
	position: absolute;
	top:144px;
	left:128px;
	width:260px;
}

.textarea_kommentar{
	position: absolute;
	top:200px;
	left:71px;
	width:318px;
	height:170px;
}

.senden_button{
	position: absolute;
	top:381px;
	left:70px;
	width:318px;
	height:20px;
}

.email_adresse{
	position: absolute;
	top:389px;
	left:550px;
	width:137px;
	height:15px;
}