/* CSS Document */

/* Relativer Tooltip */

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #0000ff; 
  }
  
a.tooltip1, a.tooltip1:link, a.tooltip1:visited, a.tooltip1:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #0000ff; 
  }
  
a.tooltip2, a.tooltip2:link, a.tooltip2:visited, a.tooltip2:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #0000ff; 
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }
  
a.tooltip1:hover {
  color: #0000ff; 
  background: transparent;
  }
a.tooltip2:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip1 span {
  display: none;  
  text-decoration: none; 
}
a.tooltip2 span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
      margin: 0;
    padding: 0;
  top: -420px; 
  left: 0px; 
  width: 360px;
  height:300px;
  z-index: 3;
  color: #99033A; 
  border:1px solid #F0D766; 
  background: #FFFFFF;
  font: 12px Verdana, sans-serif; 
  text-align: center;
  }
  
a.tooltip1:hover span {
  display: block;
  position: absolute; 
      margin: 0;
    padding: 0;
  top: -60px; 
  left: -300px; 
  width: 300px;
  height:400px;
  z-index: 2;
  color: #99033A; 
  border:1px solid #F0D766; 
  background: #FFFFFF;
  font: 12px Verdana, sans-serif; 
  text-align: center;
  }
 a.tooltip2:hover span {
  display: block;
  position: absolute; 
      margin: 0;
    padding: 0;
  top: -100px; 
  left: -360px; 
  width: 360px;
  height:300px;
  z-index: 1;
  color: #99033A; 
  border:1px solid #F0D766; 
  background: #FFFFFF;
  font: 12px Verdana, sans-serif; 
  text-align: center;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: #FFFFFF;
  background-color: #F0D766;
  border: 0px;
  border-bottom: 1px solid black;
}
a.tooltip1 span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: #FFFFFF;
  background-color: #F0D766;
  border: 0px;
  border-bottom: 1px solid black;
}
a.tooltip2 span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: #FFFFFF;
  background-color: #F0D766;
  border: 0px;
  border-bottom: 1px solid black;
}
