/* obengelb GmbH CSS */

a.bubblehelp,
a.bubblehelp:link,
a.bubblehelp:visited,
a.bubblehelp:active  {
    position:relative;
    text-decoration:none; 
    font-style:normal;
    color:#000; 
    /* cursor: url(/img/cursor_help.cur), default; */
    cursor: url(/img/cursor_help.png), default;
    border-bottom:1px dotted #888;
}
  
a.bubblehelp #bubblehelp_container {
    display:none;  
    position:absolute; 
    top:27px; 
    left:-10px; 
    z-index:9999;
    background:url(/images/background_dropshadow.png);
    padding:0;
    width:250px;
}

a.bubblehelp #bubblehelp_content {
    text-decoration:none; 
    font-style:normal;
    color:#000;
    padding:2px;
    line-height:1.2em;
    border:1px solid #000;
    background-color:#ffc;
    position:relative;
    bottom:5px;
    left:5px;
}


.bubblehelp div h1 {
    background-color:#687379;
    color:#fff;
    font-size:1.2em;
    font-weight:bold;
    padding:0 1px 0 1px;
}

a.bubblehelp div p {
    border-top:#000;
    padding:1px;
    border:0;
    font-size:1.0em;
    font-weight:normal;
    font-style:italic;
}

a.bubblehelp:hover {
    /*color:#ed1b29;*/
    color:#0f0;
    border-bottom:1px dotted #888;
    text-decoration:none;
    background:transparent;
}

a.bubblehelp:hover #bubblehelp_container {
    display:block;
}


