body {behavior:url("tooltipp.htc");} /* Browserweiche für IE */

.tipp {
	position: relative;
	}

#content a.tipp, #accordion a.tipp {
	border-bottom: 1px dotted #be1e3c;
    text-decoration: none;
	color:#000;

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

 
.tipp:hover span {
	width: 300px;
 	position: absolute;
	top: -30px;
	left: 0px;
	display: block;
	background: #000;
	border: 0px;
	text-decoration: none;
	padding: 3px;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index:50;
  }