/*
Farbe 1: white     
Farbe 2: #000000     schwarz
Farbe 3: #ffffff     weiß
Farbe 4: #c0c0c0     grau
*/

/* Bereich rund um Text */
   body {
        margin: 8pt;
        padding: 0pt;
        background-color: #008080;
        font-family: arial,helvetica,sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: "1";
        line-height: normal;
        font-size-adjust: none;
        font-stretch: normal;
        color: black;
    }

/* Textformate für Haupttext */
   h1 {
      font-size: 2.0em;
      font-weight: bold;
      color: black;
      margin-left: 60px;
      }
   hb {
      font-size: 0.8em;
      font-weight: normal;
      color: black;
      margin-left: 60px;
      }
   h2 {
      font-size: 1.2em;
      font-weight: bold;
      color: black;
      margin-left: 60px;
      }

/* Buchgruppierung */
   div.bookgroup {
       margin-left: 60px;
       }

  div.bookgroup a {
       color: black;
       font-weight: normal;
       text-decoration: underline;
       }

  div.bookgroup f1 {
       color: black;
       }

  div.bookgroup span.youarehere {
     left: 0px;
     }

/* Buchgruppierung abtrennen */
   div.separator {
       margin-left: 60px;
       }


/* Buchnennungen */
   div.book {
       margin-left: 60px;
       }

  div.book f1 {
       color: black;
       font-size: 1em;
       font-weight: bold;
       text-decoration: none;
       }

  div.book f2 {
       color: black;
       font-size: 0.8em;
       font-weight: normal;
       text-decoration: none;
       }

  div.book f3 {
       color: black;
       font-size: 0.8em;
       font-weight: normal;
       text-decoration: none;
       }

  div.book a {
       color: black;
       font-weight: normal;
       text-decoration: underline;
       }
