fieldset {
	border: 1px solid #C8C8C8;
	background-color: #F9F9F9;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	color: #41413C;
	padding: 20px;
}
* html fieldset {
	padding-top: 0px;
}
fieldset p {
	font-size: 14px;
	position: relative;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
fieldset.fsbottom {
	width: 820px;
}
legend {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	color: #5884B8;
	font-size: 18px;
}
label {
	font-size: 14px;
	width: 85px;
	float: left;
}
input {
	width: 300px;
}
input:focus, textarea:focus {
	background-color: #FFC;
}
textarea {
	height: 150px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
.button {
	font-weight: bold;
	width: 150px;
	padding: 5px;
	margin: 15px 50px;
}

.pflicht {
	font-size: 12px;
	font-weight: bold;
	color: #5884B8;
	position: absolute;
	top: 5px;
}
span.pflicht1 {
	font-size: 12px;
	font-weight: bold;
	color: #5884B8;
	text-align: left;
	display: block;
}
#error {
	width: 540px;
	padding: 10px;
	background-color: #CCCCCC;
	border: 2px solid #A00E0F;
	margin-bottom: 10px;
}
#error h5 {
	color: #A00E0F;
}
#error p {
	font-weight: bold;
}
