input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #FFF;
	color : Black;
	border : 1px solid Black;
}
input.short {
	background-color : #FFF;
	width: 200px;
}
input.zip {
	background-color : #FFF;
	width: 40px;
}
input.town {
	margin-left: 10px;
	width: 150px;
}
select.short {
	background-color : #FFF;
	width: 200px;
}
.ueberschrift{
	font-weight:bold;
}


