.tooltip_container { 
    background:transparent url(/fileadmin/img/content/Besucherserice/background_tooltip_xs.jpg) top left no-repeat;
    border: 0;
    min-height: 700px;
    margin: 0; 
    padding: 0;
    width: 420px; 
} 

/* trigger button 01 */ 
#download_now_01 { 
    background:transparent url(/fileadmin/img/helpers/dummy.gif) no-repeat scroll 0 0;
    border: 0;
    position: absolute;
    margin-top: 65px;
    margin-left: 210px;
    height:28px; 
    width:65px;
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em;
    cursor:pointer; 
} 
 
/* mouseover state */ 
#download_now_01:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now_01:focus { 
    background-position:0 -88px; 
} 

/* trigger button 02 */ 
#download_now_02 { 
    background:transparent url(/fileadmin/img/helpers/dummy.gif) no-repeat scroll 0 0;
    border: 0;
    position: absolute;
    margin-top: 95px;
    margin-left: 180px;
    height:25px; 
    width:80px;
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em;
    cursor:pointer; 
}

/* mouseover state */ 
#download_now_02:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now_02:focus { 
    background-position:0 -88px; 
} 

/* trigger button 03 */ 
#download_now_03 { 
    background:transparent url(/fileadmin/img/helpers/dummy.gif) no-repeat scroll 0 0;
    border: 0;
    position: absolute;
    margin-top: 124px;
    margin-left: 140px;
    height:26px; 
    width:68px;
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em;
    cursor:pointer; 
}

/* mouseover state */ 
#download_now_03:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now_03:focus { 
    background-position:0 -88px; 
} 

/* trigger button 04 */ 
#download_now_04 { 
    background:transparent url(/fileadmin/img/helpers/dummy.gif) no-repeat scroll 0 0;
    border: 0;
    position: absolute;
    margin-top: 152px;
    margin-left: 265px;
    height:32px; 
    width:108px;
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em;
    cursor:pointer; 
}

/* mouseover state */ 
#download_now_04:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now_04:focus { 
    background-position:0 -88px; 
} 

/* trigger button 05 */ 
#download_now_05 { 
    background:transparent url(/fileadmin/img/helpers/dummy.gif) no-repeat scroll 0 0;
    border: 0;
    position: absolute;
    margin-top: 164px;
    margin-left: 150px;
    height:33px; 
    width:60px;
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em;
    cursor:pointer; 
}

/* mouseover state */ 
#download_now_05:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now_05:focus { 
    background-position:0 -88px; 
} 

/* trigger button 06 */ 
#download_now_06 { 
    background:transparent url(/fileadmin/img/helpers/dummy.gif) no-repeat scroll 0 0;
    border: 0;
    position: absolute;
    margin-top: 250px;
    margin-left: 50px;
    height:20px; 
    width:87px;
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em;
    cursor:pointer; 
}

/* mouseover state */ 
#download_now_06:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now_06:focus { 
    background-position:0 -88px; 
} 

/* trigger button 07 */ 
#download_now_07 { 
    background:transparent url(/fileadmin/img/helpers/dummy.gif) no-repeat scroll 0 0;
    border: 0;
    position: absolute;
    margin-top: 320px;
    margin-left: 55px;
    height:39px; 
    width:80px;
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em;
    cursor:pointer; 
}

/* mouseover state */ 
#download_now_07:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now_07:focus { 
    background-position:0 -88px; 
} 

/* trigger button 08 */ 
#download_now_08 { 
    background:transparent url(/fileadmin/img/helpers/dummy.gif) no-repeat scroll 0 0;
    border: 0;
    position: absolute;
    margin-top: 315px;
    margin-left: 138px;
    height:27px; 
    width:92px;
    margin-bottom:30px; 
    overflow:hidden; 
    text-indent:-999em;
    cursor:pointer; 
}

/* mouseover state */ 
#download_now_08:hover { 
    background-position:0 -44px ;         
} 
 
/* clicked state */ 
#download_now_08:focus { 
    background-position:0 -88px; 
} 



/* tooltip styling */ 
#tooltip { 
    display:none; 
    background:url(http://www.siebenzwerge.com/tooltip/fileadmin/img/background_tooltip.png); 
    height:114px; 
    padding:20px 30px 20px 30px;  
    width:206px; 
    font-size:11px; 
    color:#fff; 
}

/* a .label element inside tooltip */ 
#tooltip .label { 
    color:yellow; 
    width:35px;
    font-size: 10%; 
} 
 
#tooltip a { 
    color:#ad4; 
    font-size:10px; 
    font-weight:bold; 
}

#tooltip h1  {
    color: #79aeff;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top:0;
}	
