BODY { SCROLLBAR-BASE-COLOR: #3366CC; SCROLLBAR-ARROW-COLOR: #ffffff; }

.navi A:link {font-size : 10pt; text-decoration: none; color: #3366CC;}
.navi A:visited {font-size : 10pt; text-decoration: none; color: #3366CC;}
.navi A:hover {font-size : 10pt; POSITION: relative; TOP: 1px; LEFT: 1px; text-decoration: none; color: #991717; font-style: bold}

.navi_unter A:link {font-size : 9pt; text-decoration: none; color: #3366CC;}
.navi_unter A:visited {font-size : 9pt; text-decoration: none; color: #3366CC;}
.navi_unter A:hover {font-size : 9pt; POSITION: relative; TOP: 1px; LEFT: 1px; text-decoration: none; color: #991717; font-style: bold}

.navi8 A:link {font-size : 8pt; text-decoration: none; color: #3366CC;}
.navi8 A:visited {font-size : 8pt; text-decoration: none; color: #3366CC;}
.navi8 A:hover {font-size : 8pt; POSITION: relative; TOP: 1px; LEFT: 1px; text-decoration: none; color: #991717; font-style: bold}


P, td, tr, OL, UL, DD { font-family : Arial,Verdana,Helvetia,sans-serif; font-size : 10pt; color: #333399;} 
h1 { font-family : Arial,Verdana,Helvetica, sans-serif; font-size : 11pt; color: #333399;}
h2 { font-family : Arial,Verdana,Helvetica, sans-serif; font-size : 10pt; color: #333399;}
li {font-family : Arial,Verdana,Helvetia,sans-serif; font-size : 10pt; color: #333399; list-style-image: url('../bullet.gif')}
a:hover {POSITION: relative; TOP: 1px; LEFT: 1px; color: red; text-decoration: underline} 
.blocksatz  {margin-left: 20pt; margin-right: 20pt; text-align: justify; }
.blockInTabelle  {margin-left: 3pt; margin-right: 3pt; text-align: justify; }
.blauzwoelf { font-size: 12pt; color: #333399; font-weight : bold;}
.blauvierzehn { font-size: 14pt; color: #333399; font-weight : bold;}
.blauachtzehn { font-size: 18pt; color: #333399; font-weight : bold;}
.acht { font-size : 8pt; }
.neun { font-size : 9px; }
.zwoelf { font-size : 12pt; }
.vierzehn { font-size : 14pt; }
.achtzehn { font-size : 18pt; }
.vierundzwanzig { font-size : 24pt; }
.sechsunddreisig { font-size : 36pt; }





/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #3366CC; 
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 20px; 
  width: 250px;
  z-index: 100;
  color: #333399; 
  border:1px solid #6600cc; 
  background: #F2F2FF;
  font: 10px Verdana, sans-serif; 
  text-align: left;
  }