.tekst { font-weight: normal; font-size: 10pt; font-family: Arial CE; text-decoration: none; color:#009900 }
.td { font-weight: normal; font-size: 12pt; font-family: Arial CE; text-decoration: none; color:#009900 }
.td1 { font-weight: normal; font-size: 9pt; font-family: Arial CE; text-decoration: none; color:#660033 }
.link {font-family: Arial; font-size: 17px; text-decoration: none; color: #3300cc; font-weight: bold; FONT-STYLE: NORMAL}
.link:hover {color: White; text-decoration: underline;}


* {
padding: 0;
margin: 0;
}

body {
	background: #CC9966 url('grafika/tlo.gif'); 
	font: 12px/16px Arial, Verdana;
	color: #261b04;
	margin: 0px;
}

#tresc {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

	#tresc a:link, #tresc a:visited {
		font: 12px/16px Arial, Verdana;
		color: #336600;
		font-weight: bold;
		text-decoration: none;
}

	#tresc a:hover, #tresc a:active {
		font: 12px/16px Arial, Verdana;
		color:  #669933;
		font-weight: bold;
		text-decoration: none;
}


#table {
	font: 11px/15px Arial, Verdana; 
	color: #261b04;
	border-top-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #7f6942;
}

	#table TD {
		font: 11px/15px Arial, Verdana; 
		color: #261b04;
		border-bottom-style: solid;
      border-right-style: solid;
      border-width: 1px;
      border-color: #7f6942;
		padding: 2px;
	}
	
#table_shows {
	font: 12px/16px Arial, Verdana; 
	color: #261b04;
	border: none;
}

	#table_shows TD {
		font: 12px/16px Arial, Verdana; 
		color: #261b04;
		border-bottom-style: solid;
		border-width: 1px;
		border-color: #996633;
     }

#stopka {
	background: url('grafika/tlo.gif') repeat-y;
	font: 10px/13px Verdana, Arial; 
	color: black;
	font-weight: normal;
	text-align: center;
	padding-top: 2px;
}

	#stopka a:link, #stopka a:visited, #stopka a:active {
		font: 10px/13px Verdana, Arial; 
		color: #336600;
		font-weight: none;
		text-decoration: none;
     }

	#stopka a:hover {
		font: 10px/13px Verdana, Arial; 
		color: #669933;
		font-weight: none;
		text-decoration: bold;
     }
		
#galeria a:link img, #galeria a:visited img {
	border: 3px solid #804000;
	background: #804000;
	padding: 2px;
}

#galeria a:hover img, #galeria a:active img {
	border: 2px solid  #804000;
	background: #804000;
	padding: 2px;
}

div.image4 {
	background: url(' grafika/image4.jpg') repeat-x top left;
	height: 300px;
	width: 100%;
}


html>body div.tlo1 {
	background: url(' grafika/tlo.gif') repeat-y;
}

div.glowne {
	background: url('images/6fts1uu.gif') no-repeat;
	width: 850px;
	height: 350px;
}

div.linia_poziom {
	background: url(' grafika/linia_poziom.gif') repeat-y;
	width: 600px;
	height: 12px;
}

div.linia_poziom2 {
	background: url(' grafika/linia_poziom2.gif') repeat-y;
	width: 600px;
	height: 50px;
}

div.tlo_linia {
	background: url(' grafika/linia.jpg') repeat-y;
	width: 600px;
}

div.tlo_tekst {
	background: url(' grafika/tlo_tekst.jpg') repeat-y;
	width: 600px;
}



div.kontakt_image {
	background: url(' grafika/kontakt_image.jpg') no-repeat;
	width: 500px;
	height: 160px;
	text-align: left


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('i/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('i/prevlabel2.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('i/nextlabel2.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 12px Trebuchet MS, Arial, Verdana, Helvetica;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 84px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html><pre>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
</pre>
