#formular {
	margin-top:1em;
	border-color:#999;
	background-color:#FFFCF0;
	border-width:1px;
	border-style:solid;
	padding:10px;
}

#textfeld h1 {
	clear:both;
	display:block;
	margin-left:0px;
	text-align:left;
}

br {
	clear:both;
}

.labelnorm {
	display:block;
	float:left;
	width:250px;
	margin-right:10px;
	font-weight:lighter;
	padding-top:8px;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#999;
}

.textinput1 {
	width:300px;
	margin-top:8px;
}

.textinput2 {
	width:400px;
	height:200px;
	margin-top:8px;
}

.textinput3 {
	width:50px;
	margin-top:8px;
}

.radioinput {
	margin-top:10px;
}

.textinput1:focus, .textinput2:focus, .textinput3:focus {
	background-color:#FFDEC4;
}

.sendebutton {
	margin-left:260px;
}