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

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

.body3 {
margin : 0px;
padding : 0px;
background-color : #EB302B;
background-position: center;
}

.tlo_left {
width:45%;
background-image:url('grafika/tlo_left.jpg');
background-repeat : no-repeat;
background-position: top right;
}

.tlo_right {
width:55%;
background-image:url('grafika/tlo_right.jpg');
background-repeat : no-repeat;
background-position: top left;
}

.tlo_left2 {
width:50%;
background-image:url('grafika/tlo_left2.jpg');
background-repeat : no-repeat;
background-position: top right;
}

.tlo_left3 {
width:50%;
background-image:url('grafika/tlo_left3.jpg');
background-repeat : no-repeat;
background-position: top right;
}


.tlo_right2 {
width:50%;
background-image:url('grafika/tlo_right2.jpg');
background-repeat : no-repeat;
background-position: top left;
}


.tlo_right3 {
width:50%;
background-image:url('grafika/tlo_right3.jpg');
background-repeat : no-repeat;
background-position: top left;
}


.tlo_tabela {
width:861px;
height:391px;
background-image:url('grafika/tlo_tabela.jpg');
background-repeat : no-repeat;
background-position: top right;
}

.tlo_tabela2 {
width:861px;
height:391px;
background-image:url('grafika/tlo_tabela2.jpg');
background-repeat : no-repeat;
background-position: top right;
}

.tlo_tabela3 {
width:861px;
height:391px;
background-image:url('grafika/tlo_tabela3.jpg');
background-repeat : no-repeat;
background-position: top right;
}


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

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


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

select {
height:17px;
border:1px solid #C8AF87;
background-image:url('grafika/tlo_komorka.jpg');
background-repeat : repeat-x;
}

textarea {
border:1px solid #C8AF87;
background-image:url('grafika/tlo_komorka.jpg');
background-color:#EEE6D9;
background-repeat : repeat-x;
}


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

.link_stopka:link {
color : #5898AB;
text-decoration : none;  
} 
.link_stopka:visited {
color : #5898AB; 
text-decoration : none; 
} 
.link_stopka:hover {
color : #355C68; 
} 
.link_stopka:active {
color : #355C68;  
}


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

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