
/*
Sieh zu, dass es immer nur 2 Farben auf der Website gibt:
grau-schwarz  hintergrund und blau die links und tabellen
irgendwas hintergrund und grün die links und tabellen

Grün:
$Tabellenfarbe1="#3E9D36";
$Tabellenfarbe2="#B4F9AE";

Silber:
$Tabellenfarbe1="#C8C8CA";
$Tabellenfarbe2="#E5E9F2";

Hellblau, passend zu den blauen Links
$Tabellenfarbe1="#7488BF";
$Tabellenfarbe2="#CBD9FD";

Gelb:
background-color:yellow;
*/

// Tabellenhintergrund, betrifft die Hintergründe bei den Studien. Im Hygiene Hypotenuse Kapitel wurde die in den Tabellen gesetzt

/* wenn td.eins es zweimal geschrieben wird, funktioniert es    */
td.eins {
background-color:#93A6D6;
font-size:1.25em;
}


td.eins {
background-color:#93A6D6;
font-size:1.25em;
}


td.zwei {
background-color:#D2D9EA;
border-color:#93A6D6;
}



p {
 margin-top:0.3cm; margin-bottom:0.3cm;
}



H1 {
font-size: 22px;
font-weight: bold;
}

H2 {
margin-top:0.6cm;
margin-bottom:0.2cm;
font-size: 16px;
font-weight: bold;
}

H3 {
font-size: 14px;
font-weight: bold;
}

/* normale Links im Text, klar, die normalerweise schwarz   */
/* nicht unterstrichen, sollen sich nicht vom anderen Text abheben, nur der Cursor ändert sich.
Für Suchmaschinen, sonst sieht es scheiße aus */
a:link {
color: darkblue;
   font-weight:normal;
   text-decoration: none;
   font-size: 0.9em;
   }
a:visited {
color:darkblue;
   font-weight:normal;
   text-decoration: none;
     font-size: 0.9em;
}


/* Für das Masernkapitel: Die Anker-Links   */
a.ankerlink:link {
   text-decoration: none;
   color:darkblue;
   font-weight:normal;
  font-size: 1.05em;
   }

a.ankerlink:visited {
   text-decoration: none;
   color:darkblue;
      font-weight:normal;
  font-size: 1.05em;
      }


/* Die Anker-Links, farbe 2   */
a.ankerlink2:link {
   text-decoration: none;
   color:darkblue;
   font-weight:normal;
  font-size: 1.0em;
   }

a.ankerlink2:visited {
   text-decoration: none;
   color:darkblue;
      font-weight:normal;
  font-size: 1.0em;
      }




/* Die Unterpunkte der Links, beides darkblue, das hover war blue   */
a.speziell:link {
   text-decoration: none;
   color:black;
   font-weight:normal;
  font-size: 0.8em;
   }

a.speziell:visited {
   text-decoration: none;
   color:black;
      font-weight:normal;
  font-size: 0.8em;
      }

a.speziell:hover {
  color: darkblue;
  font-size: 0.8em;
     font-weight:normal;
  }



/* Die Unterpunkte der Links, beides darkblue, das hover war blue   */
a.speziell-navigation0:link {
   text-decoration: none;
   color:black;
   color:black;
   font-weight:normal;
   font-size: 0.7em;
   }

a.speziell-navigation0:visited {
   text-decoration: none;
   color:black;
   color:black;
   font-weight:normal;
   font-size: 0.7em;
   }

a.speziell-navigation0:hover {
  color: darkblue;
  color:red;
  font-size: 0.7em;
  font-weight:normal;
  }





/* Die Oberpunkte der Links, alles darkblue, wobei der hoverlink: hoverfarbe blue und fett!!   */
a.speziell4-ueberblick:link {
   text-decoration: none;
   color:black;
   font-weight:bold;
   font-size: 1.0em;
}

a.speziell4-ueberblick:visited {
   text-decoration: none;
   color:black;
   font-weight:bold;
   font-size: 1.0em;
}

a.speziell4-ueberblick:hover {
  color: darkblue;
  font-weight:bold;
  font-size: 1.0em;
}

/* Die großen links am Kopf der Website, beides darkblue!!!   */
a.speziell3-kopflink:link {
   text-decoration: none;
   color:black;
      font-family:Trebuchet MS;
      font-family:Verdana;
      font-weight:normal;
      font-size: 0.75em;
}

a.speziell3-kopflink:visited {
   text-decoration: none;
   color:black;
      font-family:Trebuchet MS;
      font-family:Verdana;
      font-weight:normal;
      font-size: 0.75em;
}

/* Geht um die Farbe für "Startseite"   */
a.speziell22-kopflink:link {
   text-decoration: none;
   color:black;
   /*   color:black;*/
      font-family:Trebuchet MS;
      font-family:Verdana;
      font-weight:normal;
      font-size: 0.75em;
}

a.speziell22-kopflink:visited {
   text-decoration: none;
      color:black;
   /*   color:black;*/
      font-family:Trebuchet MS;
      font-family:Verdana;
      font-weight:normal;
      font-size: 0.75em;
}

/* Die Links für die beiden Seiten, die die Pdfs aufrufen!!   */
a.speziell4-kopflink:link {
   text-decoration: none;
   color:white;
      font-family:Trebuchet MS;
      font-family:Verdana;
      font-weight:normal;
      font-size: 1.0em;
}

a.speziell4-kopflink:visited {
   text-decoration: none;
   color:white;
      font-family:Trebuchet MS;
      font-family:Verdana;
      font-weight:normal;
      font-size: 1.0em;
}





/* Das hier: die dicken Links auf der Einleitungsseite
könntest sie ersetzen mit Fettschrift.
Das hier hat keine Bedeutung mehr, war wohl beides darkblue mit hoverfarbe blue    */
a.speziell5-fett:link {
   text-decoration: none;
   color:darkblue;
   font-weight:bold;
   font-size: 10pt;
}

a.speziell5-fett:visited {
   text-decoration: none;
   color:darkblue;
   font-weight:bold;
   font-size: 10pt;
   font-weight:bold;
}

a.speziell5-fett:hover {
  font-weight:bold;
  color: black;
  font-size: 10pt;
}



a.speziell6-fett:link {
   text-decoration: none;
   color:#0F1EC0;
   color:black;
   color:#5F7ED2;
   color:#2E60E9;
   color:#0542E9;
   color:#071C57;
   color:#1041C5;
   color:#2252D7;
   color:#1F4BC3;
   color:#103EBD;
   color:#103EBD;
   font-weight:bold;
   font-weight:bold;
   font-weight:normal;
   font-weight:bold;
   font-size: 1.0em;
}

a.speziell6-fett:visited {
   text-decoration: none;
   color:#0F1EC0;
   color:black;
   color:#5F7ED2;
   color:#2E60E9;
   color:#0542E9;
   color:#071C57;
   color:#1041C5;
   color:#2252D7;
   color:#1F4BC3;
   color:#103EBD;
   color:#103EBD;
   font-weight:bold;
   font-weight:normal;
   font-size: 1.0em;

}

a.speziell6-fett:hover {
  font-weight:normal;
   font-weight:bold;
  color: blue;
  font-size: 1.0em;
}


a.speziell-buchlink:link {
   text-decoration: none;
   color:#103EBD;
   font-weight:bold;
   font-size: 1.4em;
}

a.speziell-buchlink:visited {
   text-decoration: none;
   color:#103EBD;
   font-weight:bold;
   font-size: 1.4em;
}



a.speziell7-fett:link {
   text-decoration: none;
//   text-decoration: underline;
   color:blue;
   color:black;
   font-weight:bold;
   font-family:Arial;
   font-size: 0.95em;
    font-size: 1.0em;
   }

a.speziell7-fett:visited {
   text-decoration: none;
//   text-decoration: underline;
   color:blue;
   color:black;
   font-weight:bold;
   font-family:Arial;
   font-size: 0.95em;
    font-size: 1.0em;
   }

a.speziell7-fett:hover {
   text-decoration: none;
  font-weight:bold;
  color: blue;
   color:red;
  font-family:Arial;
    font-size: 0.95em;
    font-size: 1.0em;
  }

/* vorher war es linkfarbe4
a.speziell7-fett:link {
  font-size: 1.3em;
   text-decoration: none;
   color:blue;
   font-weight:bold;
   font-family:Trebuchet MS;
   }

a.speziell7-fett:visited {
   text-decoration: none;
   color:blue;
   font-weight:bold;
   font-family:Trebuchet MS;
   }

a.speziell7-fett:hover {
  font-weight:bold;
  color: darkblue;
  font-family:Trebuchet MS;
  }
*/


/* HINWEIS HINWEIS HINWEIS HINWEIS HINWEIS
-Navigation steht alleine,
-#mitte-inhalt ermittelt seine Position in Bezug auf #mitte

-das padding muss dazu gezählt werden, bei #kopf und der Höhe height!!!
-brauche keine absätze mehr, vor Zitat, weil 1,5 Zeilig!!!
*/


/* Geht um die Farbe für "Startseite"   */
a.speziell33-kopflink:link {
   text-decoration: none;
   color:black;

   /*   color:black;*/
//      font-family:Trebuchet MS;
      font-family:Verdana;
//      font-family:arial;
//        font-family:georgia;
//            font-family:Times New Roman;
      font-weight:normal;
//            font-weight:bold;
   }

a.speziell33-kopflink:visited {
   text-decoration: none;
      color:black;

   /*   color:black;*/
//      font-family:Trebuchet MS;
     font-family:Verdana;
//      font-family:arial;
//      font-family:Times New Roman;
//       font-family:georgia;
      font-weight:normal;
//            font-weight:bold;
   }


body {
  background-color: #666666;
}


#kopf-2 {
        position: absolute;
        top: 0.4cm;
        left: 50%;
        margin-left: -47.5%;
        width:94%;

        height:1.7cm;

        border:none;
        padding-top:0.3cm;
        padding-bottom:0.0cm;
        padding-left:1%;


        background-color:#CBC8C8;
        background-color: #666666;

        text-align:left;

        color:white;

        font-family:georgia;
        font-family:arial;
        font-size:1.7em;

    }

#kopf {
        position: absolute;
        /* top: 0.4cm; */
        top: 2.6cm;
        left: 50%;
        margin-left: -47.5%;
        width:95%;

        /* height:2.25cm; */
        height:2.3cm;

        border:none;
        /*padding-top:0.3cm; */
        /*padding-bottom:0.3cm;  */

        padding-top:0.3cm;
        padding-bottom:0.0cm;


        background-color:#CBC8C8;

        text-align:left;
        color:white;
        font-family:georgia;
        /*font-size:19pt;*/
        font-size:17pt;
    }



#navigation0 {
        position:absolute;
        top:5.45cm;
        left: 50%;
        margin-left: -47.5%;


        padding-top:0.6cm;
        padding-bottom:1.0cm;
        padding-left:4%;
        padding-right:1.5%;
        width:20%;
        height:2.8cm;
        background-color:"#E6EAEF";
        background-color:white;
        z-index:4;
        border:none;

        font-weight:lighter;
        font-family:Trebuchet MS;
        font-family:arial;
//        text-align:center;
        font-size:0.95em;
        font-size:1.1em;
        line-height:1.3;
        }



#navigation {
        position:absolute;
        top:10.1cm;
        left: 50%;
        margin-left: -47.5%;

        padding-right:1.5%;
        width:24.0%;
        height:37.0cm;
        background-color:#CBC8C8;
        z-index:4;
        border:none;

        font-family:Trebuchet MS;arial;
        text-align:right;
        font-size:0.95em;
        line-height:1.5;
        line-height:1.6;
        }


#mitte {
        position: absolute;
        top:5.45cm;
        left: 50%;
        margin-left: -21%;
        width:62.5%;
        background-color:white;
        border:none;
        z-index:3;

        padding-top:25px;
        padding-right:3%;
        padding-left:3%;

        font-family:arial;
        text-align:justify;
        font-size:0.85em;
        font-size:0.9em;
        font-weight:normal;
        line-height:1.6;
        }