html, body {
	background-color: #eeeeee;

  margin: auto;
	padding: auto;
}

#cover {
width:100%;
height:123px  ;
background-color: #000000;
padding-bottom: 10px;
}

#strona { 	
	background-image: url(images/tlo.jpg);
	background-repeat:  repeat-x;
  width:100% ;
	height:901px  ;
  background-color: #eeeeee;
	
}

#top { 	
  width: 640px;
	height:  94px;
  background-color: #000000;
	background-image: url(images/top.jpg) no-repeat;
	
}

#srodek { 	
  width: 640px;
	height:  383px;
  background-color: #000000;
	
}

#lewa { 	
  width: 161px;
	height:  383px;
  background-color: #;
	background-image: url(images/lewa.jpg);
	float: left;
}

#prawa { 	
  width: 479px;
	height:  383px;
  background-color: #ffffff;
	float: left;
}

#prawa2 { 	
  width: 479px;
	height:  383px;
  background-color: #ffffff;
	float: left;
	overflow: auto;
	
}

#banner { 	
  width: 479px;
	height: 88px;
  background-color: #000000;
	background-image: url(images/banner.jpg);
	
}

#content { 	
  width: 479px;
	height:  295px;
  background-color: #000000;
	background-image: url(images/content.jpg);
	overflow: auto;
}

#stopka { 	
  width: 640px;
	height:  92px;
  background-color: #ffffff;
	background-image: url(images/stopka.jpg);
}

#stopka2 { 	
  width: 640px;
	height:  40px;
  background-color: #eeeeee;
	}

#stopka3 { 	
  width: 640px;
	height:  auto;
  padding-top:10px ;
	}

ul.menu ,ul.menu li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 200%;
        width: 160px;
text-align: left;
font-size: 13px;
font-family: Verdana, Tahoma, Arial ;

 }
 
 ul.tresc, ul.tresc li {
 list-style: square;
	text-align: justify;
font-size: 10px;
font-family: Verdana, Tahoma, Arial ;
padding-right:5px;	
}
 
ul.menu li {
	background: url(images/menu1.jpg) repeat-x left top;
	padding-left: 25px;
}

ul.menu li a:hover {
	padding-left: 2px;
color:#a22b2f;
	}

ul.menu {
   width: 160px;
   padding-left: 0px;
padding-top: 10px;
	 font-weight: bold;
}

ul.menu a:link, ul a:visited  {
   display: block;
   text-decoration: none;
   color: #000000;
}

ul.menu a:active  {
   display: block;
   text-decoration: none;
   color: #000000;
   font-weight: bold;
}

h1 {
padding-top: 10px;
padding-left: 10px;
text-align: left;
font-size: 16px;
font-weight: bold;
font-family: Verdana, Tahoma, Arial ;
}

p.content {
padding-left: 10px;
text-align: justify;
font-size: 11px;
font-family: Verdana, Tahoma, Arial ;
padding-right:10px;	
}

p.glowna {
padding-left: 10px;
text-align: justify;
font-size: 10px;
font-family: Verdana, Tahoma, Arial ;
padding-right:10px;	
}

p.kluczowe {
padding: 0 10 0 10;
text-align: justify;
font-size: 9px;
font-family: Verdana, Tahoma, Arial ;
color: 676767;
}

address {
padding-left: 30px;
text-align: justify;
font-size: 11px;
font-family: Verdana, Tahoma, Arial ;
padding-right:10px;	
font-weight: bold;
}

a.linki:link ,a.linki:visited {
padding-left: 5px;
text-align: left;
font-size: 11px;
font-family: Verdana, Tahoma, Arial ;
color: #000000;
text-decoration: none;}


#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; }



