.body {
margin : 0px;
padding : 0px;
background-color : #ACADB0;
background-image:url('grafika/tlo.jpg');
background-repeat : repeat-x;
}

.tlo_tabela {
background-image:url('grafika/tlo_tabela.jpg');
background-repeat : repeat-x;
background-color : #DDEDFF;
}

.stopka {
background-color : #1C1E62;
}

.tekst {
font-family : tahoma; 
font-size : 11px; 
text-decoration : none;
color : #4A99D7;
}

a:link {
color : #FF6600;
text-decoration : none;  
} 
a:visited {
color : #FF6600; 
text-decoration :  none;
} 
a:hover {
color : #999999; 
text-decoration : underline; 
} 
a:active {
color : #999999;  
}

.link:link {
color : #1C1E62;
text-decoration : none;  
} 
.link:visited {
color : #1C1E62; 
text-decoration :  none;
} 
.link:hover {
color : #999999; 
text-decoration : underline; 
} 
.link:active {
color : #999999;  
}

.link_stopka:link {
color : #FFFFFF;
text-decoration : none;  
} 
.link_stopka:visited {
color : #FFFFFF; 
text-decoration :  none;
} 
.link_stopka:hover {
color : #999999; 
text-decoration : underline; 
} 
.link_stopka:active {
color : #999999;  
}



#lightbox{
	background-color:#eee;
	padding: 18px;
	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; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

