body {
	background-image: url(bg-tipp.gif);
	behavior:url("csshover.htc");
}

a, .tipp {
	position: relative;
	}

a span, .tipp span {
  display: none;
  font: 1em arial,helvetica,sans-serif;
  color: #000000;
  }
 
a:hover, .tipp:hover {
  background-color: transparent;
  }

 
a:hover span, .tipp:hover span {
	width: 300px;
 	position: absolute;
	top: -100px;
	right: -30px;
	display: block;
	background: #FFFFFF;
	border: 2px solid #20483c;
	text-decoration: none;
	padding: 5px;
 }