.mailform_table{
	width: 290px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.mailform_td_labels{
	font-size:12px;
}

.mailform_td_fields{
	padding-right:5px;
	vertical-align: center;
}

.mailform_label,
.mailform_label_mustfill{
	margin-left:5px;
	margin-right:0px;
}
.mailform_label_mustfill{
	font-weight: bold;
}
.mailform_textfield,
.mailform_textfield_mustfill{
	background:url('../images/kontakt/textfield.jpg') no-repeat left center;
	border: none;
	width: 184px;
	height:23px;
	font-size:13px;
	color: #042481;
	padding-top:6px;
	margin-left:-4px;
}

.mailform_textfield_mustfill{
	/*background: #FFFFFF;*/
	/*border-left: 3px solid #042481;*/
}

.mailform_textarea{
	margin: 0px 0px 0px 5px;
	overflow:auto;
	border:none;
	width: 260px;
	height:175px;
	font-size:11px;
	color: #042481;
	background:none; /* BG explizit auf 'none' gesetzt, da BG des folgenden DIVs angezeigt werden soll. */
}

/* Textfeld liegt innerhalb eines DIVs wegen des Hintergrunds... */
.div_textarea{
	background: url('../images/kontakt/messagefield.jpg') no-repeat;
	margin:10px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	text-align:left;
	height:200px;
}

.mailform_submitbutton{
	margin:20px 0px 30px 60px;
	border: 1px solid #bfbfbf;
	background: #c6e1cd;
	width:180px;

}

.mailform_checkbox,
.mailform_radio{

}
.error{
		font-size:8pt;
		color:red;
}

