<style type="text/css">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

/* Dies ist der Inhalt einer CSS-Datei. Sie ist folgendermaßen aufgebaut: Am Anfang muss der Tag <style type="text/css"> stehen. Es folgt der Tag, in den die gewünschten Spezifikationen geschrieben werden:

<!--

Spezifikation1 {angabe1:wert1; angabe2:wert2; angabe3:wert3;}
Spezifikation2 {angabe1:wert1; angabe2:wert2; angabe3:wert3;}
usw.

-->

Geschlossen wird das Dokument mit dem End-Tag </style>. Es ist möglich in das Dokument Kommentare einzufügen. Diese sind in folgender Form zu schreiben: /* Kommentar */.
*/


<!--

        body {
                margin-left:0px;
                margin-right:0px;
                margin-bottom:0px;
                color:#003e55;
                background-color:#5f2264;
                     }

/* body - Hier wird definiert, wie der body des HTML-Dokuments aussehen soll. Angegeben ist z.B. die Hintergrundfarbe in Hexadezimalwerten. */

        h1 {  color:#000000;
                font-size:16pt;
                font-family:verdana;
                font-weight:500;
                margin-top:30px;
                margin-bottom:20px;
                margin-left:50px;
                margin-right:50px;
                border-right:solid 3px;
                border-bottom:solid 0px;
                border-color:#2a4b9b;
                background:#bccdd4;
                
        }


/* h1 - Hier wird definiert, wie eine Überschrift erster Ordnung aussieht. Angegeben sind Schriftart, Schriftgrösse, Schriftgestaltung. Im Folgenden die Angaben für Überschriften 2ter und 3ter Ordnung. */

        h2 {  color:#000000;
                font-size:15pt;
                font-family:verdana;
                font-weight:500;
                margin-top:3em;
                margin-bottom:0px;
                margin-left:50px;
                margin-right:50px;
                border-right:solid 3px;
                border-bottom:solid 0px;
                border-color:#2a4b9b;
                background:#bccdd4;
        }

        h3 {  color:#000000;
                font-size:14pt;
                font-family:verdana;
                font-weight:500;
                margin-top:30px;
                margin-bottom:5px;
                margin-right:50px;
                margin-left:50px;
                border-bottom:solid 0px;
                border-right:solid 3px;
                border-color:#e94090;
                background:#e1e6e8;
        }


        p {    color:#5f2264;
                font-size:9pt;
                line-height:1.3em;
                font-family:verdana;
                font-weight:normal;
                margin-bottom:10px;
                margin-top:10px;
                margin-left:50px;
                margin-right:50px;
                
        }

        td {    color:#000000;
                font-size:14pt;
                font-family:verdana;
                margin-bottom:1px;
                margin-top:1px;

        }

/* td - Hier wird definiert, wie eine Tabellenzelle aussieht. Angegeben sind Schriftart, Schriftgrösse, Farbe in Hexadezimalwerten. Im Folgenden die Angaben für einen Tabellenkopf (th). */

        th {  color:#003e55;
                font-size:11pt;
                font-family:verdana;
                margin-bottom:0px;
                margin-top:0px;
                font-weight:normal;
        }


        ul {   
                font-size:9pt;
                font-family:verdana;
                line-height:1.3em;
                margin-bottom:10px;
                margin-top:10;
                margin-left:50px;
                margin-right:50px;
                color:#5f2264;
        }
        ol {  
                font-size:9pt;
                font-family:verdana;
                line-height:1.3em;
                margin-bottom:10px;
                margin-top:10;
                margin-left:50px;
                margin-right:50px;
                color:#003e55;
        }

        /* 
        ul - Hier wird definiert, wie eingerückter Text aussieht. Angegeben sind Schriftart, Schriftgrösse, Farbe in Hexadezimalwerten. */

        .herrvor{ color:#b40c0b;
                font-size:10pt;
                font-family:verdana;
                text-decoration:none;
    
        }

        a:link { color:#2a4b9b;
                font-size:10pt;
                font-family:verdana;
                font-weight:600;
                margin-left:0px;
                text-decoration:none;
                
        }

        /* a:link - Hier wird definiert, wie ein aktiver Hyperlink aussieht. Angegeben sind Schriftart, Schriftgrösse, Farbe in Hexadezimalwerten, Schriftgestaltung. Im Folgenden die Angaben für einen besuchten Hyperlink (a:visited) und einen Hovereffekt bei Hyperlinks (a:hover). */

        a:visited { color:#2a4b9b;
                font-size:10pt;
                font-family:verdana;
                font-weight:600;
                margin-left:0px;
                text-decoration:none;
                
        }

        a:hover { color:#fefa05;
                font-size:10pt;
                font-family:verdana;
                font-weight:600;
                margin-left:0px;
                border-right:solid 0px;
                border-left:solid 0px;
                text-decoration:none;
                background-color: #e94090; 
                border-color:#71b62b;
                
                
        }

{  }
-->
</style>
