html * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
}

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #606060;
	background: #ECE3C4;
}

#website{
	z-index: -20;
	position: absolute;
	width: 1000px;
	height: 550px;
	margin-left: -500px;
	left: 50%;
	margin-top: -275px;
	top: 50%;

	background: #FFFFFF;	
}

#top{
	position: relative;
	width: 1000px;
	height: 100px;

}

#center{
	position: relative;
	width: 1000px;
	height: 425px;
	
}


#footer{
	position: relative;
	width: 1000px;
	height: 25px;
	background: url(../images/bottom.gif) no-repeat;
}


.clearbr{
	clear: both;
}



#center_form{
	position: relative;
	width: 1000px;
	height: 425px;
	background: url(../images/kontakt.gif) no-repeat;
}

#center_form ul li{
	list-style:none;
	background: none;
	padding: 1px 0;
	clear: both;
}

#center_form ul li label{
	float:left;
	margin-right:5px;
	text-align:left;
	width:80px;
}

#center_form ul li label.radioLable{
	text-align:left;
	width:110px;
		height: 17px;
}
#center_form ul li label.plzLable{
	text-align:left;
	width:110px;
	height: 20px;
}
#center_form ul li label.ortLable{
	text-align:left;
	width:10px;
	height: 20px;
}



#center_form input.txt{
	background: #eee;
	width: 200px;
	height: 15px;
	padding-right: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #333333;
}
#center_form input.txt_plz{
	background: #eee;
	width: 50px;
	height: 15px;
	margin-left: 58px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #333333;
}
#center_form input.txt_ort{
	background: #eee;
	width: 182px;
	height: 15px;
	padding-right: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #333333;
}

#center_form input.check{
	
	
	
}
#center_form input.radio{

	width: 15px;

	background: none;
}

#center_form textarea{
	background: #eee;
	width: 300px;
	height: 134px;
	resize: none;
	margin-top:4px;
	overflow:auto;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	color: #333333;
}



#center_form input[type="submit"]{
	padding-bottom: 7px;
	width: 87px;
	height: 22px;
	float: right;
	text-align: right;
	color: #AC1804;
	background: none;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	

}
#center_form input[type="submit"]:hover{
	padding-bottom: 7px;
	width: 87px;
	height: 22px;
	float: right;
	text-align: right;
	color: #333333;
	background: none;
		font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	

}


#center_form input[type="reset"]{
	padding-bottom: 7px;
	width: 87px;
	height: 22px;
	float: left;

		color: #AC1804;
	background: none;
	text-align: left;
		font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	

}

#center_form input[type="reset"]:hover{
	padding-bottom: 7px;
	width: 87px;
	
	height: 22px;
	color: #333333;
	background: none;
	float: left;
	text-align: left;
		font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;


}





#form_left{
	float:left;
	width: 320px;
	height: 200px;
	margin-left: 220px;
	margin-top: 225px;
	
		
}
#form_right{

	float:left;
	width: 300px;
	height: 200px;
	margin-left: 20px;
	margin-top: 225px;
		
}
#form_antwort{

float:left;
	width: 545px;
	height: auto;
	margin-left: 220px;
	margin-top: -25px;

}

