A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: #00923f;}

BODY{
background-color: #cecece;
}

TD.banner {
width: 850px;
max-width: 850px;
height:127px;
}

TD.meni {
background-image: url(../pix/meni_podloga.jpg); 
background-repeat: repeat-x;
width: 850px;
max-width: 850px;
height:31px;
}

TABLE.index {
width: 850px;
border-color: #214a8e;
border-style: solid;
border-width: thin;
background-color: white;

}

TD.index_water {
background-image: url(../pix/index_water.jpg); 
background-repeat: no-repeat;
background-position: right;
}

TD.index_water2 {
background-image: url(../pix/index_water2.jpg); 
background-repeat: no-repeat;
background-position: right;
}

TD.senka {
background-image: url(../pix/senka.gif); 
background-repeat: repeat-x;
background-position: top;
height:40px;
}


#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    }
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
    }    
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../pix/overlay.png); }

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(../pix/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
    }
    

