<style>
                A:link
        {
                color: Black;
                text-decoration: none;
                padding-right: 2px;
                padding-left: 2px;
                padding-top: 2px;
                padding-bottom: 2px;
        }
                A:hover
        {
                color : white;
                text-decoration : none;
                background-color : Silver;
                padding-right : 2px;
                padding-left : 2px;
                padding-top : 2px;
                padding-bottom : 2px;
                border-bottom : 1px solid black;
                border-right : 1px solid black;
                border-top : 1px solid silver;
                border-left : 1px solid silver;
        }
        hr
        {
                background-color : Navy;
        }
        p
        {
                font-family : Century;
                font-size : 11pt;
        }
        .p1
        {
                font-family : Arial, Helvetica, sans-serif;
                font-size : 11pt;
                font-weight : bold;
        }
        .p2
        {
                text-align : center;
                font-family : Arial, Helvetica, sans-serif;
                font-size : 12pt;
        }
        .p3
        {
                text-align : justify;
                font-family : Arial, Helvetica, sans-serif;
                font-size : 9pt;
        }
        .p31
        {
                text-align : center;
                font-family : Arial, Helvetica, sans-serif;
                font-size : 9pt;
                font-weight: bold;
        }
        .p_hallo
        {
                text-align: justify;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12pt;
                font-weight: bold;
                color: darkblue;
        }
        h1
        {
                font-family : Arial, Helvetica, sans-serif;
                font-size : 20pt;
                color : darkblue;
        }
        h2
        {
                font-family : Arial, Helvetica, sans-serif;
                font-size : 16pt;
                color : darkblue;
        }
        h3
        {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12pt;
                text-decoration: underline;
                color: darkblue;
        }
        /* Das Menü */
        #menu {
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: bold;
                color:darkblue;
                text-align:right;
                padding: 0px 5px 5px;
                clear:left;
        }
        .link {
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: bold;
                color:darkblue;
                text-align:right;
                padding: 0px 5px 5px;
                clear:left;
        }
        #popup a span { display: none; }
#popup a#iefix:hover { border: 0; } /* Fix for IE 6 Bug */
#popup a:hover span {
        display: block;
        position: absolute;
        background-color : Silver;
        border: 1px solid #E5F4FF;
        width: 270px;
        height: 180px;
        top: 12px;
        right: 10px;
        padding: 10px;
        z-index: 100;
        text-decoration: none;
        font-weight: normal;
        color:black;
</style>