@meta { Title: "Style Sheet" }

/* Ueberschriften */
H1 { font-family: "arial", "geneva", "helvetica";
    font-size: 16pt;
    color: #000000;
    font-weight: bold }
    
H2 { font-family: "arial", "geneva", "helvetica";
    font-size: 14pt;
    color: #0000CC;
    font-weight: bold }
    
H3 { font-family: "arial", "geneva", "helvetica";
    font-size: 10pt;
    color: #000000;
    font-weight: bold }
    
H4 { font-family: "arial", "geneva", "helvetica";
    font-size: 10pt;
    color: #000000;
    font-weight: bold
    font-style: italic }

H5 { font-family: "arial", "geneva", "helvetica";
    font-size: 10pt;
    color: #000000;
    font-weight: normal
    font-style: italic }

H6 { font-family: "arial", "geneva", "helvetica";
    font-size: 10pt;
    color: #000000;
    font-weight: normal
    font-style: italic }
    
.HEADING {
      font-family:  "arial", "geneva", "helvetica"; 
      font-size: 14pt }
          
/* Sekundaer Navigation, nicht unterstrichen und schwarz */
/* Definition der Schrift in der Sekundärnavigation mit weißem Hintergrund ohne Unterstrich */
.PRIMARY {
      font-family:  "arial", "geneva", "helvetica"; 
      font-size: 10pt; 
      line-height: 14pt; 
      text-decoration: none;
      color: #000000;
    background: #FFFFFF }

.SECNAV {
      font-family:  "arial", "geneva", "helvetica"; 
      font-size: 10pt; 
      line-height: 14pt; 
      text-decoration: none;
      color: #000000;
    background: #FFFFFF }

.TERTNAVI {
      font-size: 10pt; 
      line-height: 12pt; 
      text-decoration: none;
      font-family:  "arial", "geneva", "helvetica"; 
      color: #000000 }
    
.NAVI {
      font-size: 10pt; 
      line-height: 14pt; 
      text-decoration: none;
      font-family:  "arial", "geneva", "helvetica"; 
      color: #000000 }

.JUNK {
    color: white; }
    
.IDENT {
    font-family: "arial", "geneva", "helvetica", "sans-serif";
    font-size: 10pt;
    line-height: 12pt;
    font-weight: bold;
    align: right;
    color: #990033;
 }
 .IDENTH {
     font-family: "arial", "geneva", "helvetica", "sans-serif";
     font-size: 10pt;
     font-weight: bold;
     color: #000000;
  }

 TD  {
	font-family : Arial;
	font-size : x-small;
}
