body {
	background-image: url(../bg-tipp.gif);
	behavior:url("csshover.htc");
}

a, .tipp {
	position: relative;
	}

a span, .tipp span {
	display: none;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
  }
 
a:hover, .tipp:hover {
	background-color: #FFFFFF;
  }

 
a:hover span, .tipp:hover span {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 450px;
	display: block;
	background: #FFCCD1;
	border: 1px solid #EC001A;
	text-decoration: none;
	padding: 3px;
	opacity: .8;
	filter: alpha(opacity=80);
  }

