.jImageWidget_tooltip, #tooltip { 
    display:none; 
/*    background:black;*/
    background:transparent url(/static/widgets/images/tooltip/mein_tooltip.png); 
/*    370 × 216*/
    font-size:12px; 
    color:white;

    padding-top:30px;
    padding-bottom:30px;
    min-height:110px; 
    max-height:110px; 
    height:110px;
    
/*    border: 1px solid red;*/

    padding-left:30px;
    padding-right:30px;
    min-width:200px;
    max-width:200px;
    width:200px; 
/*    padding:25px; */
    z-index: 99999;
    overflow:hidden;
    font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
/*    border: 1px solid yellow;*/
 /*   position:relative;
  */   
}

.jImageWidget_tooltip h2 {
    padding:0px 0px 5px 0px;
    font-size: 14px;
}
.jImageWidget_tooltip p.copyright {
    padding-top:5px;
    font-size:9px;
}

.jImageWidget_tooltip .tooltip_wrapper {
    height: 105px;
    overflow: hidden;
}