#body {
    background-image:url('../images/bg-page.gif');
}

div.page {
    padding:0px 45px 0px 30px;
    line-height:1.4em;
}
div.kontext {
    text-align:right;
    padding:0px 0px 10px 0px;
}
div.back {
    clear:both;
    border-top:1px solid #C5E6FF;
    margin:5px 0px 0px 0px;
    padding:5px 0px 10px 0px;
    color:#4897D9;
}
ul.subitems {
    color:#2C74BE;
}

/*
    ----------------------------------
    FOTOGALERIA
    ----------------------------------
*/
div.galery {
    padding:10px 0px 5px 0px;
}

/*
    ---------------------------------
    DOKUMENTY
    ---------------------------------
*/
div.file {
    background:url('../images/file-bg.jpg') repeat-y top right;
    margin:7px 0px 0px 0px;
    position:relative;
    width:500px;
}
div.file_top {
    background:url('../images/file-top.jpg') no-repeat top right;
}
div.file_bottom {
    background:url('../images/file-bottom.jpg') no-repeat bottom right;
    min-height:20px;
    _height:20px;
    padding:5px 25px 5px 15px;
}
div.file p {
    position:absolute;
    top:5px;
    right:10px;
    margin:0px;
    margin:0px;
}

