/* tooltip styling. uses a background image (a black box with an arrow) */ 
#content #col2 div.tooltip-small { 
    background:transparent url('http://px.umzug.de/calendar/tooltip-black-172.png') no-repeat scroll 0 0; 
    height:53px; 
    width:172px; 
    font-size:12px; 
    display:none; 
    color:#fff;
} 

#content #col2 div.tooltip { 
    background:transparent url('http://px.umzug.de/calendar/tooltip-black-192.png') no-repeat scroll 0 0; 
    height:69px; 
    width:192px; 
    font-size:12px; 
    display:none; 
    color:#fff;
} 

#content #col2 div.tooltip-small p {margin:0;padding:13px 0 15px 0;font-size:11px;line-height:15px;width:100%;text-align:center;}
#content #col2 div.tooltip p {margin:0;padding:13px 0 15px 0;font-size:11px;line-height:15px;width:95%;text-align:center;}