
a.ttip:link, a.ttip:visited, a.ttip:active { 
font-weight : normal;
text-decoration:none;
background : transparent;
color : #3399cc;
border-bottom: 1px #3399cc dotted;


} 
a.ttip:hover { 
color : #3399cc;
font-weight : normal;
text-decoration:none;
border-bottom: none;
} 

/*- Styles--------------------------- */
p.tooltext{
margin-top: 0px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 15px;
font-weight:normal;
color : #3399cc;
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
line-height:20px;
}
.Stformgranat {
color:#CC0000 ;
font-weight:bold;
}

/*- divs--------------------------- */

#dhtmltooltip{
position: absolute;
width: 320px;
visibility: hidden;
z-index: 100;
}

div.bgtooltipup{
background :url(../images/tooltipup.gif);
background-repeat:no-repeat;
margin:0px;
border:0px;
height:19px;

} 

div.bgtooltipbottom{
background :url(../images/tooltipdown.gif) bottom;
background-repeat:no-repeat;
padding-top: 3px;
padding-bottom: 5px;
margin:0px;
border:0px;
} 







