@charset "UTF-8";
/* CSS Document */
.formuntenclearer {
		display: block;
		float :none;
		clear: both;
		width: 100%;
		height: 18px;
		line-height: 1px;
}
.formabschluss {
	display: block;
	float: none;
	height: 1px;
	line-height: 1px;
	width: 100%;
	background-color: #D9DBDA;
}
FORM {
	display: inline;
}
INPUT, 
TEXTAREA {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		color: #525252;
}
#form-katalog LABEL {
	display: none;	
}
.inp-singleline,
.inp-multiline,
.sendbtn {
	display: block;
	width: 158px;	
	height: 17px;
	border: 0;
	margin: 0;
	padding: 6px 0 0 2px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #e6e6e6;
	background-color: #e6e6e6;
}
.inp-multiline {
	width: 338px;
	height: 71px;
}
.sendbtn {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #4d4d4d;
	color: #fff;
	height: 26px !important;
}
#form-katalog td {
	padding-bottom: 9px;
}
.formhinweis {
	font-size: 11px;
	line-height: 14px;
}
#form-katalog td.td-formerror {
	height: 31px;
	padding: 8px 0 0 0;
	font-size: 11px;
	line-height: 12px;
	color: #F00;
}
.focused {
	border-bottom: 1px solid #F00;
}
.formfehler {
	color: #F00 !important;	
}

/**** neu 2010-12-14 ****/
#kontaktform LABEL {
	display: block;
	margin: 0;
	padding: 1px 0;
}
td.form-abschnitt {
	background-color: #EFEFEF;
	height: 24px;
	padding-left: 2px;
}
td.tbl-cb {
	vertical-align: top;
	height: 20px;
	width: 22px;
	padding: 2px 0 0 2px;
}
INPUT.req-valid {
	background-color: #EBEBEB;	
}
.req-field {
	/*
	border: 1px solid #F00 !important;
	*/
	background-color: #F3E1E2 !important;
}
