/* bestellung */

table.bestellung { border: 0px; }

/* table.bestellung td.label, table.bestellung td.input { background-color:#E2FFC7; } */

table.bestellung td.label, table.bestellung td.label-bestellung { 
  border-bottom:1px dotted #C0C0C0;
  padding-bottom:6px;
  padding-left:10px;
  padding-top:6px;
  vertical-align:top;
  width:30%;
}

tr.check-bestellung { display: none; }
tr.check-bestellungBestellt, table.bestellung td.input-bestellung, table.bestellung td.label-bestellung { background-color:#F7FBE2; }
tr.check-bestellungBestellt td.input-bestellung { color:red; }

table.bestellung td.input, table.bestellung td.input-bestellung { border-bottom: 1px dotted #c0c0c0; padding:5px; }

td.input input, td.input textarea {
 /* border:1px solid #CCCCCC;
  color:#333333;
  font-family:Arial,Geneva,Helvetica,sans-serif;
  font-size:1em;
  padding:2px;*/
  width:250px;
}

td.input input.chbox {
  width:auto;
}
