#formular {margin-left: 20px;}

.feld, .FeldMathGuard input {
  border: 1px solid #DDD9D0;
}

.textfeld {
  border: 1px solid #DDD9D0;
}

.row {
  width: 438px;
}

.clear { height: 5px;}

.feldName, .feldVorname, .feldTelefon, .feldFax {
  width: 219px;
  float: left;
}

input#Name, input#Vorname, input#Telefon, input#Fax, input#EMail {
  width: 204px;
}
 
.feldPLZ {
  width: 90px;
  float: left;
}
 
input#PLZ {
  width:75px;
}

input#Firma, input#Strasse{
  width: 375px;
}

.feldOrt {
  width: 348px;
  float: left;
}

input#Ort {
  width: 285px;
}


textarea#Nachricht {
  width: 375px;
}

span.error {
  color: #DC001C;
}

.FeldMathGuard input {
  border: 1px solid #DDD9D0;
  height: 22px;
}

.FeldButtons .button {
  border: 0px solid #fff;
  background: #CBC5B8;
  color: #6e6446;
  cursor:pointer;
  font-family: arial,helvetica;
 }

