h1,td.headline,td.redhead  {  color:white;
                              font-family: Helvetica;
                              font-size: 18pt;
                              font-style: italic;
                              font-weight: normal;
                              margin-bottom: 0pt;
                           }

p,td,th,li {  color: #000084;
        font-family: Helvetica;
        font-size: 12pt;
        text-align: justify;
        font-weight: normal;
     }
td.termin {  text-align: left;
             }

th {  font-weight:bold;
      text-align:center;
   }


p.intro  { color: white; }

table.rahmen  { width: 100%;
                border-style:none;
                border-spacing: 0px;
              }

tr.headline   { background-color: #6262FF;  }

tr.redhead    { background-color: #FF0000; }

tr.body       { background-color: white;  }

a    {  font-family: helvetica;
        color: red;
     }

a.nav { color: #00FF00; }

a:visited  { color: #620000; }

a.nav:visited { color: #00FF00; }


  /* Definitionen f³r die Ausgabe von Daten/SQL-Tabellen */

  td.listencolsorted {
                         font-size:12pt;
                         vertical-align:top;
                         background-color: #8b2207;
                         color:white;
                       }

  td.listencolunsorted {
                           font-size:12pt;
                           vertical-align:top;
                           background-color: #B1D1E9;
                         }

  td.listeneven {
                  font-size:10pt;
                  vertical-align:top;
                  background-color:white;
                }

  td.listenuneven {
                    font-size:10pt;
                    vertical-align:top;
                    background-color:#e4e4e4;
                  }
  a.listen {
             font-size:10pt;
             color:black;
             text-decoration:none;
           }
  a.listen:hover {
                   color:white;
                   background-color:black;
                   text-decoration:none;
                 }

  a.listencolunsorted {
                        font-size:12pt;
                        color:black;
                        text-decoration:none;
                      }
  a.listencolunsorted:hover {
                   color:white;
                   background-color:black;
                   text-decoration:none;
                 }