body
{
    background: #dfdfdf url("../img/bg.jpg") no-repeat fixed center top;
    font-family: Arial, sans-serif;
}
div.stranka
{
    width: 986px;
    padding: 5px;
    margin: 0 auto;
}
div.ikony
{
    position: absolute;
    margin-left: 990px;
    width: 40px;
    background: white;
    padding-left: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
img
{
    border: none;
    margin: 0px;
}
img.roletka
{
    position: absolute;
    padding-top: 18px;
    padding-left: 10px;
    z-index: 1;
}
img.vlajka
{
    margin-top: 5px;
    cursor: pointer;
    z-index: 2;
}
img.vlajka-hover
{
    margin: 5px;
    z-index: 2;
}
div.vlajky-hover
{
    position: absolute;
    background: white;
    margin-left: -5px;
    margin-top: -5px;
    padding-top: 5px;
    width: 45px;
    display: none;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
div.vlajky-box:hover div.vlajky-hover
{
    display: block;
}
div.sachpruh
{
    text-align: center;
    clear: both;
}
ul.lista
{
    list-style-type: none;
    padding: 0px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
ul.lista > li
{
    margin: 0px 0px;
    padding: 2px 0px;
    background: #eee;
    text-align: center;
    display: table-cell;
}
ul.lista > li:hover, ul.lista > li.vyber
{
    background: #ddd;
    font-weight: bold;
}
ul.lista > li > a
{
    display: block;
    width: 100%;
    color: black;
    text-decoration: none;
}
