#formularcontainer {
	width: 700px;
	margin-left: 150px;
	position: relative;
	display: block;
}
form {
	position: relative;
	display: block;
	min-height: 50px;
	width: 700px;
}
.sternchen {
	margin-top: -5px;
	margin-right: -3px;
	margin-left: -3px;
}
fieldset {
	margin-bottom: 10px;
	padding: 5px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}
.einhalb {
	margin-bottom: 15px;
	padding: 0px;
	width: 50%;
	float: left;
	list-style-type: none;
}
.einhalb input {
	width: 250px;
}
.voll {
	margin-bottom: 15px;
	padding: 0px;
	width: 100%;
	float: left;
	list-style-type: none;
}
.voll input {
	width: 575px;
}
.voll textarea {
	width: 580px;
}
.einviertel {
	margin-bottom: 15px;
	padding: 0px;
	width: 25%;
	float: left;
	list-style-type: none;
}
.einviertel input {
	width: 85px;
}
.dreiviertel {
	margin-bottom: 15px;
	padding: 0px;
	width: 75%;
	float: left;
	list-style-type: none;
}
.dreiviertel input {
	width: 412px;
}
legend {
	font-size: 16px;
	margin-top: -3px;
}
label {
	text-align: right;
	margin-right: 5px;
	margin-left: -15px;
	margin-top: 7px;
	float: left;
	display: block;
	padding-right: 5px;
	width: 50px;
	font-size: 12px;
}
textarea {
	margin-top: 7px;
}
input, textarea, select, option {
	font-family: TeXGyrePagellaRegular;
	font-size: 16px;
}
.frameless {
	border-width: 0px;
}
#absenden {
	width: 300px;
	display: inline;
}
#loeschen {
	width: 300px;
	display: inline;
}
select {
	font-size: 16px;
	font-family: TeXGyrePagellaRegular;
	top: 3px;
	position: relative;
	width: 575px;
}
.errorleft {
	position: relative;
	text-align: center;
	background-color: #ffcc00;
	left: 45px;
	top: 1px;
	z-index: 1000;
	display: block;
	height: 14px;
	width: 256px;
	margin-bottom: -14px;
	font-size: 10px;
	color: red;
}
.errorright {
	position: relative;
	text-align: center;
	background-color: #ffcc00;
	left: 45px;
	top: 1px;
	z-index: 1000;
	display: block;
	height: 14px;
	width: 256px;
	margin-bottom: -14px;
	font-size: 10px;
	color: red;
}
#formularcontainer p {
	margin-bottom: 20px;
}