@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;
	margin-left:15px;
	color: #603a15;
	font-size: 14px;
}
.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: none;
	height: 28px;	
	margin: 2px 0;
	padding: 3px 5px 0 5px;
	font-size: 18px;
	font-weight: normal;
}
.formElement input.m, .csc-mailform-field input.m {
	background: url(../images/bg-input-text-m.png) no-repeat left center #fff;
	width: 250px;
	/*border: 1px dashed #af8554;*/
	margin: 2px 0;
	padding: 3px 5px 0 5px;
	font-size: 18px;
	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:28px;
	margin: 2px 0;
	padding: 3px 5px 0 5px;
	font-size: 18px;
	font-weight: normal;
}

.formElement select, .csc-mailform-field select {
	border:0;
	/*border: 1px dashed #af8554;*/
	background-color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 3px 2px 3px 5px;
}

.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;
}
