/*****ANFANG TIPSY*****/
/*beginn title attribut unterhalb anzeigen lassen*/
p#utip{
    display:none;
    position:absolute;
    margin-top:53px;
    padding:5px;
    margin-left:2px;
    font-size:0.85em;
    background-color:#f3f3f3;
    border:1px solid #80b458;
    z-index: 9999
    }
p#utip #utipArrow{
    position:absolute;
    top:-13px;
    left:6px
    }
/*ende title attribut unterhalb anzeigen lassen*/

/*beginn title attribut oberhalb anzeigen lassen*/
p#otip{
    display:none;
    position:absolute;
    padding:5px;
    margin-top:-30px;
    left:-40px;
    font-size:0.85em;
    background-color:#f3f3f3;
    border:1px solid #80b458;
    z-index: 9999
    }
p#otip #otipArrow{
    position:absolute;
    top:27px;
    left:3px
    }
/*ende title attribut oberhalb anzeigen lassen*/

/*beginn tipsy (hover)*/
.tipsy{
    margin-top:0px;
    padding:13px;
    background:none;
    background-repeat:no-repeat;
    }
.tipsy-inner{
    font-size:0.8em;
    padding:5px 5px 5px 5px;
    font-weight:bold;
    max-width:150px;
    border:1px;
    border-style:solid;
    border-color:#91c97e;
    background-color:#80b458;
    color:#f3f3f3;
    text-align:left;
    }
.tipsy-north{
    margin-top:0px;
    background-image: url("../background/up_hov_gr.png"); 
    background-position:top center;
    }
.tipsy-south{
    margin-bottom:10px;
    background-image: url("../background/down_hov_gr.png");
    background-position:bottom center;
    }


.tipsy-east{
    margin-bottom:10px;
    background-image: url("../background/right.png");
    background-position:right center;
    }
.tipsy-west{
    margin-bottom:10px;
    background-image: url("../background/left.png");
    background-position:left center;
    }
/*ende tipsy (hover)*/
/*-----ENDE TIPSY-----*/