/*Styles für Container, Labels, Fehlermeldung*/
.formspage div {
	clear:both;
	margin-bottom:10px;
}
.formspage fieldset {
	clear:both;
	padding:0 0px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:10px;
}
.formspage fieldset.group {
	border:none;
	padding:0 0 0 140px;
	position:relative;
}
.group legend,
.formspage label {
	line-height:20px;
	padding-right:10px;
	padding-top:0;
	font-weight:bold;
	text-transform:none;
	width:150px;
	float:left;
}
.group legend {
	position:absolute;
	left:0;
}
* html .group legend {
	left:-7px;
}
*+html .group legend {
	left:-7px;
}
/* FF Hack */
.group legend, x:-moz-any-link {
	left:-140px;
}
.group legend span {
	display:block;
	white-space:normal;
	width:130px;
}
label.boxlabel {
	font-size:13px;
	float:none;
	padding:0 10px 0 20px;
	font-weight:normal;
	display:block;
	width:410px;
}
* html label.boxlabel {
	padding:0;
}
*+html label.boxlabel {
	padding:0;
}
fieldset label.boxlabel {
	width:270px;
}
.sidebyside label.boxlabel {
	width:120px;
}
.formspage .formfieldelements div {
.formspage .formfieldelements,
	clear:none;
}
.error label {
	color:#bf0000;
}
.error .boxlabel {
	color:#333;
}
.error .message {
	color:#f1b9b9;
	font-size:11px;
	text-transform:none;
	padding-left:140px;
}
* html .error .message {
	padding-left:143px;
}
.error.sidebyside .message, fieldset .error .message {
	padding-left:0;
}
* html fieldset .error .message {
	padding-left:0;
}
/*Styles für die verschiedene input Felder*/
.sfuifbtextfield input,
.sfuifbnumberfield input,
.sfuifbtimefield input,
.sfuifbnumberfield input,
.sfuifbpasswordfield input,
.sfuifbdatefield input,
.sfuifbfileupload input,
.sfuifbcaptcha input,
.sfuifbtextarea textarea,
.sfuifbcombo select {
	border:1px solid #999;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:13px;
	height:20px;
	padding:0 5px;
	width:288px;
}
.sfuifbtextfield input:focus,
.sfuifbnumberfield input:focus,
.sfuifbtimefield input:focus,
.sfuifbnumberfield input:focus,
.sfuifbpasswordfield input:focus,
.sfuifbdatefield input:focus,
.sfuifbcaptcha input:focus,
.sfuifbtextarea textarea:focus,
.sfuifbcombo select:focus {
	border-color:#5E5D5D!important;
}
.sfuifbtextfield.error input,
.sfuifbnumberfield.error input,
.sfuifbtimefield.error input,
.sfuifbnumberfield.error input,
.sfuifbpasswordfield.error input,
.sfuifbdatefield.error input,
.sfuifbfileupload.error input,
.sfuifbcaptcha.error input,
.sfuifbtextarea.error textarea,
.sfuifbcombo.error select,
.sfuifbcheckbox.error input,
.sfuifbradio.error input {
	background-color:#f1b9b9;
}
.sfuifbcaptcha img {
	background:url(../../../../../../../img/ext/form_arrow.gif.html) no-repeat scroll 9px 19px transparent;
	margin-bottom:-20px;
	margin:0 0 -20px -20px;
	padding:0 0 20px 20px;
}
.sfuifbcaptcha input {
	margin-left:160px;
}
* html .sfuifbcaptcha input {
	margin-left:143px;
}
.sfuifbtextarea textarea {
	height:100px;
	width:288px;
}
.sfuifbcombo select {
	padding:0;
	width:300px;
}
.mceLayout {
	width:300px!important;
}
.sfuifbdatefield input {
	width:70px;
}
.formspage a.date-picker-control:link, 
.formspage a.date-picker-control:visited,
.formspage a.date-picker-control:hover,
.formspage a.date-picker-control:active, 
.formspage a.date-picker-control:focus, 
.formspage a.dp-button-active:link, 
.formspage a.dp-button-active:visited, 
.formspage a.dp-button-active:hover, 
.formspage a.dp-button-active:active, 
.formspage a.dp-button-active:focus {
	background-image:url(img/cal.gif)!important;
}
.formspage a.date-picker-control span {
	height:22px;
	width:19px;
}
button {
	background:url(img/button/submit_sprite_142.gif.html) no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	margin-top:1px;
	overflow:hidden;
	padding-bottom:2px;
	vertical-align:middle;
	width:142px;
}
button:hover {
	background-position:0 -20px;
}
.formspage .sfuifbcheckbox.isfirst,
.formspage .sfuifbradio.isfirst {
	padding-left:0;
}
.sfuifbcheckbox input,
.sfuifbradio input {
	vertical-align:middle;
	float:left;
	margin:3px 10px 0 0px;
}
* html .sfuifbcheckbox input,
* html .sfuifbradio input {
	margin:0;
}
*+html .sfuifbcheckbox input,
*+html .sfuifbradio input {
	margin:0;
}
.formspage .sidebyside {
	clear:none;
	display:inline-block;
	vertical-align:top;
	padding-left:0;
	width:150px;
}
* html .formspage .sidebyside {
	display: inline;
}
*+html .formspage .sidebyside {
	display: inline;
}
.formspage .sfuifbtimefield .timepicker {
	left:0;
	overflow-x:hidden;
	right:auto;
	width:110px;
}
.formspage .sfuifbtimefield .timepicker .right,
.formspage .sfuifbtimefield .timepicker .left {
	clear:none;
}
*+html .timepickercontainer,
* html .timepickercontainer {
	clear:none!important;
}

.formspage .hidelabel .fieldlabel	{display:none;}
.forms20 p		{margin-bottom:20px;}
.forms20 h5		{margin-bottom:20px;font-weight:bold; float:left; padding:5px;}
.forms20 .result h5	{
	margin-top:20px;	
}

.forms20 .buttons		{margin-left:139px; float:right; margin-bottom: 30px;}

.forms20 .form_progress		{
	margin-top:40px;
	clear:both;
}

/* plv-anpassungen */
.forms20 p {
	margin: 10px;
	font-size: 13px;
}
.forms20 .formspage div p {
	margin: 10px 0;
}
.forms20 .formspage div {
	margin: 0 20px 15px;
}
.forms20 .formspage div.buttons {
	float: none;
	margin: 0 0 0 180px;
}
.forms20 button {
	background: url("img/background/bg_submit.gif.html") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px;
	width:auto;
}
.forms20 .off {
	border: 1px solid #CCCCCC;
	float: left;
	height: 10px;
	overflow: hidden;
	padding: 1px;
	width: 100px;
	margin: 0 10px 5px 20px;
}
.forms20 .on {
	background-color: #CCCCCC;
	height: 100%;
}
.forms20 fieldset {
	border: 1px solid #DDDDDD;
	margin: 0px 10px 20px;
	text-transform: none;
}
.forms20 fieldset legend {
	margin: 0 5px;
	padding: 0 5px;
	font-weight: normal;
	font-size:12px;
	color: #5E5D5D;
}
.forms20 fieldset label {
	font-size: 11px;
}
.forms20 .formspage fieldset div {
	margin: 0;
	padding: 5px 0;
}
.forms20 .formspage fieldset div div {
	margin: 5px 20px;
	padding: 0;
}
.forms20 .error .message {
	margin: 5px 0 5px 160px;
	color: #BF0000;
	padding: 0;
}
.sfuifbcaptcha img {
	margin: 0 0 5px 0;
	padding: 0;
}
.forms20 .sfuifbradio,
.forms20 .sfuifbcheckbox {
	overflow: hidden;
	position: relative;
}

.forms20 .sfuifbcheckbox .fieldlabel,
.forms20 .sfuifbradio .fieldlabel {
	position: absolute;
	left: 0;
}
.forms20 .sfuifbcheckbox input,
.forms20 .sfuifbradio input {
	margin-left: 160px;
}
.forms20 .sfuifbcheckbox .boxlabel,
.forms20 .sfuifbradio .boxlabel {
	margin-left: 180px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}


.datePickerTable td, .datePickerTable th {
	vertical-align: middle;
}
/* bei langen labels sonst kaputt */
.sfuifbtextfield,
.sfuifbnumberfield,
.sfuifbtimefield,
.sfuifbnumberfield,
.sfuifbpasswordfield,
.sfuifbdatefield,
.sfuifbfileupload,
.sfuifbcaptcha,
.sfuifbtextarea,
.sfuifbcombo {
	overflow:hidden;
}