<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aform_input {
	display: block;
	overflow: hidden;
	width: auto;
}

.aform_input_content {
	float: none;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.aform_input_content input {
	color: #000;
	width: 250px;
	height: auto;
	padding: 1px 2px 1px 2px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 0px 1px 0px;;
}

.aform_input_content select {
	color: #000;
	width: 250px;
	height: auto;
	padding: 1px 2px 1px 2px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 0px 1px 0px;;
}

.aform_input_content textarea {
	color: #000;
	width: 400px;
	height: 80px;
	padding: 1px 2px 1px 2px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 0px 1px 0px;;
}


.aform_input_label {
	float: none;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 0 3px 0;
}

.aform_input_label_var2 {
	float: left;
	width: 130px;
	height: auto;
	overflow: hidden;
	margin: 0 0 3px 0;
}

.formElementLabel {
  	font-weight: normal;
}
		
.aform_input_label label, 
.aFormNote {
	display: block;
	margin: 0 0 5px 0;
	font-size: 13px;
}

input#login_btnSubmit {
	background: #ccc url('../images/abschicken.png') no-repeat ;
    width: 78px;
    height: 24px;
    cursor: pointer;
    border: 0px solid #EA9040;
}

input#login_btnSubmit:active {
    border: 1px solid #EA9040;
}

.aform_input_content .captcha input  {
	vertical-align:top;
	width: 45px;
	display: inline;
}

#form_captcha img {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    padding: 1px 1px 1px 1px;
}	
	
.aform_input_content .hint {
	text-align: top;
	vertical-align: bottom;
}

.aform_input_content #refreshcaptcha img {}

.aform_input_content .aFormNote {
	margin: 10px;
}
	
.aform_input_content label {
	vertical-align: 10px;	
	text-align: center;
}

.aform_input_content input[type=text]:focus {
	border: 1px solid #285078;
}

.aform_checkbox_option_content {
	display: block;
	overflow: hidden;
	color: #000;	
	padding: 3px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	width: 350px;
}

.aform_checkbox_option_label {
	display: block;
	overflow: hidden;
	width: 10%;
}

.aform_checkbox_option_label {
	float: left;
	margin: 0 3px 0 0;
}


.aform_checkbox_content_nolabel {
	width: 100%;
}

.aform_checkbox_content {
	padding: 10px 0 0 0;
}

.aform_checkbox_content {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
}

.aform_checkbox {
	display: block;
	overflow: hidden;
	width: 400px;
	margin: 0 0 0 0;
	background: transparent;
}

.aform_checkbox {
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.aform_nolabel {
	background: transparent;
}

.aform_checkbox_content_nolabel {
	width: 100%;
}

.aform_checkbox_content input {
	display: block;
}

.aform_checkbox_content input {
	width: 12px;
	height: 12px;
}

.errors {
	font-size: 12px;
 	list-style: none;
}

.aform_input_label 
.aFormLabelError, 
.aform_checkbox_nolabel 
.aFormLabelError {
	color: #D8000C;
	font-style:italic;
}

.aform_input_content .aFormElementError {
	border: 1px solid #D8000C;
	background: none repeat scroll 0 0 #FFBABA;
} 

.aFormLabelMsgError label {
	color: #D8000C;
	font-style:italic;
	font-weight: bold;
	font-size: 11px; 
	list-style: none;
	
}

.tooltip-icon {
	width: 16px;
	height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid #000;
}
</pre></body></html>