/* Design und Ausfuehrung: Timo Weil */

  .gesamt { background-color: rgb(204, 204, 204);
    left: 0px;
    width: 800px;
    font-size: 11pt;
    }

  .links  { position: absolute;
    top: 0px;
    left: 0px;
    height: 250px;
    width: 180px;
    padding-left: 10px;
    background-color: rgb(204, 204, 204);
    }

  .spalten {
    left: 190px;
    width: 610px;
    background-color: rgb(255, 255, 255);
    }

  .spaltelinks {
    width: 130px;
    text-align: right;
    float: left;
    }

  .spalterechts {
    padding-left: 150px;
    padding-right: 20px;
    text-align: left;
    }
