a, .tipp {
	position: relative;
	}

a span, .tipp span {
  display: none;
  font: 11px arial,helvetica,sans-serif;
  color: #000066;
  }
 
a:hover, .tipp:hover {
  background-color: transparent;
  }

 
a:hover span, .tipp:hover span {
	width: 300px;
 	position: absolute;
	top: 30px;
	left: 30px;
	display: block;
	background: #e6ecff;
	border: 1px solid #003399;
	text-decoration: none;
	padding: 3px;
	opacity: .8;
	filter: alpha(opacity=80);
  }
