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

span.Fehlermeldung	
		{
		font-family:Arial, Verdana, sans-serif;
		font-size:13px;
		line-height:16px;
		font-weight:700;
		color:#b43902;
		}

span.FehlerHeadline	
		{
		font-family:Arial, Verdana, sans-serif;
		font-size:13px;
		line-height:16px;
		font-weight:700;
		color:#012b6d;
		}

span.DankeHeadline	
		{
		font-family:Arial, Verdana, sans-serif;
		font-size:13px;
		line-height:16px;
		font-weight:700;
		color:#012b6d;
		}
		
		
span.Pflichtfeld	
		{
		font-family:Arial, Verdana, sans-serif;
		font-size:13px;
		line-height:16px;
		font-weight:700;
		color:#da9f02;
		}
		
/* KONTAKTFORMULAR ................................................*/



.formbox {
  width: 390px;

}

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

.label {
  float: left;
  width: 120px;
  text-align: right;
  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-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #4f3c0e;
	border:		1px solid #9ca4b1;
	
}

input.senden
{
	color: #123456;
	border:		0px;
}

checkbox
{
	color: #123456;
	border:		1px solid #9ca4b1;
	background:	#dcdfe3;
}

select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#a89871;
	border:		1px solid #9ca4b1;
	
}

textarea
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #4f3c0e;
	border:		1px solid #9ca4b1;
	
}




