body	
		{
		font-family:Arial, Verdana, sans-serif;
		font-size:12px;
		line-height:16px;
		font-weight:400;
		color:#a4751a;
		}


#DankeOderFehler {

position:absolute;
width:400px;
height:200px;
top: 50%;
left: 50%;
margin-left:-200px;
margin-top:-100px;
text-align:center;

}


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

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

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

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



.formbox {
  width: 390px;

}

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

.label {
  float: left;
  width: 110px;
  text-align: right;
  padding: 0px 0px 0px 0px;
}

.feld {


  float: left;
  width: 360px;
  text-align: left;
  padding: 0px 0px 0px 0px;
  
} 


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

.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 #a4751a;
	background:	#f7f6ed;
}

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

checkbox
{
	color: #123456;
	border:		1px solid #a4751a;
	background:	#f7f6ed;
}

select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#a4751a;
	border:		1px solid #a4751a;
	background:	#f7f6ed;
}

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





		

