@charset "UTF-8";
/* CSS Document */
table #kontakt-tabelle {
	border-collapse:collapse; 
	border-spacing:0; 
	border: 0;
	padding: 0;
	width: 600px;
	margin: 0 0 12px 0;
}
#kontakt-tabelle td {
	text-align: left;
	vertical-align: top;
	padding: 0;
}
FORM {
	display: inline;
}
INPUT, 
TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #262623;
	margin: 0;
}
#kontakt-tabelle td LABEL {
	display: block;
	padding: 7px 0 0 4px;
	line-height: 14px;
	font-size: 11px;
}
.singleline,
.multiline,
.sendbtn {
	display: block;
	width: 246px;	
	height: 15px;
	border: 0;
	margin: 0;
	padding: 7px 0 0 2px;
	background-color: #CBCDCE;
}
.multiline {
	width: 265px;
	height: 154px;
	padding: 2px 0 0 2px;
}
.sendbtn {
	float: left;
	border: 0;
	margin: 0 12px 0 0;
	padding: 4px 0 0 2px;
	background-color: #A2A5A6;
	color: #262623;
	height: 21px !important;
	width: 77px;
	text-align: left;
}
td.formfeld {
	background-color: #CBCDCE;
}
.forms-titel {
	display: block;
	height: 32px;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding: 9px 0 0 0;
}
.form-fehler {
	color: #F00 !important;
}
.field-mandatory {
	color: #CACCCD;
}
td.kont-td-0 {
	width: 77px;
}
td.kont-td-1 {
	width: 246px;
}
td.kont-td-2 {
	width: 12px;
}
td.kont-td-3 {
	width: 265px;
}
td.formlegende {
	background-color: #A2A5A6;
	color: #262623;	
}
td.formspacer {
	height: 4px;
	line-height: 4px;
}
