.hlavicka
{
    position: static;
    width: 980px;
}
#hlavicka_01
{
    position: static;
    width: 980px;
    height: 90px;
    background-image: url("../images/horni_bottom.gif");
    background-position:bottom center ;
    background-repeat: no-repeat;
    background-color: #FFF;
    /*border:solid 1px #ccc;
    border-top:none;
    border-bottom:none;*/
}
#hlavicka_02
{
    position: static;
    width: 980px;
    height: 80px;
    background-image: url("../images/hlavicka.jpg");  
    background-position:center; 
    background-repeat: no-repeat;
    background-color: #FFF;
    /*border:solid 1px #ccc;
    border-top:none;*/
    border-bottom:none;
}
#hlavicka_03
{
    position: static;
    width: 980px;
    height: 30px;
    line-height: 20px;
    background-color: #fff;
    background-image: url("../images/hlavicka_03.gif");
    background-position:top;
    background-repeat: repeat-x;
   /* border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-top: solid 1px #000;*/
}
.obsah_table
{
    position: static;
    width: 982px;
    background-color: #FFF;
    /*border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;*/
    background-image: url("../images/stred.gif");
    background-repeat: repeat-y;
}
#obsah_cont_patka
{
    position: static;
}
#obsah_cont_h
{
    position: static;
    width: 100%;
    min-height:1500px;
    /*background-image: url("../images/obsah.jpg");
    background-position:center top;
    background-repeat:no-repeat;*/
}
.obsah_cont
{
    position: static;
    width: 100%;
    padding-left:15px;
    padding-right:3px;
}
#levysloupek
{
    position: static;
    width: 179px;
    
}
.levysloupek_dole
{
}
#pravysloupek
{
    position: static;
    width: 180px;
}
.pravysloupek_dole
{
}
#patka
{
    position: static;
    width: 980px;
    color: #fff;
    font-size: 11pt;
    height: 44px;
    background-color: #777;
   /* border-left:solid 1px #333;
    border-right:solid 1px #333;
    border-bottom: solid 2px #000;*/
    background-image: url("../images/patka.gif");   
    background-position: bottom;   
    background-repeat: repeat-x;
}
.bannery
{
    width: 980px;
    text-align:center;
    margin-top:5px;
}
.bannery img
{
    border: none;
}


