/* Design und Ausfuehrung: Timo Weil */

  .gesamt { background-color: rgb(255, 255, 255);
    left: 0px;
    height: 250px;
    width: 800px;
    font-size: 11pt;
    }

  .links  { position: absolute;
    top: 0px;
    left: 0px;
    height: 250px;
    width: 200px;
    padding-left: 10px;
    background-color: rgb(204, 204, 204);
    }

  .mitte  { position: absolute;
    top: 0px;
    left: 200px;
    height: 250px;
    width: 412px;
    margin-top: 20px; 
    text-align: center;
    valign: middle;
    }

  .rechts  { position: absolute;
    top: 0px;
    left: 612px;
    width: 188px;
    height: 250px;
    }