html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

body
{
    background: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#stranka
{
    width: 886px;
    height: auto;
    min-height: 100%;
    _height: 100%; /* IE */
    background: #FDE5C5;
    text-align: left;
    margin: 0 auto;
    position: relative;
}

#hlavicka
{
    padding: 0px;
    height: 227px;
}

#hlavicka img
{
    display: block;
    border: 0px;
}

#hlavicka_red
{
    padding: 0px;
    height: 140px;
}

#hlavicka_red img
{
    display: block;
    border: 0px;
}

#obsah
{
    padding: 20px 10px 30px;
    text-align: left;
}

#obsah a:link, #obsah a:visited
{
    color: #FF0000;
    text-decoration: none;
}

#obsah a:hover, #obsah a:active
{
    color: #4A88F8;
    text-decoration: none;
}

#pata
{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 30px;
}

#pataText
{
    width: 886px;
    height: 40px;
    background-image: url(/img/pata.jpg);
}

#btn1
{
    width: 182px;
    float: left;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FDE5C5;
    border-left-color: #FDE5C5;
}

#btn2
{
    width: 125px;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FDE5C5;
}

#btn3
{
    width: 125px;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FDE5C5;
}

#btn4
{
    width: 142px;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FDE5C5;
}

#btn5
{
    width: 168px;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FDE5C5;
}

#btn6
{
    width: 137px;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FDE5C5;
}

#btn1 a, #btn2 a, #btn3 a, #btn4 a, #btn5 a, #btn6 a
{
    height: 31px;
    display: block;
    color: #FDE5C5;
    text-decoration: none;
    background: #000;
    text-align: center;
    padding-top: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#btn1 a:hover, #btn2 a:hover, #btn3 a:hover, #btn4 a:hover, #btn5 a:hover, #btn6 a:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #E5880C;
}

#myObsah table
{
    border-width: 0px;
}

#myObsah td
{
    border-width: 0px;
}

#navigace
{
   padding-top: 3px;
   padding-left: 25px;
   height: 16px;
}

#navigace a:link,#navigace a:visited
{
    font-weight: bold;
    color: #E5880C;
    text-decoration: none;
}

#navigace a:hover, #navigace a:active
{
    color: #4A88F8;
    text-decoration: none;
}

.fotoObsah
{
    margin-left: 17px;
}

.fotoNadpis
{
    font-size: 18px;
    font-weight: bold;
    color: #E5880C;
}


.fotoBox
{
    float: left;
    width: 176px;
    cursor: pointer;
    cursor: hand;
}

#stranka .fotoBox img
{
    border: 4px;
    border-color: #E5880C;
    border-style: solid;
}

.mezera
{
    float: left;
    width: 37px;
}

