/*** Volby zobrazení v levém sloupci ****************************/

#volby_zobrazeni 
{
    margin-left: 8px; 
    float: left; 
    /*margin-top: 20px;*/
    margin-bottom: 80px; 
    font-size: 11px; 
    color: #005f82; 
    clear: both;
}

#volby_zobrazeni a
{
    color: #005f82; 
    text-decoration: underline;
}

#volby_zobrazeni a.aktivni
{
    font-weight: bold;
}

#volby_zobrazeni a:hover 
{
    color: #000000; 
    text-decoration: underline;
}
