body
{
    margin: 0px;
    padding: 0px;
    background: #e5e5e5 url(/images/top.png) repeat-x 0 0;
    font: 0.75em/170% "Lucida Grande", verdana, helvetica, sans-serif;
}

#page 
{
    min-width: 760px;
    max-width: 1000px;
    margin: 0 auto;
}

#header
{
    margin: 0;
    padding: 30px 40px 20px 180px;
    height: 80px;
    background: transparent url(/images/logo.png) no-repeat 20px 23px;
    font-family: "Consolas", "Lucida Grande", verdana, helvetica, sans-serif;
    font-weight: bold;
}
#header a
{
    color: #FFF;
    font-size: 3em;
    font-weight: normal;
    text-decoration: none;
}
#slogan
{
    color: pink;
    display: block;
}

#obsah
{
    overflow: hidden;
    margin: 0px auto;
    background: transparent url(/images/wrap.png) repeat-y top center;
    padding: 0 230px 0 40px;
    position: relative;

}
#conent
{
    min-height: 400px;
    background-color: #fff4f4;
}
#navigace
{
    width: 200px;
    position: absolute;
    right: 0;
    top: 30px;
}

#navigace h3
{
    color: #A00;
    font-size: 130%;
    font-weight: bold;
    margin: 0px;
    padding: 0 5px;
}

#navigace *
{
    list-style-type: none;
    padding: 0;
}

#navigace .menu_list a,
#navigace .menu_list strong
{
    border-bottom:1px dotted #D5D7D0;
    color: #F0C;
    display: block;
    margin: 0 20px 0 0;
    padding: 4px 5px;
    text-decoration: none;
}
#navigace .menu_list strong
{
    color: black;
}
#navigace .menu_list a:hover
{
    background: #FAFDF4 none repeat scroll 0%;
    border-bottom-color: #C3B9A2;
    color: #AA2211;
}
#navigace .menu_list .menu_list
{
    margin-left: 20px;
}

#paticka
{
    margin: 20px -210px 00px 0;
    padding: 20px 0;
    border-top: 1px solid #CCC;
    text-align: center;
    clear: both;
}

.cistic
{
    clear: both;
}

.figure img 
{
    border: 0;
}
.figure p
{
    text-align: center;
    margin: 0;
}



h1, h2, h3, h4
{
    font-weight: bold;
    font-family: "Calibri", "Lucida Grande", verdana, helvetica, arial, sans-serif;
    color: #A00
}
h1
{
    font-size: 3em;
    line-height: 1em;
}
h2
{
    font-size: 2em;
}
h3
{
    font-size: 1.8em;
}
h4
{
    font-size: 1.3em;
}
a, a:visited
{
    color: #F0C;
}
a:hover
{
    color:#AA0000;
}
blockquote
{
    margin: 1.4em 1.75em 1.4em 0.9em;
    padding: 0.1em 0 0.1em 1.75em;
    border-left: 3px solid #EEE;
    color: #777;
    font-style: italic;
}
blockquote cite
{
    margin: 5px 0 0;
    display: block}
q
{
    font-style: italic
}

td, th 
{
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px dotted silver;
    border-right: 1px dotted silver;
}
table
{
    border-top: 1px dotted silver;
    border-left: 1px dotted silver;
}


.fotogalerie img
{
    border:0;
}
.fotogalerie a
{
    margin: 5px; 
    padding: 10px 5px;
    border: 1px solid silver;
    background-color: white;
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    float: left;
}