.body {
margin : 0px;
padding : 0px;
background-color : #FFFFFF;
background-image:url('grafika/tlo.jpg');
background-position:top;
background-repeat : repeat-x;
}

.body2 {
margin : 0px;
padding : 0px;
background-color : #FFFFFF;
background-image:url('grafika/tlo2.jpg');
background-position:top;
background-repeat : repeat-x;
}

.tabela {
width:732px;
border-left:3px solid #FFFFFF;
border-right:3px solid #FFFFFF;
background-color : #FFFFFF;
}

.komorka {
background-color:#DCE9F1;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #CFE0EA;
padding:2px;
text-align:left;
}

.linia {
background-image:url('grafika/linia.gif');
background-position:top right;
background-repeat : repeat-y;
}

.boks_a {
width:184px;
background-color : #E9EEF2;
line-height:12px;
}

.linia_x {
background-image:url('grafika/linia_x.gif');
background-position:bottom left;
background-repeat : repeat-x;
}

.linia_y {
background-image:url('grafika/linia_y.gif');
background-position:top right;
background-repeat : repeat-y;
}

.kontakt {
width:185px;
height:206px;
background-image:url('grafika/kontakt.jpg');
background-position:top;
background-repeat : no-repeat;
margin-top:10px;
}

.stopka {
width:864px;
height:19px;
background-image:url('grafika/stopka.jpg');
background-position:top;
background-repeat : no-repeat;
margin-top:10px;
}

.tekst {
font-family : arial; 
font-size : 11px; 
text-decoration : none;
color:#666666;
}

a:link {
color : #000067;
text-decoration : none;  
} 
a:visited {
color : #000067; 
text-decoration : none; 
} 
a:hover {
color : #666666; 
} 
a:active {
color : #666666;  
}

.link:link {
color : #010066;
text-decoration : none;  
} 
.link:visited {
color : #010066; 
text-decoration : none; 
} 
.link:hover {
color : #666666; 
} 
.link:active {
color : #666666;  
}

.link_stopka:link {
color : #88A2B9;
text-decoration : none;  
} 
.link_stopka:visited {
color : #88A2B9; 
text-decoration : none; 
} 
.link_stopka:hover {
color : #333333; 
} 
.link_stopka:active {
color : #333333;  
}



#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");
	}


