/* +++++++++++++ Formulare ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
textarea.mf-text{
 	border:1px solid #2f2e2e;
	color: #2f2e2e;
	font-size: 12px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	width: 200px;
}
select.mf-select {
 	border:1px solid #2f2e2e;
	color: #2f2e2e;
	font-size: 12px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	width: 202px;
}
input{
 	border:1px solid #2f2e2e;
	color: #2f2e2e;
	font-size: 12px;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	width: 200px;
}
select.mf-select option {
}

textarea#mailformNachricht.mf-text, input.mf-reset, input#mailformemail {
 	border:1px solid #2f2e2e; 
 	background-color:#ffffff; 
 	color:#2f2e2e; 
	width: 200px;
}
input.mf-submit{
	border:1px solid #2f2e2e; 
 	background-color:#ffffff; 
 	color:#2f2e2e; 
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	width: 120px;
}

label {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
 	color:#2f2e2e; 
	font-size: 12px;
}
input.radio{
	width:13px;
}
input.checkbox{
	width:15px;
}