html, body{
	width: 100%;
	height: 100%;
	padding: 2px;
	margin: 0px;
}


.content{
	background-image: url(../images/shared/logo_text.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	height: 55px;
}

.headLine{
	color: #52446D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}

.empty_20px{
	height: 20px;
	line-height:20px;
}

.empty_10px{
	height: 10px;
	line-height:10px;
}

.absatz{
	color: #951622;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	width: 100%;
	border-bottom: 1px solid #DBDBDB;
}

.formText{
	float: left;
	width: 100px;
	color: #492A64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.formRadio{
	float: left;
	width: 50px;
	color: #492A64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

label{
 	display: block;
 	text-align: right;
	margin-top: -2px;
}

.formInputDiv{
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.formInputText{
	width: 300px;
	color: #492A64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #52446D;
}

.formInputTextArea{
	width: 300px;
	height: 200px;
	color: #492A64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #52446D;
}

.formSubmitButton{
	width: 300px;
	height: 20px;
	color: #FFFFFF;
	background-color: #951622;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

.error{
	padding: 4px;
	border: 1px solid #cc0000;
	color: #cc0000;
	margin-top: 5px;
}

.error ul li{
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
	background-image: none;
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
}

.noerror{
	padding: 4px;
	border: 1px solid #025935;
	color: #025935;
	margin-top: 5px;
}

.noerror ul li{
	list-style-type:none;
	list-style-image: none;
	list-style-position: inside;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
