#aktuality {
    background: url('../images/aktuality-back.gif') repeat-y top right;
    margin: 0px 0px 0px 20px;
    text-align: left;
    overflow: auto;
    height: 200px;
}

#aktuality .top {
    font-size: 0.1em;
    background: url('../images/aktuality-top.gif') no-repeat top center;
    height: 17px;
    
}

#aktuality .bottom {
    font-size: 0.1em;
    background: url('../images/aktuality-top.gif') no-repeat bottom center;
    height: 17px;
}

#aktuality .aktualita {
    margin: 0px;
    padding: 5px 20px;
    min-height: 156px;
    _height: 156px;
}

#aktuality .nadpis {
    color: #D10000;
    font-weight: bold;
    font-size: 1.2em;
}

#anketa {
    background: url('../images/anketa-back.gif') repeat-y top left;
    margin: 0px 0px 0px 20px;
    width: 268px;
}

#anketa .top {
    font-size: 0.1em;
    background: url('../images/anketa-top.gif') no-repeat top center;
    height: 17px;
    
}

#anketa .bottom {
    font-size: 0.1em;
    background: url('../images/anketa-top.gif') no-repeat bottom center;
    height: 17px;
}

#anketa .otazka {
    color: #B60412;
    text-align: justify;
    padding: 0px 20px;
}

#anketa .odpoved {
    background-color: #FFA800;
    margin: 5px 0px 5px 0px;
    float: left;
    height: 5px;
    font-size:1px;
}

#anketa ul {
    list-style: none;
    padding: 0px;
    margin:2em 0em;
    color: #000;
    font-weight: bold;
    text-align: left;
    margin: 10px 20px 10px 20px;
}
#anketa ul li {
    clear:both;
}
#anketa ul dl, #anketa ul dt, #anketa ul dd {
    margin:0em;
    padding:0em;
    width:100%;
    text-align: left;
}

