/* <style> */
  
    /* allgemeines */
    img       {border: none;}
    td        {vertical-align: top; font-family: times new roman; font-size: 13pt;}
    div       {vertical-align: top; font-family: times new roman; font-size: 13pt;}
    body      {text-align: center; margin: 0px; background-color: #FFB0B0; width: 100%;}
  
    #menu a {
        /* die einzelnen Menüeinträge */
        text-decoration: none;
        color: black;
        background-color: #FFB0B0;
        padding-left: 42px;
        padding-right: 41px;
        padding-top: 2px;
        padding-bottom: 5px;
    }
    #menu a:hover {
        background-color: #FFC0C0;
    }
    #menu a.x:hover {
        background-color: #FFC0C0;
    }
    #menu a.x {
        /* der aktuell ausgewählte Menüeintrag */
        background-color: #B0B0FF;
        color: black;
    }
    #frame {
        /* umfasst menü und inhalt */
        width: 900px;
        float: center;
        margin: auto;
        background-color: #B0B0FF;
    }
    #logo {
        /* das bild oben */
        position: relative;
        width: 900px;
        height: 150px;
    }
    #menu {
        /* das menü */
        position: relative;
        top: -23px;
        left: 46px;
        float: right;
        width: 800px;
        height: 50px;
        color: white;
    }
    #box {
        /* das bild links und der inhalt */
        position: absolute;
        top: 150px;
        width: 900px;
        height: auto;
        background-color: #B0B0FF;
        color: black;
        text-align: left;
        margin: auto;
    }
    #inhalt {
        /* der seiteninhalt */
        width: 625px;
        height: auto;
        background-color: #B0B0FF;
        float: right;
        padding: 30pt;
    }
    #termine {
        /* terminbox, scrollbar */
        width: 190px;
        height: 420px;
        background-color: #FFB0B0;
        border-right: solid 1px;
        border-color: #FFffff;
        padding: 7px;
        overflow: auto;
        float: right;
        margin-left: 0px;
        font-size: 10pt;
    }
    #links {
        /* das linke bild */
        float: left;
        width: 190px;
        height: 375px;
        padding-left: 1px;
    }
    #verlinkt {
        /* links im text */
        color: #000000;
    }
    #strich {
        /* unter der strichgrafik */
        float: left;
        padding-left: 190px;
        width: 400px;
        height: 8px;
        font-family: arial; font-size: 7pt;
    }
/* </style> */

