/* 
    Document   : style_dom_kultury
    Created on : 2011-08-14, 13:09:10
    Author     : Pawel
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-image: url('./images/main_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #070707;
}

.kronika_title {
    background-image: url('./images/kronika_title_bg.png');
    background-repeat: no-repeat;
    display: block;
    width: 732px;
    height: 17px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #FFF;
    padding: 10px;
    margin-top: 40px;
    margin-left: 20px;
}

.add_new_button {
    display: block;
    background-color: #4A0308;
    width: 150px;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 46px;
    left: 600px;
}

.edit_button {
    display: block;
    background-color: #4A0308;
    width: 150px;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 170px;
    left: 180px;
}

.del_button {
    display: block;
    background-color: #4A0308;
    width: 150px;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 170px;
    left: 340px;
}


.kronika_box {
    background-image: url('./images/kronika_box_bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;   
    width: 752px;
    height: 225px;
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 30px;
}

.kronika_thumbnail {
    display: block;
    border: 1px #4A0308 solid;
    width: 145px;
    height: 205px;
    position: absolute;
    left: 15px;
    top: 3px;
    background-color: #FFF;
}

.kronika_box_desc {
    display: block;
    width: 400px;
    height: 40px;
    position: absolute;
    top: 100px;
    left: 180px;
    font-size: 18px;
}

.kronika_download_bt {
    display: block;
    background-image: url('./images/kronika_download_bt.png');
    width: 175px;
    height: 58px;
    position: absolute;
    top: 150px;
    left: 550px;
    
}

#kronika_edit_form {
    display: block;
    position: absolute;
    top: 90px;
    left: 180px;
    width: 550px;
    height: 120px;
}

.navi {
    margin-left: 20px;
    margin-bottom: 20px;
    display: block;
}
