body {
	behavior:url("./css-tooltipp/csshover.htc");
}

a span, .tipp span {
  display: none;
  font: 11px arial,helvetica,sans-serif;
  color: #000066;
  border:0;
  }
 
a .tipp {
  position:relative;
} 
 
a:hover span, .tipp:hover span {
 	position: absolute;
 	z-index:99;
	top: 120px;
	left: 130px;
	display:block;
	background: #fff;
	border: 1px solid silver;
	padding: 0;
	/*opacity: .8;
	filter: alpha(opacity=80);*/
  }