.body {
margin : 0px;
padding : 0px;
background-color : #F1F1E4;
}

.tlo {
width:50%;
background-image:url('grafika/tlo.jpg');
background-repeat : repeat-x;
background-color : #A82947;
}

.stopka {
width:100%;
height:113px;
background-image:url('grafika/stopka.jpg');
background-repeat : repeat-x;
}

.komorka {
width:204px;
vertical-align:middle;
padding:3px;
font-size:12px;
background-image:url('grafika/linia.jpg');
background-repeat : no-repeat;
background-position: bottom left;
}

.kom_a {
padding:8px;
background-image:url('grafika/kom_a.jpg');
background-repeat : repeat-x;
border-bottom:1px solid #DD718C;
}

.kom_b {
padding:4px;
background-image:url('grafika/kom_b.jpg');
background-repeat : repeat-x;
border-bottom:1px solid #E07C96;
background-color : #DD718C;
}


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

.link:link {
color : #FFFFFF;
text-decoration : none;  
} 
.link:visited {
color : #FFFFFF; 
text-decoration : none; 
} 
.link:hover {
color : #D4AD46; 
} 
.link:active {
color : #D4AD46;  
}

.link_stopka:link {
color : #C4B186;
text-decoration : none;  
} 
.link_stopka:visited {
color : #C4B186; 
text-decoration : none; 
} 
.link_stopka:hover {
color : #D4AD46; 
} 
.link_stopka:active {
color : #D4AD46;  
}

a:link {
color : #C4B186;
text-decoration : none;  
} 
a:visited {
color : #C4B186; 
text-decoration : none; 
} 
a:hover {
color : #D4AD46; 
} 
a:active {
color : #D4AD46;  
}


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