/* CSS Document */

body
{
  text-align:center;
  background-color: #eeeeee;
}
div.layout
{
  margin: 0 auto 0 auto;
  width:900px;
  /*border-width:1px 1px 1px 1px;
  border-style:solid;*/
  background-color: #eeeeee;
}
div.naglowek
{
  width:900px;
  background-image: url("../picts/banner2.jpg");
  background-repeat: no-repeat;
  height:197px;
}
div.menu_gora
{
  width:900px;
  height:45px;
  text-align:right;
  
  border-width:0px 0px 2px 0px;
  border-style:solid;
  color:#134463;
  background-image: url("../picts/menu_tlo.jpg");
  background-repeat: repeat-x;
  margin-bottom:0px;
}
.menu_gora a
{
  color:#134463;
  font-size:12pt;
  font-family:trebuchet ms;
  font-weight:bold;
  text-decoration:none;
  margin-right:25px;
  margin-left:5px;
  cursor:pointer;
  /*padding-top:5px;
  margin-top:10px;*/
}
.menu_gora a:hover
{
  color:#000000;
}
.menu_gora img
{
  text-decoration:none;
  border-width:0px 0px 0px 0px;
  margin-top:10px;
  
}
div.srodek
{
  width:900px;
  margin-left:0px;
  margin-right:0px;
}
div.menu
{
  width: 200px;
  float:left;
  margin-top:10px;
}
div.menul_gora
{
  background-image: url("../picts/menul_gora.gif");
  background-repeat: no-repeat;
  height:24px;
  width: 200px;
}
div.menul_srodek
{
  text-align:center;
  background-image: url("../picts/menul_srodek.gif");
  background-repeat: repeat-y;
  width: 200px;
}
.menul_srodek strong
{
  font-size:24pt;
  color:#124363; 
  font-family:trebuchet ms;
}
.menul_srodek a 
{
  text-decoration:none;
  color:#000000;
  font-size:12pt;
  font-weight:bold;
 /* margin:5px;*/
  cursor:pointer;
  padding-left: 10px;
}
.menul_srodek a:hover
{
  color:#124363;
  
}
.menul_srodek img
{
  margin-left:20px;
  
}
div.menul_text
{
  width:150px;
  text-align:justify; 
  border-width:0px 0px 1px 0px; 
  border-style:solid;
  border-color:#356aa0;
  margin-left:auto; 
  margin-right:auto;
  padding-top:5px; 
  padding-bottom:5px;
}
div.menul_dol
{
  background-image: url("../picts/menul_dol.gif");
  background-repeat: no-repeat;
  height:30px;
  width: 200px;
}
/*div.sponsorzy
{
  width: 200px;
}
*/
div.sponsorzy img
{
  text-decoration:none;
  border-width:0px 0px 0px 0px;
  border-style:solid;
  text-align:center;
  margin-top:10px;
}
div.tresc
{
  width:685px;
  margin-top:10px;
  padding: 10px 0px;
  margin-left:200px;
  border-width:0px 0px 2px 0px;
  border-style:solid;
  border-color:#154462;
  font-size: 13pt;
}

.tresc h2
{
  color:red;
}

.tresc h4
{
  color:#FF6600;
}
.tresc a
{
  text-align:justify;
  text-decoration:none;
  color:#124363;
}
.tresc a:hover
{
  text-decoration:underline;
}
.tresc p
{
  text-align:left;
  text-indent:20pxp;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom:10px;
  padding-top:10px;
  
}

.tresc ul
{
  text-align:left;
  list-style-type:none;
  padding-left:20px;
}
.tresc img
{
  border-width:0px 0px 0px 0px;
  border-style:solid;
  padding-right: 10px;
}
div.title
{
  text-align:left;
  font-size:24pt;
  font-weight:bold;
  color:#154462;
  border-width:0px 0px 2px 0px;
  border-style:solid;
  padding-left:20px;
  padding-top:20px;
  font-family:trebuchet MS;
}
span#message {
  color:red;
  font-size:15pt;
  text-align:center;
}
div.footer
{
  width:900px;
  margin-top:40px;
  margin-bottom:0px;
  padding-top:10px;
  height:40px;
  font-size:12pt;
  background-image: url("../picts/menu_tlo.jpg");
  background-repeat: repeat-x;
  float:left;
}
.footer a
{
  color:#154462;
  text-decoration:none;
  font-weight:bold;
  padding-left: 10px;
  padding-right: 10px;
  border-width:0px 0px 0px 1px;
  border-style:solid;
}
.footer a:hover
{
  color:#000000;
}

/*lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; border-width: 0px 0px 0px 0px; border-style:solid; text-decoration:none;}
#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; }

