/* CSS Document */
#angebot{
  width:600px;
}

#angebot td{
  font: 10pt Arial;
  color:#000000;
  padding:1px 1px 1px 2px;
}
#angebot1{
  width:90%;
}

#angebot1 td{
  font: 10pt Arial;
  color:#000000;
  padding:1px 1px 1px 2px;
}

.feld{
  width:150px;
  font:12px arial;
  color:#000000;
  border: 1px solid #ff6501;
  background-color:#FAEAE1;
}
.feld_gross{
  width:190px;
  font:12px arial;
  color:#000000;
  border: 1px solid #ff6501;
  background-color:#FAEAE1;
}
.textarea{
  width:190px;
  height:58px;
  font:12px arial;
  color:#000000;
  border: 1px solid #ff6501;
  background-color:#FAEAE1;
}
.feld_klein{
  width:60px;
  font:12px arial;
  color:#000000;
  border: 1px solid #ff6501;
  background-color:#FAEAE1;
}
.feld_kl{
  width:40px;
  font:12px arial;
  color:#000000;
  border: 1px solid #ff6501;
  background-color:#FAEAE1;
}
.feld_mittel{
  width:100px;
  font:12px arial;
  color:#000000;
  border: 1px solid #ff6501;
  background-color:#FAEAE1;
}
.feld_mittel{
  width:107px;
  font:12px arial;
  color:#000000;
  border: 1px solid #ff6501;
  background-color:#FAEAE1;
}
.feld_mittel_kl{
  width:90px;
  font:12px arial;
  color:#000000;
  border: 1px solid #ff6501;
  background-color:#FAEAE1;
}
.submit{
  width:190px;
  height:25px;
  background:#ff6501;
  color:#503210;
  font:bold 10pt arial;
  border:1px outset #ff6501;
}
.submit:hover{
  background:#FFBC92;
  color:#503210;
  font:bold 10pt arial;
  border:1px outset #ff6501;
}