body { 
  margin:0px; 
 } 

h1 {
  font-family   : "Verdana";
  font-size     : 24pt;    
  color         : #000000; 
/*font-style    : bold; */
  vertical-align:top;   

}

h2 {
  font-family: "Times";
  font-size  : 25pt; 
  margin-top : 0.1cm;
  color      : #000080; 
}

h3 {
  font-family: Times;
  font-size  : 14pt;    
  color      : #000080; 
  margin-top : 0.1cm;
  
}

p.font1 {
 font-family   : "Times";
 font-size     : 12pt;

}

table.navi {               /*  Formatierung für gesamte Navigationstabelle*/
  font-family   : Times;
  color         : #FFFFFF;
  background    : #00AA00;
  
}

td.text {
  font-family   : Times;
  font-size     : 12pt;
  color         : #000080;
  padding-left  : 2.0cm;
  padding-right : 2.0cm;
  /*font-weight   : bold; */ 
}


td.navi {
  font-family   : Times;
  font-size     : 12pt;
  color         : #FFFFFF;
  background    : #4169E1;  /* 00AA00= Grün  0000FF=Blau  1E90FF*/
  padding-left  : 0.2cm;
  padding-right : 0.2cm;
  font-weight   : bold; 
}

td.navi2 {
  font-family   : Times;
  font-size     : 12pt;
  color         : #FFFFFF;
  background    : #B4B400; 
  padding-left  : 0.2cm;
  padding-right : 0.2cm;
}

a:link.navi { 
 color          :#FFFFFF;
 text-decoration:none;
}

a:visited.navi { 
 color          :#FFFFFF;
 text-decoration:none;
}

a:hover.navi {               /* = wenn Maus übern Link Steht*/
 color          :#000000;
 text-decoration:none;
}

a:active.navi {
 color           :#FFFFFF;
}
 


