#bestellformular * {
 font-size: 12px;
 color: #444;
}

#bestellformular {
 margin-top: 20px;
}

table {
 background: #dfaa8b; /*#9aaed7; */
 margin-bottom: 10px;
}

th, td {
 padding: 4px 5px;
}

th {
 background: #e3c4b1;
}

td {
background: #F7F1D4;
}


td.feld {
 width: 250px;
 text-align: left;
}

input, select, textarea {
 border: 1px solid #e3c4b1;
 background: white;
}

select {
 width: 170px;
}

textarea {
 width: 220px;
 height: 100px;
}
input.button {
 padding: 2px 5px;
}

.anzahlBezeichnung {
font-size:11px;
background: #dfaa8b;
color:#fff;
}


