html {
	background-color: #F4F9FC;
	font-family: georgia;
}
body {
	background: #f0f9ff;
}

#pudelko {
	width: 1024px;
	height: ;
	color: #000033;
	border-radius: 15px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	/*Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	margin: 10px auto;
	padding: 5px;
}
.tytul {
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.0em;
	text-shadow: 2px 5px 3px #888;
	line-height: 26mm;
	color: #006699;
}
hr {
	width: 50%;
}
p {
	margin: 3px;
	padding: 5px;
	font-weight: bold;
	text-align: justify;
	color: navy;
	font-size: 16px;
}
#banner {
	width: 97%;
	margin: 5px auto;
	padding: 3px;
	height: 210px;
	margin: 10px auto;
	text-align: center;
}
#left {
	
	float: left;
	width: 120px;
	border: solid 1px black;
	border-radius: 5px;
	margin: 3px;
	padding: 3px;
	text-align: center;
}
#right {
	float: right;
	width: 107px;
	padding: 3px;
	margin: 3px;
	border: solid 1px black;
	border-radius: 5px;
	text-align: center;
}

#menu {
	position:absolute;
	top:310px;
	left:362px;
	width:;
	text-transform: uppercase;
	font-weight: bold;

}
#menu ul, #menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding-bottom:10px;
	
}
#menu ul {
	float: left;
	width: 100%;
	padding-left: 20px;
	
}
#menu ul li {
	float: left;
	margin-right: 10px;

}
#menu ul a:link, #menu ul a:visited {
	text-decoration: none;
	display: block;
	background: #d6eaf8;
	border: solid 2px #d6eaf8;
	border-style: outset;
	border-radius: 7px;
	color: #000;
	padding: 5px 10px;
	position: relative;
}
#menu ul a:hover {
	color:#fff;
	background: #BEBE76;
	border: solid 2px #BEBE76;
	border-style: outset;
}
.metody {
	width: 750px;
	color: navy;
	margin: 3px;
	padding: 3px;
	font-family: arial;
	font-size: 14px;
	display: block;
	float: left;
	text-align: justify;
}
td {
	margin: 3px ;
	padding: 7px;
	width: 50%;
}
.nag {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 2px;
	padding: 2px;
	text-shadow: 2px 2px 3px #888;
}
.porady {
	width: 800px;
	color: navy;
	margin: 3px;
	padding: 3px;
	font-family: arial;
	font-size: 14px;
	display: block;
	float: left;
	text-align: justify;
}
.contakt {
	width:800px;
	height: 300px;
	text-align: center;
	font-weight: bold;
	
	color: navy;
	font-size: 16px;
}
.cennik {
	width: 800px;
	text-align: center;
	margin: 20px auto;
}
.cennik table {
	width: 600px;
	font-size:16px;
	color: navy;
	font-family: arial;
}
.cennik td {
	width: 33%;
	/*border-top: 1px solid red;
	border-left: 1px solid green;
	border-right: 1px solid grey;
	border-bottom: 1px solid blue;*/
	
}
#naglowek_tabeli {
	border-bottom: 1px solid blue;
	font-weight: bold;
	font-size: 16px;
	color: navy;
	font-family: arial;
	text-shadow: 2px 2px 3px #888;
	line-height: 10mm;
}
#stopek_tabeli {
	border-bottom: 1px solid blue;
	border-top: 1px solid blue;
	line-height: 10mm;
	text-align: left;
}






/*J Query*/
.pics {
   /* wartości te powinny być conajmniej takie jak rozmiary zdjęć */
   height: 200px; /* szerokość elementu HTML gdzie osadzone są zdjęcia */
   width: 250px; /* wysykość elementu HTML gdzie osadzone są zdjęcia */
   padding: 2px;
   margin: 3px ;
   position: absolute;
   top: 350px;
   left: 950px;
   border: none;
}
.pics img {
   padding: 0px;
   border: 0px solid #ccc;
   background-color: #eee;
   /* rozmiary zdjęć */
   width: 163px; /* szerokość wyświetlanych zdjęć */
   height: 230px; /* wysokość wyświetlanych zdjęć */
   top: 0;
   left: 0
} 
.stopka a:link {
	text-decoration: none;
	color: navy;
	font-style: italic;
}
 
.stopka {
	width: 97%;
	clear: both;
	text-align: center;
	margin: 50px auto;
	border-radius: 5px;
	background-color: #eaeaea;
	color: #929292;
	padding: 5px;
	position: ; left: 0px; top: 900px;
	font-family: courier, sherif;
	font-size: .7em;
}
/* lightbox, pod żadnym pozorem nie kasować */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #AAA; } 
