body {

	margin: 0 auto;

	padding: 0 0 20px 0;

	width: 858px;

	font-family: Arial, Tahoma, Verdana;

	font-size: 14px;

	color: #604001;

}



.top {

	float: left;

	width: 100%;

	height: 239px;

	background: url(images/body/top.jpg) top no-repeat;

}



.tytul {

	float: right;

	margin: 180px 150px 0 0;

	font-size: 34px;

	font-style: italic;

	font-weight: bold;

}



.srodek {

	float: left;

	background: url(images/body/srodek.jpg) #FFFBBF top repeat-y;

	width: 100%;

	padding-bottom: 10px;

}



.left {

	float: left;

	width: 261px;

}



.right {

	float: left;

	width: 550px;

}



.footer {

	float: left;

	width: 100%;

	height: 98px;

	background: url(images/body/footer.jpg) top no-repeat;

	color: #777;

	text-align: center;
	
	margin-bottom: 20px;

}



.footer span {

	font-size: 16px; 

	padding: 5px;

}



.author a {

	float: right;

	margin: 25px 115px 0 0;

	font-size: 10px;

	color: #777;

	text-decoration: none;

	bottom: 0;

}



.author a:hover {

	text-decoration: underline;

}


.licznik {

	float: left;

	margin: 27px 0 0 110px;

	font-size: 12px;

	color: #604001;

}



.menu {

	background: url(images/body/menu.jpg) top no-repeat;

	padding: 28px 0 30px 0;

	margin-left: 70px;

	width: 133px;	

	height: 199px;

	font-size: 24px;

	font-weight: bold;

	font-style: italic;

	text-align: center;	

}



.menu a {

	text-decoration: none;

	color: #604001;

}



.menu a:hover {

	color: #A56F02;

}



form {

	margin: 0;

	padding: 0;

}



.text {
	
	font-family: Arial, Tahoma, Verdana;
	
	padding: 3px;

	border: 1px solid #604001;

}



a.a {

	text-decoration: none;

	color: #604001;

}



a.a:hover {

	color: #A56F02;

}



input.submit {

	border: 1px solid #604001;

	padding: 3px 5px 3px 5px;

	background: #FFFBBF;

	color: #604001;

}



input.submit:hover {

	background: #CC9933;

	color: #fff;

	cursor: pointer;

}



ul, li {

	margin: 0 0 0 10px;

	padding: 0 0 0 0px;

}



/* LIGHTBOX */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 999;
	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: 5px;
	}

#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: 990;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/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(../images/body/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/body/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: #7A7A7A;
	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: 72px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 500px;
	background: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	