Your best bet is to install Firefox and get the Web Developer and Firebug extensions - these will let you find this information and more for yourself.
For the Sponsors, you have in your stylesheet a set of rules for #bannerbox, but the sidebox name is bannerboxall. Use these rules:
Code:
/*..hlavička boxu Reklama1 - pre zobrazenie vymažte diplay: none;..*/
#bannerboxall h3 {/*use one or the other of these properties*/
display: none;/*this will make the space as well as the text disappear*/
text-indent: -9999px;/*this will make just the text disappear*/
}
/*..postranný box Reklama1..*/
#bannerboxall {
border-bottom: 1px solid #3094DE;
}
/*..postranný box Reklama1 - obsah..*/
#bannerboxallContent {
background: #333;
}