body {
    background-image: url('../images/jeraby/bg.gif');
    margin: 0px;
    padding: 0px;
    color: #444;
    background-position: top;
    background-repeat: no-repeat;
}
a {
    color: #5e5b48;
}
a:hover {
    color: #8e8a72;
}
div#container {
    margin-top: 50px;
    background:  url('../images/jeraby/bg2.gif') repeat-y;
}
div#header {
    background:  url('../images/jeraby/header01.png') no-repeat;
}
div#content {
    background:  url('../images/jeraby/header02.jpg') no-repeat;
}
div#footer{
    color: #dbdbdb;
    background:  url('../images/jeraby/footer.gif') 243px no-repeat;
}
div#footer a{
    color: #dbdbdb;
    }
div#motto{
    position: absolute;
    left: 458px;
    top:164px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

div#uri{
    position: absolute;
    left: 45px;
    top:207px;
    font-size: 13px;    
    font-style: italic;
    text-transform: uppercase;
    color: #FFFFFF;
}
div#podtitulek{
    position: absolute;
    left: 38px;
    top:120px;
    font-size: 15px;
    font-weight: bold;
    color: #921e29;    
}