/* Kontaktformular */

#kontakt {
	position: relative;
}

#kontakt fieldset {
	border: 0; margin: 0; padding: 0;
}
	
#kontakt legend {
	display: none;
}

#kontakt label, .cfrmText, .cfrmTextarea, .rbuttons {
	display: block;
	margin: 0 13px 11px 13px;	
	padding-left: 11px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#kontakt label {
	width: 541px;
	height: 16px;
	color: #fff;
	background-color: #951000;
}

#kontakt .cfrmText {
	width: 539px;
	height: 16px;	
	margin-bottom: 15px;
	font-weight: normal;
} 

#kontakt .cfrmTextarea {
	width: 539px;
	height: 100px;
	margin-bottom: 15px;
	font-weight: normal;
}

#kontakt .cfrmHalfRowL, #kontakt .cfrmHalfRowR {
	float: left;
}
#kontakt .cfrmHalfRowL .cfrmText {
	width: 253px;
}
#kontakt .cfrmHalfRowL label {
	width: 255px;
}
#kontakt .cfrmHalfRowR .cfrmText {
	width: 253px;
}
#kontakt .cfrmHalfRowR label {
	width: 255px;
}
#kontakt .cfrmHalfRowR .cfrmText, #kontakt .cfrmHalfRowR label {
	margin-left: 1px;
}


#kontakt #fieldNachricht {
	height: 100px;
	overflow: auto;
}

#kontakt .rbuttons {
	margin-top: -10px;
	overflow: hidden;
	height: 83px;
	font-weight: normal;
	background-color: #DFDFDF;
}
#kontakt .rbuttons .txt {
	margin: 12px 0;
	font-weight: bold;
}
#kontakt .rbuttons .btns {
	margin: 0 40px;
}
#kontakt .rbuttons .btn {
	float: left;
	padding: 0 15px;
	text-align: center;
}
#kontakt #formSubmit {
	display: block;
	position: relative;
	left: 473px;
	width: 91px;
	height: 17px;
	margin-bottom: 17px;
	background-color: #951000;
	background-image: url(../../images/alfaromeo/arrow_more.gif);
	background-position: 10px 4px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #ffffff;
	border: 0;
	/* text-decoration: none !important;	 */
}

#kontakt hr{
	border-top: 1px solid #951000;
	border-bottom: none;
	margin: 0 13px 10px 13px;
}
