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

.tabela {
width:614px;
height:290px;
background-image:url('grafika/tabela.jpg');
background-repeat : no-repeat;
}

.tabela2 {
width:614px;
height:532px;
background-image:url('grafika/tabela2.jpg');
background-repeat : no-repeat;
}

.tabela3 {
width:614px;
height:532px;
background-image:url('grafika/tabela3.jpg');
background-repeat : no-repeat;
}


.tlo_tabela {
width:365px;
background-image:url('grafika/tlo_tabela.jpg');
background-repeat : repeat-y;
}

.stopka {
width:861px;
height:59px;
background-image:url('grafika/stopka.jpg');
background-repeat : no-repeat;
}

.stopka2 {
width:614px;
height:58px;
background-image:url('grafika/stopka2.jpg');
background-repeat : no-repeat;
background-position:top left;
}

input {
height:22px;
border:1px solid #AA6C1F;
background-image:url('grafika/tlo_a.jpg');
background-repeat : repeat-x;
}

textarea {
height:22px;
border:1px solid #AA6C1F;
background-image:url('grafika/tlo_a.jpg');
background-repeat : repeat-x;
background-color : #D39D21;
}

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

a:link {
color : #993300;
text-decoration : none;  
} 
a:visited {
color : #993300; 
text-decoration : none; 
} 
a:hover {
color : #FFFFFF; 
} 
a:active {
color : #FFFFFF;  
}

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

img {
border:0px;
}



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