
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background-color: #E6E6E6;
    color: #000;
  }

  * {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
  }

  /* ===== Zentrierung der Seite ======== */
  body {
    text-align: center; /* Nur fuer den IE ! */
  }
  #allumfassend {
    margin: 0 auto; /* Der standardkonforme Weg. */
    text-align: left; /* Wegen des IE-Tricks. */
  }
  #allumfassend {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
    padding: 10px;
    width: 700px;
    background-color: #FFFFFF;
  }

  select, input, textarea {
    font-size: 99%;
  }

  p, td {
    font-size: 1.1em;
  }
  p {
    margin: 5px 0 5px 0;
  }
  p.bottomline {
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
  }
  p.modeofpaymentHint {
    font-style: italic;
  }
  p.remarksHint {
    font-style: italic;
  }
  p.small {
    font-size: 1.0em;
  }
  pre {
    font-size: 1.4em;
    margin: 10px;
    padding: 10px;
    border: 1px solid #333333;
    color: #333333;
    background-color: #E6E6E6;
  }
  pre.debug {
    background-color: #FFEDE4;
  }
  strong {
    font-weight: bold;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px 0 5px 0;
    }
  h1 {
    font-size: 2.4em;
    margin: 10px 0 5px 0;
    text-align: center;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
  a {
    color: #000000;
    text-decoration: underline;
  }
  a.productLink {
    color: #232323;
    text-decoration: underline;
  }
  a.productLink:hover {
    color: #B2B2B2;
  }
  .error {
    /*font-size: 1.3em;*/
    color: #CC0000;
  }

  .contentbox {
    border: solid 1px #000000;
    padding: 10px;
    margin-top: 10px;
    width: 680px;
  }
  .headerbox {
    border: solid 0px #000000;
  }
  .errorbox {
    border: solid 0px #000000;
  }
  .clientbox {
    border: solid 1px #000000;
  }
  table {
    border: solid 0px #000000;
  }
  table.client {
    border: solid 1px #000000;
  }
  td {
    padding: 5px;
    vertical-align: top;
  }
  td.head {
    text-align: center;
    font-weight: bold;
  }
  td.foot {
    text-align: left;
    font-style: italic;
  }
  td.desc {
    width: 150px;
    text-align: right;
  }
  td.input {
    width: 220px;
    text-align: left;
  }
  td.prodCheck {
    width: 20px;
    text-align: center;
  }
  td.prodCount {
    width: 40px;
    text-align: right;
  }
  td.prodName {
    width: 150px;
    text-align: left;
  }
  td.prodDesc {
    width: 310px;
    text-align: left;
  }
  td.prodForm {
    width: 50px;
    text-align: center;
  }
  td.prodPrice {
    width: 50px;
    text-align: right;
  }
  td.prodTotalPrice {
    width: 80px;
    text-align: right;
  }
  td.prodTotalPriceTotal {
    text-align: right;
    font-weight: bold;
  }
  tr.productHeadline {
    background-color: #FFFFFF;
    color: #000000;
  }
  td.productHeadline {
    font-size: 1.3em;
    font-weight: bold;
  }
  tr.productRow {
    background-color: #F6F6F6;
  }
  tr.productRowAlt {
    background-color: #F1F1F1;
  }
  .productsbox {
    border: solid 0px #000000;
  }
  .hintbox {
  }
  .captchabox {
    background-color: #F6F6F6;
  }
  .buttonbox {
    border: solid 0px #000000;
    text-align: center;
  }
  .addressbox {
    letter-spacing: 1.5px;
  }
  .footerbox {
    border: solid 0px #000000;
    text-align: center;
  }
  input.buttons {
    width: 150px;
    padding: 0 10px 0 10px;
    margin: 20px 10px 20px 10px;
    border-top: solid 2px #BEBEBE;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    border-left: solid 2px #BEBEBE;
    background-color: #F6F6F6;
    font-size: 1.3em;
  }
  input.namefield {
    width: 200px;
    padding: 2px 2px 2px 2px;
    margin: 0;
    color: #666666;
    border-top: solid 1px #000000;
    border-right: solid 1px #BEBEBE;
    border-bottom: solid 1px #BEBEBE;
    border-left: solid 1px #000000;
    background-color: #F6F6F6;
    font-size: 1.2em;
  }
  input.namefieldlong {
    width: 400px;
  }
  input.namefield:focus {
    background-color: #FFFFEC;
    color: #000000;
    border-top: solid 1px #BEBEBE;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #BEBEBE;
  }

  input.clientnumberField {
    width: 80px;
    text-align: right;
    font-size: 1.3em;
  }
  input.consultantnumberField {
    width: 80px;
    text-align: left;
    font-size: 1.3em;
  }
  input.prodCountField {
    width: 30px;
    text-align: right;
  }
  input.prodTotalPriceField {
    width: 70px;
    text-align: right;
    background-color: #E6E6E6;
  }
  input.prodTotalPriceTotalField {
    width: 70px;
    text-align: right;
    background-color: #FFFFD0;
    font-weight: bold;
  }

  select {
    font-size: 1.1em;
    padding: 0px;
    margin: 0px;
  }

  textarea.remarks {
    width: 500px;
    padding: 2px 2px 2px 2px;
    margin: 0;
    color: #666666;
    border-top: solid 1px #000000;
    border-right: solid 1px #BEBEBE;
    border-bottom: solid 1px #BEBEBE;
    border-left: solid 1px #000000;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
  }
  textarea.remarks:focus {
    background-color: #FFFFEC;
    color: #000000;
    border-top: solid 1px #BEBEBE;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #BEBEBE;
  }



