/*
    ------------------
    DOKUMENTY
    ------------------
*/
#files {
    margin:0px;
    padding:0px 0px 0px 0px;
    clear:both;
    background:transparent;
    color:#000;
    min-height:1px;
    _height:1px;
}
#files .files {
    background:#FFF;
    border:1px solid #E6E6E6;
    border-bottom:0px;
    padding:0px 0px 0px 0px;
    min-height:1px;
    _height:1px;
}
#files div.file {
    padding:7px 10px 7px 10px;
    background:url('../images/bg-doc.gif') repeat-x bottom left;
}
#files div.file div {
    position:relative;
    width:100%;
    color:#535353;
}
#files div.file div p {
    position:absolute;
    top:0px;
    right:0px;
    margin:0px;
    padding:0px;
}
#files div.file a { color:#535353; font-weight:bold; text-decoration:none; }
#files div.file a:hover { color:#000; font-weight:bold; text-decoration:underline; }

