/* Relativer Tooltip */

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: Arial, Verdana, sans-serif;
  color: #0000ff; 
  }
  
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: 0; 
  width: 250px;
  z-index: 100;
  color: #FFFFFF; 
  border:1px solid #000000; 
  background: #000099;
  font: 12px Arial, Verdana, sans-serif; 
  text-align: left;
}


.validlink {
font-family: verdana,arial,helvetica;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
color: #0000FF;
}

a {
font-family: verdana,arial,helvetica;
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #0000FF;
}
body,h1,table,tr,td,th,p,b {
 font-family: Arial;
 font-size: 10pt;
 background-color: #FFFFFF;
}
.ueberschrift1 {
 font-family: Arial;
 font-weight: bold;
 font-size: 18pt;
}
.data {
 font-family: Arial;
 font-size: 9pt;
}
.hinweis {
 font-family: Arial;
 font-weight: bold;
 font-size: 9pt;
}
.meldung {
 font-family: Arial;
 font-weight: bold;
 font-size: 9pt;
 color: #FF0000;
}

