  Body { font-family: Verdana,"Times New Roman",serif }

  p { text-align: left }

/* Bugfixes für Netscape */
  td { font-family: Verdana,"Times New Roman",serif }
  th { font-family: Verdana,"Times New Roman",serif }
/*
  p  { font-family: Verdana,"Times New Roman",serif }
  li { font-family: Verdana,"Times New Roman",serif }
  ul { font-family: Verdana,"Times New Roman",serif }
  a  { font-family: Verdana,"Times New Roman",serif }
*/

/* Für Titelseite */
  Div.Inhalt
  {
    position: absolute;
    top: 5cm;
  }

  a.mehr { font-weight: bold }
  Div.text { margin-left: 1cm }

/* Diese Schreibweise läßt auch IE3 alles richtig verstehen */
  Div.anfang  { font-family: "Arial Black",Arial,Helvetica,sans-serif }
  Div.anfang  { color: #888888 }
  Div.anfang  { font-size: 0.75cm }

  Div.anfang
  {
    font-family: "Arial Black",Arial,Helvetica,sans-serif;
    color: silver;
    position: absolute;
    top: 4cm;
    Font-Size: 0.75cm;
  }

  Div.kurstitel
  {
    font-family: "Arial Black",Arial,Helvetica,sans-serif;
    color: black;
    position: absolute;
    top: 5cm;
    Font-Size: 1cm;
  }

  Div.BigSpace { font-size: 6cm }

  Div.Eigentliches   /* Soll BigSpace Zug um Zug ersetzen */
  {
    position: absolute;
    top: 7cm;
  }

  p.titel
  {
    background-color: black;
    color: white;
    padding: 0.15cm;
    padding-left: 1cm;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
  }

/* Aus Netscape-Kompatibilitätsgründen */
  p.Titel { border-style: outset }
  p.Titel { border-width: 1px }
  p.Titel { border-color: white }
  p.Titel { width: 100% }

  td.anfaenger
  {
    text-align: center;
    font-size: 14pt;
    font-variant: small-caps;
    color: #008888;
  }
  td.grundlagen
  {
    text-align: center;
    font-size: 14pt;
    font-variant: small-caps;
    color: green;
  }
  td.weiterfuehrend
  {
    text-align: center;
    font-size: 14pt;
    font-variant: small-caps;
    color: orange;
  }
  td.anspruchsvoll
  {
    text-align: center;
    font-size: 14pt;
    font-variant: small-caps;
    color: red;
  }

  strong { font-weight: normal }
  em     { font-style: none    }
  em     { font-style: normal  }

/* Netscape will all.level1, W3C und IE .level1; also: Minimalkonsens */
  li.warten { color: black   }
  li.level1 { color: #008888 }
  li.level2 { color: green   }
  li.level3 { color: orange  }
  li.level4 { color: red     }
  span.warten { color: black   }
  span.level1 { color: #008888 }
  span.level2 { color: green   }
  span.level3 { color: orange  }
  span.level4 { color: red     }

/* absolute Notlösung für Netscape: Trick mit Buchstaben! */
  Div.logofarbeNS4
  {
    color: red;
    position: absolute;
    left: 10.85cm;
    top: 1cm;
    height: 2.5cm;
    width: 0.25cm;
    font-size: 3.25cm;
    font-family: Arial,Helvetica,sans-serif;
  }
  Div.logotextNS4
  {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75cm;
    position: absolute;
    left: 11.5cm;
    top: 1.5cm;
    margin-left: 0cm;
  }

/* So war das eigentlich gedacht: DTP-Layout */
  Div.logofarbeIE4
  {
    background-color: red;
    color: red;
    position: absolute;
    left: 11cm;
    top: 1.5cm;
    height: 2.5cm;
    width: 0.25cm;
  }
  Div.logotextIE4
  {
    position: absolute;
    left: 11.5cm;
    top: 1.5cm;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.75cm;
  }

/* Strich weglassen, Text einrücken */
  Div.logotextIE3 { font-family: Arial,Helvetica,sans-serif }
  Div.logotextIE3 { font-size: 0.75cm }
  Div.logotextIE3 { margin-left: 12cm }

/* Für Nur auf dem Ausdruck erscheinender Hinweis */
  Span.Ausdruck
  {
    display: none;
    visibility: hidden;
  }

  H3.untertitel { font-weight: normal }
  H3.untertitel { font-size: 18pt }