    /* altes css fuer die alten poetronseiten */

/* Verweise zu noch nicht besuchten Seiten */
a:link {
    text-decoration:none;
    color:orange;
}

    /* Verweise zu bereits besuchten Seiten */
a:visited {
    text-decoration:none;
    color:orange;
}

    /*  Verweise, die gerade angeklickt werden */
a:active {
    text-decoration:none;
    color:yellow;
}

    /* wenn Maeuschen drueber weg faehrt */
a:hover {
    text-decoration:none;
    color:red;
}


table {
   font-family:sans-serif, fantasy;
   font-size:9pt;
   color:white;
}


table.panic {
   font-family:sans-serif, fantasy;
   font-size:9pt;
   color:white;
}


body.panic {
   background-color: red;
   font-family:sans-serif, fantasy;
   font-size:10pt;
   color:white;
}


p {
   font-family:sans-serif, fantasy;
   font-size:9pt;
   color:white;
}

p.panic {
   font-family:sans-serif, fantasy;
   font-size:10pt;
   color:white;
}


p.h1 {
   font-family:sans-serif, fantasy;
   font-size:15pt;
   color:white;
}
p.h2 {
   font-family:sans-serif, fantasy;
   font-size:13pt;
   color:white;
}
p.h3 {
   font-family:sans-serif, fantasy;
   font-size:11pt;
   color:white;
}
p.h4 {
   font-family:sans-serif, fantasy;
   font-size:9pt;
   color:white;
}

p.h1panic {
   font-family:sans-serif, fantasy;
   font-size:15pt;
   color:white;
}
p.h2panic {
   font-family:sans-serif, fantasy;
   font-size:13pt;
   color:white;
}
p.h3panic {
   font-family:sans-serif, fantasy;
   font-size:11pt;
   color:white;
}
p.h4panic {
   font-family:sans-serif, fantasy;
   font-size:9pt;
   color:white;
}

body {
   background-color: #05347d;
   font-family:sans-serif, fantasy;
   font-size:10pt;
   color:white;
}

ul {
   font-family:sans-serif, fantasy;
   font-size:9pt;
   color:white;
}


h1     { font-size:16pt; font-family: sans-serif, fantasy;  color:#ffff33; }
h2     { font-size:13pt; font-family: sans-serif, fantasy;  color: white; }
h3     { font-size:11pt; font-family: sans-serif, fantasy;  color: white; }
h4     { font-size 9pt; font-family: sans-serif, fantasy;  color: white; }

hr     {   color:#ffff33; }


pre {
   font-family:monospace;
   font-size:10pt;
   color:pink;
}

tt  {
   font-family:sans-serif, fantasy;
   font-size:10pt;
   color:pink;
}




