<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<style type="text/css">

/* 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:#E5E5E5;
                background-color:#000000;
                     }

/* body - Hier wird definiert, wie der body des HTML-Dokuments aussehen soll. Angegeben ist z.B. die Hintergrundfarbe in Hexadezimalwerten. */

        h1 {  color:#800000;
                font-size:18pt;
                font-family:Century Schoolbook;
                font-weight:500;
                margin-bottom:0px;
                margin-top:5px;
                margin-left:10px;
                margin-right:10px;
                padding:10px; 
                border:solid 3px;
                border-color:#000000;
                background-color:#FFFFFF;
                border-width: 1px 0px 0px 1px;
           
                
        }


/* 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:#800000;
                font-size:16pt;
                font-family:Century Schoolbook;
                font-weight:500;
                margin-bottom:0px;
                margin-top:5px;
                margin-left:10px;
                margin-right:10px;
                padding:10px; 
                border-top:solid 3px;
                border-bottom:px;
                border-right:solid 3px;
                border-left:solid 3px;
                border-color:#000000;
                background-color:#FFFFFF;
        }

        h3 {  color:#800000;
                font-size:14pt;
                font-family:Century Schoolbook;
                font-weight:500;
                margin-bottom:10px;
                margin-top:5px;
                margin-left:10px;
                margin-right:10px;
                padding:10px; 
                border:solid 3px;
                border-color:#ffcc00;
                background-color:#FFFFFF;
        }


        p {    color:#000000;
                font-size:11pt;
                line-height:1.3em;
                font-family:arial,helvetica;
                font-weight:500;
                margin-bottom:30px;
                margin-top:0px;
                margin-left:10px;
                margin-right:10px;
                padding:10px; 
                border-top:0px;
                border-bottom:solid 3px;
                border-right:solid 3px;
                border-left:solid 3px;
                border-color:#000000;
                background-color:#FFFFFF;
        }

        td {    color:#000000;
                font-size:18pt;
                font-family:arial,helvetica;
                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:#000000;
                font-size:12pt;
                font-family:arial,helvetica;
                margin-bottom:0px;
                margin-top:0px;
                font-weight:normal;
        }


        ul {    color:#000000;
                font-size:11pt;
                line-height:1.3em;
                font-family:arial,helvetica;
                font-weight:600;
                margin-bottom:30px;
                margin-top:0px;
                margin-left:10px;
                margin-right:10px;
                padding:25px; 
                border-top:0px;
                border-bottom:solid 3px;
                border-right:solid 3px;
                border-left:solid 3px;
                border-color:#000000;
                background-color:#FFFFFF;
        }

        /* ul - Hier wird definiert, wie eingerückter Text aussieht. Angegeben sind Schriftart, Schriftgrösse, Farbe in Hexadezimalwerten. */

        .herrvor{ color:#034382;
                font-size:11pt;
                font-family:arial,helvetica;
                text-decoration:none;
    
        }

        a:link { color:#800000;
                font-size:12pt;
                font-family:arial,helvetica;
                font-weight:bold;
                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:#000000;
                font-size:12pt;
                font-family:arial,helvetica;
                font-weight:bold;
                margin-left:0px;
                text-decoration:none;
        }

        a:hover { color:#80000;
                font-size:12pt;
                font-family:arial,helvetica;
                font-weight:bold;
                margin-left:0px;
                text-decoration:underline;
                
        }
        .beitrag { border:10px outset #000000; margin:.6em; padding:.6em; background-color:#FFFFFF;}

{  }
-->
</style>