
html, body
	{
	 margin: 0px;
	 padding: 0px;
	 font: 12px verdana, arial, helvetica, sans-serif;
	 text-align: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 background: #000000;
	 color: #ffffff
	}

img
	{
	 border: 0px;
	}

a, a:active, a:visited, a:hover
	{
	text-decoration: none;
	}

#a-maxer
	{
	 margin: 0px auto;
	 width: 950px;
	 background: #acc5ff;
	 color: #000000;
	 text-align: center;
	}

#a-logo
	{
	 width: 950px;
	 height: 100px;
	 background: #bcdef0;
	}

#a-logo a, a:active, a:visited
	{
	 color: #000000;
	}

#a-logo a:hover
	{
	 color: #ff0000;
	}

#a-top
	{
	 width: 950px;
	 height: 35px;
	 background: #abcdef;
	}

#a-top a, a:active, a:visited
	{
	 color: #000000;
	}

#a-top a:hover
	{
	 color: #ff0000;
	}

.toptext
	{
	padding: 8px 0px 0px 0px;
	}

#a-left
	{
	 float: left;
	 width: 190px;
	 text-align: center;
	}

#a-left p
	{
	 text-align: left;
	 padding: 10px;
	}

#a-left a, a:active, a:visited
	{
	 color: #000000;
	}

#a-left a:hover
	{
	 color: #ff0000;
	}

#a-main
	{
	 float: left;
	 width: 760px;
	 background: #bcdef0;
	 
	}

#a-main a, a:active, a:visited
	{
	 color: #000000;
	}

#a-main a:hover
	{
	 color: #ff0000;
	}

#a-main p
	{
	 text-align: justify;
	 text-indent: 20pt;
	 padding: 0px 10px 0px 10px;
	}

#a-footer
	{
	 clear: both;
	 width: 950px;
	 height: 30px;
	 background: #abcdef;
	}

#a-footer a, a:active, a:visited
	{
	 color: #000000;
	}

#a-footer a:hover
	{
	 color: #ff0000;
	}

.footertext
	{
	 padding-top: 7px;
	}

.center
	{
	text-align: center;
	}

.left
	{
	 text-align: left;
	}

.justify
	{
	text-align: justify;
	}

.padder10
	{
	 padding: 10px;
	}

table
	{
	border: 0px solid #0f0f0f;
	width: 100%;
	}



/* ustawienia skrptu galerii */
#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;  width: 250px; height: 250px; margin: 0 auto; background-color: #ffffff;} /* kolor ramki foto*/
#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:img/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(../img/lb-prev.png) left 10% no-repeat; } /* obrazek prev */
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lb-next.png) right 10% no-repeat; } /* obrazek next */

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; background-color: #ffffff; } /* kolor ramki tekstu*/

#imageData{	padding:0 10px; color: #ffffff; } /* kolor tekstu #666666 */
#imageData #imageDetails{ width: 69%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }			
#imageData #bottomNavClose{ width: 80px; float: right;  padding-bottom: 0.7em; outline: none; }	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000000; } /* kolor przykrycia strony */

