table.web_item { width:100%; }
table.web_item td { vertical-align:top; }
table.web_item .column1 {
    width:auto;
    padding:5px 20px 0px 0px;
    line-height:1.4em;
}
table.web_item .column2 { 
    width:305px;
    text-align:left;
    padding-top:15px;
}

span.reservation-button {
    display:block;
    background:url('../images/button.gif') no-repeat top left;
    width:172px;
}
span.reservation-button a {
    display:block;
    padding:7px 0px 7px 0px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
    font-size:1.5em;
}
span.reservation-button a:hover { text-decoration:none; }

/*
    ------------------
    FOTOGALERIA
    ------------------
*/
#gallery img {
    border:none;
}


/*
    ------------------
    DOKUMENTY
    ------------------
*/
#files {
    margin:0px;
    padding:5px 0px 0px 0px;
    clear:both;
    background:transparent;
    color:#000;
}
#files .files-lt { background:url('../images/docs-corner-left-top.gif') no-repeat top left #F1F1F1; }
#files .files-rt { background:url('../images/docs-corner-right-top.gif') no-repeat top right; }
#files .files-rb { background:url('../images/docs-corner-right-bottom.gif') no-repeat bottom right; }
#files .files-lb {
    background:url('../images/docs-corner-left-bottom.gif') no-repeat bottom left;
    padding:10px 10px 10px 10px;
}
#files div.file {
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #FFF;
}
#files div.last {
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:none;
}
#files div.file div {
    position:relative;
    width:100%;
    color:#444;
}
#files div.file div p {
    position:absolute;
    top:0px;
    right:0px;
    margin:0px;
    padding:0px;
}
#files div.file a { color:#003191; font-weight:bold; text-decoration:none; }
#files div.file a:hover { color:#000; font-weight:bold; text-decoration:underline; }
