*{
    margin: 0px; 
    padding: 0px;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    border-color: #000;
    border-style: none;
    text-decoration: none;
}

body{
    line-height: 1.3;
    font-size: 0.8em;
    /*background: url('../images/bg_body.jpg') repeat-x #fff;*/
    vertical-align: middle;
}

#hlavni{
    position: relative;
    margin: 30px auto;
    width: 974px;
    text-align: left;
    background-color: #fff;
}

#horni{
    position: relative;
    height: 118px;
    width: 974px;
    background: url('../images/bg_hlavicka.jpg') repeat-x #B9E4C8;
}


#menu{
    position: absolute;
    left: 30px;
    bottom: 15px;
}

#menu .polozka{
    float: left;
    text-align: center;
    width: 90px;
}


#menu .polozka img{
    text-align: center;
}


#menu a{
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: bolder;    
}


#horni #logo{
    position: absolute;
    right: 50px;
    bottom: 15px;
}             


#sloupce{
    width: 974px;
    min-height: 500px;
    _height: 500px;
    background: url('../images/bg_prouzek.jpg') repeat-y #fff;
    padding-left: 3px;
}



#levy-sloupec{
    float: left;
    width: 694px;
    padding: 20px;
}



#pravy-sloupec{
    float: left;
    width: 202px;
    padding: 20px 20px 20px 0px;
}


#paticka{
    clear: both;
    width: 914px;    
    height: 31px;
    padding: 10px 30px;
    text-align: right;
    background: url('../images/bg_paticka.jpg') no-repeat #B9E4C8;   
}