/* Farben der Links festlegen und Farbänderung festlegen wenn Maus drüber geht*/
a:link {color:#000066;}
a:visited {color:#0000CC;}
a:hover {color:#CC0000;}      

/* Überschriften */
.h1 {color:#000000;
     font-family:"Times New Roman";
     font-size: 20pt;
     font-weight: normal}
.h2 {color:#000000;
     font-family:"Times New Roman";
     font-size: 16pt;
     font-weight: normal}
.h3 {color:#000000;
     font-family:"Times New Roman";
     font-size: 22pt;
    font-weight: bold}

/* Die Links einstellungen */
.links {color:#000000;
        font-family: "Times New Roman";
        font-size: 10pt;
        color:#000066;
        font-weight: normal}
.boldlinks {color:#000000;
            font-family: "Times New Roman";
            font-size: 10pt;
            font-weight: bold}
.headerlinks {color:#000000;
              font-family: Arial;
              text-decoration:uppercase;
              font-size: 8pt;
              font-weight: normal}

/* Textvarianten */
.norm {color:#000000;
       font-family: "Times New Roman";
       font-size: 14pt;
       font-weight: normal}
.strong {color:#000000;
         font-family: "Times New Roman";
         font-size: 14pt;
         font-weight: bold}
.normbig {color:#000000;
          font-family: "Times New Roman";
          font-size: 14pt;
          font-weight: 500}
.strongbig {color:#000000;
             font-family: "Times New Roman";
           font-size: 14pt;
           font-weight: 500}
.normsmall {color:#000000;
            font-family: "Times New Roman";
            font-size: 10pt;
            font-weight: normal}

.small {color:#000000;
       font-family: "Times New Roman";
       font-size: 1pt; 
       line-height: 4pt; 
       font-weight: 500}
.norm50 {color:#000000;
         font-family: "Times New Roman";
         font-size: 12pt;
         line-height: 16pt; 
         font-weight: 500}
.norm30 {color:#000000;
         font-family: "Times New Roman";
         font-size: 12pt;
         line-height: 14pt;
         font-weight: 500}
.quelle {color:#000000;
         font-family: "Times New Roman";
         font-size: 10pt;
         font-weight: 500}
.qstrong {color:#000000;
         font-family: "Times New Roman";
         font-size: 10pt; 
         font-weight: 700}

/* Formatierungen */
div.center {text-align: center}
div.test {line-height: 10pt}

