#tooltip {
position: absolute;
z-index: 3000;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
background: #fff;
padding: 5px;
opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
color: red;
font-size: 13px;
}

p span.rollover-effekt a {
cursor:url(../bilder/arrow.gif), move;
}

