/* +++++++++++++ Formulare ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
textarea.mf-text{
 	border:1px solid #01b8de; color: #231f20; font-size: 13px; font-family: Trebuchet MS,Arial,sans-serif;
	width: 200px;
}
select.mf-select {
 	border:1px solid #01b8de;
	color: #231f20;
	font-size: 13px;
	font-family: Trebuchet MS,Arial,sans-serif;
	width: 202px;
}
input, .mf-input, #mailformemail{
 	border:1px solid #01b8de;
	color: #231f20;
	font-size: 13px;
	font-family: Trebuchet MS,Arial,sans-serif;
	width: 310px;
}

select.mf-select option { }

textarea#mailformNachricht.mf-text, input.mf-reset, input#mailformemail {
 	border:1px solid #01b8de; 
 	background-color:#ffffff; 
 	color:#231f20; 
	width: 310px;
}
input.mf-submit{
	border:1px solid #01b8de; 
 	background-color:#ffffff; 
 	color:#231f20; 
	font-family: Trebuchet MS,Arial,sans-serif;
	width: 130px;
}

label {
	font-family: Trebuchet MS,Arial,sans-serif;
 	color:#231f20; 
	font-size: 13px;
}
input.radio{
	width:13px;
}
input.checkbox{
	width:15px;
}


