/* Design und Ausfuehrung: Timo Weil */

  body { color: rgb(0, 0, 0);
    background-color: rgb(25, 25, 112);
    font-family: "Humanist521BT","Verdana","Arial","Helvetica",sans-serif;
    }

  a:link { color: rgb(0, 0, 153);
    text-decoration: none;
    }

  a:visited { color: rgb(153, 0, 153);
    text-decoration: none;
    }

  a:hover { color: rgb(0, 0, 153);
    text-decoration: none;
    background-color: rgb(235, 235, 235);
    }

  a:active { color: rgb(0, 0, 153);
    background-color: rgb(255, 255, 153);
    }

  a.nav { width: 124px;
    height: 13px;
    }

  a.nav:hover { color: rgb(0, 0, 153);
    text-decoration: none;
    background-color: rgb(235, 235, 235);
    }

  div { position: relative;
    }

  hr {
    margin-left: 45px;
    width: 720px;
    -x-size-width: 2px;
    -x-size-height: 2px;
    clear: both;
    text-align: left;
    }

  ul {list-style-type: none;
    padding-left: 10px;
    padding-top: 20px;
    }

  .footer { padding-top: 15px;
    font-size: 10pt;
    color: rgb(255, 255, 255);
    left: 198px;
    clear: both;
    }

  .inhaltmitte { top: 0px;
    text-align: left;
    font-size: 11pt;
    width: 800px;
    overflow: visible;
    background-color: rgb(204, 204, 204);
    }

  .navlinks { top: 0px;
    padding-left: 10px;
    font-style: normal;
    left: 0 px;
    width: 178px;
    background-color: rgb(204, 204, 204);
    text-align: left;
    float: left;
    }

  .logo { top: 10px;
    width: 800px;
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 24pt;
    font-weight : bold;
    text-align: right;
    color: rgb(255, 255, 255);
    }