body {
	  font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
}


/* TEXT TEMPLATES ................................................*/

span.Fehlermeldung	
		{
		 
		font-size:13px;
		line-height:16px;
		font-weight:700;
		color:#8b0044;
		}

span.FehlerHeadline	
		{
	
		font-size:13px;
		line-height:16px;
		font-weight:700;
		color:#8b0044;
		}

span.DankeHeadline	
		{
	
		font-size:13px;
		line-height:16px;
		font-weight:700;
		color:#8b0044;
		}
		
		
span.Pflichtfeld	
		{
	
		font-size:13px;
		line-height:16px;
		font-weight:700;
		color:#8b0044;
		}
		
/* KONTAKTFORMULAR ................................................*/



.formbox {
  width: 390px;

}

.reihe {
  height:30px;
  width:650px;
  clear: both;
  }

.label {
  float: left;
/* Formular ausrichten ...............*/  
  width: 190px;
/*....................................*/

  text-align: right;
  line-height:24px;
  padding: 5px 5px 0px 5px;
  }

.feld {
  float: left;
  width: 360px;
  text-align: left;
  padding: 5px 5px 5px 5px;
 } 


.knopf {
  float: left;
  width: 360px;
  padding: 5px 5px 5px 5px;
}

.defbreite {
  width: 330px;
}

.defbreite2 {
  width: 275px;
}

.defbreite3 {
  width: 50px;
}

.defbreite4 {
  width: 90px;
}

.defbreite5 {
  width: 235px;
}


input
{
	font-size: 11px;
	color: #395c26;
	border:		1px solid #395c26;
	background:	#ffffff;
}

input.senden
{
	border:		0px;
	
}

input.radio
{
	border:		0px;
	color: #395c26;
}

checkbox
{
	color: #395c26;
	border:		1px solid #395c26;
	background:	#ffffff;
}

select
{
	font-size: 11px;
	color:#395c26;
	border:		1px solid #395c26;
	background:	#ffffff;
}

textarea
{
	font-size: 11px;
	color: #395c26;
	border:		1px solid #395c26;
	background:	#ffffff;
}

