@charset "utf-8";
/* CSS Document für Formularstellung*/

/* Formularelemente */
fieldset { border:none; }

.formElement { clear: both; margin-top:7px; }
.formElement label, .csc-mailform-field label {
	display: block;
	color: #4a280c;
	font-size: 14px;
	font-weight: bold;
	line-height: 220%;
}
.formElement label.radio {
	width: 100%;
	display: block;
	text-align: left;
}

.formElement input[type=text], .formElement input[type=password], .csc-mailform-field input[type=text], .csc-mailform-field input[type=password] {
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	height: 26px;
	margin: 2px 0;
	padding: 0 2px;
	font-size: 12px;
	font-weight: normal;
}
.formElement input.m, .csc-mailform-field input.m {
	width: 170px;
	margin: 2px 0;
	padding: 0 2px;
	font-size: 12px;
	font-weight: normal;
}
.formElement input.s, .csc-mailform-field input.s {
	width: 50px;
	margin: 2px 0;
	padding: 0 2px;
	font-size: 12px;
	font-weight: normal;
}
.formElement input.xl, .csc-mailform-field input.xl {
	background: url(../images/bg-input-text-xl.png) no-repeat left center #fff;
	width: 370px;
	border: none;
	/*border: 1px dashed #af8554;*/
	height:26px;
	margin: 2px 0;
	padding: 3px 5px 0 5px;
	font-size: 18px;
	font-weight: normal;
}

.formElement select, .csc-mailform-field select {
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	font-size: 12px;
	margin: 2px 0;
	padding: 0 2px;
	height: 26px;
}

.formElement select.s {
	background: url(../images/bg-input-text-s.png) no-repeat left center #fff;
	width: 100px;
}
.formElement select.m {
	background: url(../images/bg-input-text-m.png) no-repeat left center #fff;
	width: 250px;
}
.formElement select.xl, .csc-mailform-field select.xl {
	background: url(../images/bg-input-text-xl.png) no-repeat left center #fff;
	width: 370px;
}
.formElement input[type=checkbox], .csc-mailform-field input[type=checkbox] {
	background: url(../images/bg-form-input.png) no-repeat left center;
	border: none;
	height: 24px;
	width: 22px;
	margin: 4px 0;
	padding: 3px 5px 0 5px;
}
.formElement input.checkbox-newsletter {
	float: left;
	height: 24px;
	width: 22px;
	margin: 4px 0;
	padding: 3px 5px 0 5px;
}
.formelement textarea, .csc-mailform-field textarea {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
.formelement textarea.textarea-small {
 background: url(../images/bg-form-textarea-small.png) no-repeat left;
	border: none;
	/*border: 1px dashed #af8554;*/
	height: 154px;
	width: 302px;
	margin: 4px 0;
	padding: 3px 5px 0 5px;
}
.csc-mailform-field textarea.xl {
 background: url(../images/bg-textarea-500-200.png) no-repeat left top;
	border: none;
	/*border: 1px dashed #af8554;*/
	height: 200px;
	width: 500px;
	margin: 4px 0;
	padding: 3px 5px 0 5px;
}
.csc-mailform-field .button {
	margin-top: 10px;
}

.formerrors {
	margin-left: 15px;
	clear: both;
	padding-bottom: 4px;
}
.formerrors ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fda712;
}
.formInputShort {
	background: url(../images/bg-form-input-small.png) no-repeat left center;
	border: none;
	/*border: 1px dashed #af8554;*/
	height: 22px;
	width: 44px;
	margin: 0;
	padding: 3px 5px 0 5px;
}

/* Textareas für Codes auf Seite Werbemittel */
textarea.werbebanner {
	border: 1px dashed #af8554;
	width:600px;
}
textarea.werbebanner2 {
	border: 1px dashed #af8554;
	width:600px;
	height:80px;
}


#formhandler_contact_form {
 
}
#formhandler_contact_form .formElement label {
 width: 120px;
	float: left;
	margin-right: 0;
}
#formhandler_contact_form .formElement input[type=text] {
 width: 230px;
	float: left;
}

#formhandler_contact_form .formElement label.error {
 float: right;
	width: 250px;
	padding-left: 25px;
	background: url(../images/arrow-form-required.png) no-repeat left 3px;
	color: #666;
	font-size:14px;
	font-weight: normal;
}

