/* ################################ */
/* ######      FORMULAR      ###### */
/* ################################ */
FORM.contactForm {
	padding:2em 0 0 0;
}
FORM.contactForm FIELDSET {
	background:url(img/layout/line.gif) repeat-x top left;
	padding:0.5em 0 1em 0;
}
FORM.contactForm FIELDSET.blockLabels LABEL {
	display:block;
	float:left;
	width:160px;
	text-transform:uppercase;
	font-size:0.9em;
	color:#58100d;
	letter-spacing:0.1em;
	line-height:2em;
}
FORM.contactForm P {
	clear:both;
	padding-bottom:4px;
}
FORM.contactForm INPUT[type=text] {
	width:285px;
	background:url(img/layout/content_bg.png);
	border:0;
	padding:2px 0 2px 5px;
}
FORM.contactForm INPUT#formStrasse,
FORM.contactForm INPUT#formOrt {
	width:217px;
}
FORM.contactForm INPUT#formPostleitzahl,
FORM.contactForm INPUT#formHsnr {
	width:60px;
}

FORM.contactForm SELECT {
	border:0;
	background:#e7b28f;
	padding:2px 2px;
}
FORM.contactForm OPTION {
	background:#e7b28f;
}
FORM.contactForm TEXTAREA {
	width:280px;
	height:200px;
	background:url(img/layout/content_bg.png);
	border:0;
	padding:2px 5px 2px 5px;
	overflow:auto;
}
FORM.contactForm H2 {
	padding-bottom:0.6em;
	margin-bottom:0.5em;
}

FORM.contactForm BUTTON[type=submit] {
	text-indent:-1000px;
	width:90px;
	height:21px;
	border:0;
	background:url(img/layout/send-button.jpg) no-repeat 0 0;
	float:right;
}
FORM.contactForm BUTTON[type=submit]:hover {
	background:url(img/layout/send-button.jpg) no-repeat 0 -21px;
}
FORM.contactForm INPUT[type=checkbox] {
	margin:0 10px 0 0;
}
/* ################################ */
/* ######      Änderung      ###### */
/* ################################ */

FORM.contactForm INPUT#mailformstreet,
FORM.contactForm INPUT#mailformcity {
	width:217px;
}
FORM.contactForm INPUT#mailformzipcode,
FORM.contactForm INPUT#mailformhsnr {
	width:60px;
}
