* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: #fff;
	color: #666666;	
	text-align: center;		
}

a {
	background: inherit;
	color: #003495; 
}
a:hover {
	background: inherit;
	color: #bad6ff;
}

h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #003495;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}
h4 { font-size: 1.0em; text-transform: none; color: #CCC0;}

#srodek h1, #prawa h1 {
	padding: 10px 0 5px 5px;
	margin: 0 10px 0 10px;
	border-bottom: 0.5px solid #e3eeff; 	
}	
#lewa h1 {
	padding: 10px 0px 5px 0px;
	background: url(images/square_arrow.bmp) no-repeat 2px 8px;
	margin: 0;
	text-align: center;
}

#lewa h2 {
	padding: 10px 0px 5px 0px;
	background: url(images/square_arrow.bmp) no-repeat 2px 8px;
	margin: 0;
	text-align: center;
}
p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #EC981F;	
}
ul span, ol span {
	color: #666666;
}

img {
	border: 0px solid #eeeeee;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #eeeeee;
}
a:hover img {  
  border: 1px solid #cee2ff;
}

#struktura {
	margin: 0 auto;
   width: 850px;  	
	text-align: left;		
	background: #FFF;	
}
#strona-struktura {
	clear:both;
   margin: 0; padding:0;
	width: 850px;	
}

#naglowek {
	position: relative;
	margin-top: 15px;
	background: url(images/headerbg-orange-gl.jpg) repeat-x 0% 0%;
	height: 150px;	
}

#srodek h1 {
	font: 'Trebuchet MS', Tahoma, Sans-serif;
}
#srodek a {
	text-decoration: none;
	background: inherit;
	color: #79a4ff; 
}
#srodek a:hover {
	text-decoration: underline;
	background: inherit;
	color: #79a4ff; 
}

#srodek {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 77%;	
}

#lewa {
	float: left;
	width: 20%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#lewa ul.menu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;	
	text-decoration: none;
}
#lewa ul.menu li {
	color: #666666;
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 5px 2px 0px;	
}

* html body #lewa ul.menu li { height: 1%; }

#lewa ul.menu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

#prawa {
	float: left;
	width: 19%;
	padding: 0;	margin-left: 10px;
}
#lewa a img {  
  border: 1px solid #bad6ff;
}
#lewa a:hover img {  
  border: 1px solid #f2f200;
}

#stopka {
	clear: both;
	position: bottom;
	padding: 15px 0 0 0;
	background: #ffffff;
	height: 20px;	
}
#stopka a {
	text-decoration: none;
	color: #79a4ff; 
}
#stopka a:hover {
	text-decoration: underline;
	color: #79a4ff; 
}

.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* lightbox */
#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: #000; }



