body {
	behavior:url("csshover.htc");
}

a, .tipp {
	position: relative;
	}

a span, .tipp span {
  display: none;
  font: 11px verdana,helvetica,sans-serif;
  color: #336699;
  }
 
 
a:hover span, .tipp:hover span {
	width: 220px;
 	position: absolute;
	top: -10px;
	left: 20px;
	display: block;
	background: #ECF1F6;
	border: 1px solid #CCC;
	line-height:140%;
	text-decoration: none;
	padding: 3px 4px 4px 8px;

/*
	opacity: 1;
	filter: alpha(opacity=100);
	
*/	
  }