@charset "utf-8";
/* CSS (c) 2009 Intermedia Peters GmbH | Werbeagentur */
/* www.intermedia-werbeagentur.de */


/*-------------------- TOOLTIPS BOX --------------------*/

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  }
  
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: 200px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: medium Verdana, sans-serif; 
  text-align: left;
  }
  
a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: large;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}
.tooltip {
  position: absolute;
  display: none;
  background-color:#fff9db; 
  padding:5px; 
  border-top: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  width:225px;
}


/* CSS (c) 2009 Intermedia Peters GmbH | Werbeagentur */
/* www.intermedia-werbeagentur.de */
