*{
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-family: Arial;
    color: #404040;
}

body{
    font-size: 14px;
    background-color: #eee;
}

#horni_pruh, #dolni_pruh{
    background-color: #AAD8D4;
    height: 16px;
    clear: both;
}


#horni_pruh .vnitrek, #dolni_pruh .vnitrek{
    width: 960px;
    height: 16px;
    margin: 0px auto;
    background: url('../images/bg_pruh_horni.gif') repeat-y #fff;
}


#menu_top{
    position: relative;
    width: 960px;
    height: 121px;
    margin: 0px auto;
    background: url('../images/bg_pruh.gif') repeat-y #fff;
}

#logo{
    position: absolute;
    right: 20px;
    top: 15px;
}


#hlavicka_pruh{
    height: 220px;
    background: url('../images/hlavicka_left_bg.jpg') repeat-x #fff;
}

#hlavicka{
    position: relative;
    height: 220px;
    width: 960px;
    margin: 0px auto;
}

img{
    vertical-align: bottom;
    border-style: none;
}

#obsah{
    width: 960px;
    _height: 450px;
    min-height: 450px;
    margin: 0px auto;
    background: url('../images/bg_pruh.gif') repeat-y #fff;
}

#menu_top a, #pravy_sloupec a{
    font-weight: bolder;
    color: #0AA396;
}

#menu_top a{
    text-transform: uppercase;
}


#levy_sloupec{
    float: left;
    width: 200px;
/*
    height: 300px;
    background: #fa0;
*/
}

#levy_sloupec ul#left_menu{
    margin-top: 30px;
    background: #ccc;
    border-top: 5px solid #9ECCC8;
    border-bottom: 5px solid #9ECCC8;
    list-style: none;
}

#levy_sloupec ul#left_menu li{
    display: block;
}

#levy_sloupec ul#left_menu li a{
    display: block;
    width: 180px;
    padding: 2px 10px;
}

#levy_sloupec ul#left_menu li a#current_left{
    /*text-decoration: underline;*/
    background-color: #bbb;
}

#pravy_sloupec{
    float: right;
    width: 700px;
    margin-top: 30px;
    padding: 0px 30px 30px 30px;
    /*background: #0af;*/
}

#pravy_sloupec #vlevo{
    float: left;
    width: 340px;
    padding: 0px 10px 0px 0px;
    /*background: #fa0;*/
}

#pravy_sloupec #vpravo{
    float: right;
    width: 340px;
    padding: 0px 0px 0px 10px;
    /*background: #f0a;*/
}

a{
    text-decoration: none;
}

h1{
    color: #0AA396;
    font-size: 1.8em;
    clear: both;
    margin: 0px 0px 5px 0px;
}

h2{
    color: #0AA396;
    font-size: 1.3em;
    clear: both;
    margin: 20px 0px 2px 0px;
}

h3{
    color: #0AA396;
    font-size: 1.15em;
    clear: both;
    margin: 20px 0px 2px 0px;
}

h2.prvni{
    margin-top: 0px;
}

ul.seznam{
    list-style: none;
}

ul.seznam li{
    padding-left: 25px;
    margin: 0.5em 0;
    background: url('../images/li_seznam.gif') no-repeat 0px 0.6em;
}

p, li{
    line-height: 1.5em;
}

p{
    margin: 0.8em 0;
}

#navcontainer{
    position: absolute;
    left: 220px;
    bottom: 20px;
}

/*Fat Erik's Pipelist*/
#navlist{
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

#navlist li a#current{
    /*text-decoration: underline;*/
    background-color: #eee;
}

#navlist li{
    display: inline;
}

#navlist li a{
    padding: 0.5em 0.5em;
    margin: 0;
    border-left: 1px solid #bbb;
}

#navlist li a.prvni{

}

ol{
    margin: 15px 0px 15px 20px;
}

.pod{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

/* jen v dotazniku */
.oddil{
    padding: 6px 0px;
    margin: 6px 0px;
    border-bottom: 1px solid #ccc;
}

.datum{
    font-weight: bolder;
    color: #0AA396;
}


table{
    border-collapse: collapse;
}

td{
    padding: 2px;
}

table.data{
    border: 4px double #555;
}