  .gbklasse0 {
    background-color: #d8e2ec;
    border-color: #b8c2cc;
  }

  .gbklasse1 {
    background-color: #e1e7ed;
    border-color: #c1c7cd;
  }

  .gbbox, #eingabe {
    -moz-border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  p.gbhead {
    border-bottom: 1px #aaa solid;
  }

  #content p.gbhead a.postnumber {
    border: none;
    color: #306090;
    font-size: 1.4em;
    text-decoration: none;
  }

  #eingabe {
    background-color: #f0eeda;
    border-color: #dedeb2;
    font-family: Arial, Sans-Serif;
  }

  #eingabe table tr td {
    border-bottom: 1px #aaa solid;
    padding: 3px;
  }

  #eingabe table tr td p img {
    cursor: pointer;
  }

  #eingabe i {
    color: #aaa;
    font-size: 0.8em;
  }

  input, textarea {
    border: 1px solid #dedeb2;
  }