#formular {
 font-size: 11pt;
}

.feld, .FeldMathGuard input {
  border: 1px solid #275B96;
}

.textfeld {
  border: 1px solid #275B96;
}


.row {
  width: 438px;
}

.clearRow {
  width: 438px;
  height: 25px;
}

.clear { height: 5px;}

.feldName, .feldVorname, .feldEMail, .feldTelefon {
  width: 219px;
  float: left;
}

input#Name, input#Vorname, input#Telefon, input#EMail {
  width: 204px;
}

.feldBetreff {
  width: 150px;
  float: left;
}

.feldBetreff2 {
  width: 288px;
  float: left;
}
input#Betreff2 {
  width:273px;
}

.feldOrt {
  width: 348px;
  float: left;
}

input#Ort {
  width: 285px;
}


textarea#Nachricht {
  width: 375px;
}

span.error {
  color: #DC001C;
}

.FeldMathGuard input {
  border: 1px solid #275B96;
  height: 22px;
}

.FeldButtons .button {
  border: 0px solid #fff;
  background: #275B96;
  color: #fff;
  cursor:pointer;
  font-family: Trebuchet MS,verdana,arial,helvetica;
 }

