.cybertip_tooltip{
  color:#000;
  padding:15px;
  text-align: justify;
  cursor:help;
}

.cybertip_tooltip_content{
  background-color:#fff;
}

.cybertip_tooltip_title{
  font-size:13pt;
  font-weight:bold;
  margin-bottom:6px;
}

.cybertip_tooltip_description{
  font-size:10pt;
  font-style:italic;
  margin-top:3px;
}


.cyber_block{
    background-color:#fff;
}
.cyber_edge_1{
    position:absolute;
    left:0;
    top:0;
    width:15px;
    height:15px;
    background:url(../bilder/tooltip/tt_c.png) 0 0 no-repeat;
}
.cyber_edge_2{
    position:absolute;
    left:15px;
    top:0;
    right:15px;
    height:15px;
    background:url(../bilder/tooltip/tt_tb.png) 0 0 repeat-x;
}
.cyber_edge_3{
    position:absolute;
    right:0;
    top:0;
    width:15px;
    height:15px;
    background:url(../bilder/tooltip/tt_c.png) -15px 0 no-repeat;
}
.cyber_edge_4{
    position:absolute;
    right:0;
    top:15px;
    width:15px;
    bottom:15px;
    background:url(../bilder/tooltip/tt_lr.png) -15px 0 repeat-y;
}
.cyber_edge_5{
    position:absolute;
    right:0;
    bottom:0;
    width:15px;
    height:15px;
    background:url(../bilder/tooltip/tt_c.png) -15px -15px no-repeat;
}
.cyber_edge_6{
    position:absolute;
    left:15px;
    bottom:0;
    right:15px;
    height:15px;
    background:url(../bilder/tooltip/tt_tb.png) 0 -15px repeat-x;
}
.cyber_edge_7{
    position:absolute;
    left:0;
    bottom:0;
    width:15px;
    height:15px;
    background:url(../bilder/tooltip/tt_c.png) 0 -15px no-repeat;
}
.cyber_edge_8{
    position:absolute;
    left:0;
    top:15px;
    width:15px;
    bottom:15px;
    background:url(../bilder/tooltip/tt_lr.png) 0 0 repeat-y;
}

/*
.cybertip_bottom_left{
border-right:10px #f00 solid;
border-top:10px #f00 solid;
}
.cybertip_bottom_right{
border-left:10px #f00 solid;
border-top:10px #f00 solid;
}
.cybertip_top_left{
border-right:10px #f00 solid;
border-bottom:10px #f00 solid;
}
.cybertip_top_right{
border-left:10px #f00 solid;
border-bottom:10px #f00 solid;
}
*/


