/*
a:link  fuer Verweise zu noch nicht besuchten Seiten
a:visited fuer Verweise zu bereits besuchten Seiten
a:focus fuer Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)
a:hover fuer Verweise, waehrend der Anwender mit der Maus daru"ber fa"hrt (CSS 2.0)
a:active fuer gerade angeklickte Verweise*/


p { font-size:85%;
     color:#000000;
     font-family:Geneva,Arial,sans-serif;
     margin-top:0px;
    margin-left:5px;
    margin-right:10px;
    color: #110000;
    }

h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom-style:solid; border-bottom-width:3px; border-color:#C50005;
    margin-top:16px;
    margin-left:5px;
    margin-right:10px;
    color: #010001;
  }

h3 {
    font-size: 13px;
    font-weight: bold;
    margin-top:0px;
    margin-left:5px;
    margin-right:10px;
    color: #000011;
}


h4 {                       /* PDF-Link mit Linie */
    font-size: 12px;
    margin-top:auto;
    margin-bottom: 5px;
    margin-left:5px;
    margin-right:10px;
    color: #100100;
    border-bottom-style:solid; border-bottom-width:1px; border-color:#C50005;
  }

h4 a:visited, hover, focus, active {
    color: #C50005;
     text-decoration:none;
    }


h5 {
    font-size: 18px;       /* ZITATE*/
    margin-top:0px;
    margin-left:5px;
    margin-right:10px;
    color: #001100;
}


h6 {
    font-size: 12px;
    margin-top:0px;
    margin-left:5px;
    margin-right:10px;
    color: #110000;
}
