@CHARSET "UTF-8";

.formhinweiseDIV{
	width: 460px; 
	border:1px solid black;
	border-color: black;
	background:#FFFFE1 none repeat scroll 0 0;
	height: auto;
	vertical-align: text-top;
	margin:20px auto 0;
}


.formhinweiseDIV titel{
	height: 200px;
	width: 200px;
	font-weight: bold;
}

form#kontaktform input {
	margin-top: 10px;
	width: 180px;
	float: left;	
}

form#kontaktform select {
	float: left;
	margin-top: 10px;
}

form#kontaktform{
	width: 400px;
	margin-left: 80px;
}

form#kontaktform span {
	text-align: left;
	width: 190px;
	margin-top: 10px;
	float: left;
	clear: both;
}
form#kontaktform textarea{
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
#titel{
	float: left;
}
#submittButton{
	float: right;
	margin-top: 10px;
	margin-left: 300px;
}
.hinweiseTexte{
	margin-left: 100px; 
	width: 400px;
	clear: both;
	float: left;
	
}
.space{
	float: left;
	margin-left: 0px;
	width: 20px;
	background-color: black;
}
.cont {
	float: left;
	text-align: center;
	margin-top: 20px;
	vertical-align: middle; 
	width: 645px;
	clear: both;
	
}
