table.senger_formular {
	width: 450px;
}

td.formular_colL {
	width: 130px
	height: 30px;
	border-right: 1px solid #dcdcdc;	
	border-bottom: 1px solid #dcdcdc;
}

td.formular_colR {
	width: 320px;
	height: 30px;
	border-bottom: 1px solid #dcdcdc;	
}

td.last_formular_colL {
	width: 130px
	height: 30px;
	border-right: 1px solid #dcdcdc;	
}

td.last_formular_colR {
	width: 320px;
	height: 30px;
}

input.normal {
	width: 310px;
	height: 18px;
	background: #d1d5a3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555; 	
}

input.kurz {
	width: 50px;
	height: 18px;
	background: #d1d5a3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555; 	
}

input.kurz2 {
	width: 255px;
	height: 18px;
	background: #d1d5a3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555; 
}

select#erfahren {
	background: #d1d5a3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555; 
}


textarea#form_nachricht {
	width: 310px;
	height: 100px;
	background: #d1d5a3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555; 
}

