


/* festlegung v. farbe, nicht-unterstreichung etc. für links im text */

A:link {text-decoration:none ;font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #3333FF; }

A:visited {text-decoration:none;font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #444444; }

A:hover {text-decoration:none;font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style:italic;font-weight: bold; color: #000080; }

A:active {text-decoration:none;font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FF0000; }




/* festlegung v. farbe, nicht-unterstreichung etc. für navig-links */

a.nav:link {
  color: #000080;
  font-weight: bold;
  background: transparent;
  text-decoration:none;
  font-family: Verdana, Verdana, sans-serif;
  font-size: 8pt; font-weight: bold;
}


a.nav:visited {
  color: #FF0033;
  font-weight: bold;
  background: transparent;
  text-decoration:none;
  font-family: Verdana, Verdana, sans-serif;
  font-size: 8pt; font-weight: bold;
}

a.nav:active {
  color: #080808;
  font-weight: bold;
  background: #FFD700
  text-decoration:none;
  font-family: Verdana, Verdana, sans-serif;
  font-size: 8pt; font-weight: bold;
}





/*  
die folgenden angaben zu body wirken sich nur auf den oberen bereich des bodys auf, der die navigation enthält; die farbgebung des restlichen bereichs (= inhalte-bereich) wird durch die vorgaben in der tabelle, die die seiteninhalte enthält, vorgegeben. auf diese weise sind unterschiedliche farben für navigations- und inhalteteil des bodies möglich sowie vor allem eine schnelle änderung der hintergrundfarbe des navigationsbereichs in allen html-seiten zugleich, indem unten die hintergrundfarbe einmalig geändert wird
*/

body {
  background:#FFFFFF;
  color:#000000;
  font-family: Verdana, Verdana, sans-serif;
  padding-bottom:4px; 
  margin:0px; 
  border-top:0px solid blue;
  border-left:0px double blue; 
  border-right:0px double blue; 
  border-bottom:0px double blue; 
  font-size:9pt;
  marginleft:0px; 
  marginright:0px; 
  margintop:0px; 
  marginbottom:0px; 
}



body { marginleft:0px; marginright:0px; margintop:0px; marginbottom:0px }
.orangebox { background-color:#ff6700; padding:0px; margin:0px; }
.orange { background-color:#ff6700; }
.gelbbox { background-color:#FFFF66; padding:0px; margin:0px; }
.gelb { background-color:#FFFF66; }
.blaubox { background-color:#000080; padding:0px; margin:0px; }
.blau { background-color:#000080; }
.hellblaubox { background-color:#bfbfff; padding:0px; margin:0px; }
.hellblau { background-color:#bfbfff; }
.rosabox { background-color:#FFDDDD; padding:0px; margin:0px; }
.rosa { background-color:#FFDDDD; }
.dunkel_1 { background-color:#CCCCFF; }
.dunkel_2 { background-color:#bfbfFF; }
.dunkel_3 { background-color:#8999FF; }
.dunkel_4 { background-color:#9999FF; }
.dunkel_2-box { background-color:#BFBFFF; }
.dunkel_4-box { background-color:#9999FF; }
.mittelgraubox { background-color:#CCCCFF; }
.hellgraubox { background-color:#CCCCCC; }








p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }







table { bgcolor:#333333 }

table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  margin-left: 0;
  margin-right: 0
}










/* box-nr. 1-4 sind die boxen mit link */

#box1 { position:absolute; top:20px; left:230px; width:1px; height:1px; background-color:#FFFFFF; z-index:-1; }
#box2 { position:absolute; top:10px; left:230px; width:1px; height:1px; background-color:#FFFFFF; z-index:-1; }
#box3 { position:absolute; top:10px; left:230px; width:1px; height:1px; background-color:#FFFFFF; z-index:-1; }
#box4 { position:absolute; top:10px; left:950px; width:1px; height:1px; background-color:#000080; z-index:-1; }



/* box-nr. 5-8 sind boxen ohne link */

#box5 { position:absolute; top:205px; left:750px; width:1px; height:1px; background-color:#FFFFFF; z-index:-1; }
#box6 { position:absolute; top:10px; left:230px; width:1px; height:1px; background-color:#FFFFFF; z-index:-1; }
#box7 { position:absolute; top:10px; left:230px; width:1px; height:1px; background-color:#FFFFFF; z-index:-1; }
#box8 { position:absolute; top:2px; left:920px; width:1px; height:1px; background-color:#000080; z-index:-1; }














