BODY  {
	font-family : tahoma, veranda, helvetica, arial;
	color : Black;
	font-size : 10pt;
}

FONT  {
	font-family : tahoma, veranda, helvetica, arial;
	font-size : 10pt;
}

H2.jasnytekst  {
	font-family : tahoma, veranda, helvetica, arial;
	color : White;
	font-size : 15pt;
}

P  {
	font-family : tahoma, veranda, helvetica, arial;
	color : White;
	font-size : 10pt;
}

P.tytul  {
	font-family : tahoma, veranda, helvetica, arial;
	color : Red;
	font-size : 12pt;
}

P.naglowek  {
	font-family : tahoma, veranda, helvetica, arial;
	font-size : 15pt;
	color : #FBF8B3;
	text-decoration : underline;
}

P.naglowek2  {
	font-family : tahoma, veranda, helvetica, arial;
	font-size : 12pt;
	color : #D6C6AD;
	text-decoration : underline;
}

P.uwaga  {
	font-size : 8pt;
	font-family : tahoma, veranda, helvetica, arial;
	color : Silver;
}

P.uwaga_copy  {
	font-size : 8pt;
	font-family : tahoma, veranda, helvetica, arial;
	color : #808080;
	text-align: justify;
}

P.wstep1  {
	font-family : tahoma, veranda, helvetica, arial;
	color : White;
	font-size : 10pt;
}

P.wspomnienia  {
	font-family : tahoma, veranda, helvetica, arial;
	color : Black;
	font-size : 10pt;
}

FONT.tytul1  {
	font-family : tahoma, veranda, helvetica, arial;
	font-size : 14pt;
	color : #FBF8B3;
	text-decoration : underline;
	text-align: center;
}

FONT.tytul2  {
	font-family : tahoma, veranda, helvetica, arial;
	font-size : 12pt;
	color : #FBF8B3;
	text-decoration : none;
}

FONT.tytul3  {
	font-family : tahoma, veranda, helvetica, arial;
	font-size : 10pt;
	color : #FBF8B3;
	text-decoration : none;
}

BR  {
	font-family : tahoma, veranda, helvetica, arial;
	color : White;
}

A  {
	color : #FFC261;
	text-decoration : none;
	font-family : tahoma, veranda, helvetica, arial;
}

A:active  {
	font-family : tahoma, veranda, helvetica, arial;
	color : #FFC261;
}

A:hover  {
	font-family : tahoma, veranda, helvetica, arial;
	text-decoration : underline;
}

A:visited  {
	font-family : tahoma, veranda, helvetica, arial;
	color : #E18C07;
}

A.tabela  {
	color : #960000;
	text-decoration : none;
	font-family : tahoma, veranda, helvetica, arial;
}

A.tabela:visited  {
	font-family : tahoma, veranda, helvetica, arial;
	color : #7A7A7A;
}

A.tabela:hover  {
	font-family : tahoma, veranda, helvetica, arial;
	text-decoration : underline;
}

TABLE	{
	empty-cells: hide;
}

TD  {
	font-size : 10pt;
}

TD.naglowek  {
	font-size : 10pt;
	color : White;
	font-style : bold;
	background-color: #AE8860;
	text-align: center;
	empty-cells: hide;
}

TD.ulice  {
	font-size : 10pt;
	color : White;
	font-style : bold;
	background-color: #F0EBD8;
	text-align: center;
	vertical-align: top;
}

TD.tresc  {
	font-size : 10pt;
	background-color: #F0EBD8;
}

TD.opis  {
	font-size : 8pt;
	background-color: #F0EBD8;
	text-align: center;
}

TD.opis2  {
	font-size : 8pt;
	background-color: #F0EBD8;
}

TD.tab_txt  {
	background-color: #000000;
	font-family : tahoma, veranda, helvetica, arial;
	color : White;
	font-size : 10pt;
}

TD.ogloszenie  {
	background-color: #FFFFB5;
	font-family : tahoma, veranda, helvetica, arial;
	color : Black;
	font-size : 8pt;
	text-align: center;
}

TD.ogloszenie2  {
	background-color: #FFC080;
	font-family : tahoma, veranda, helvetica, arial;
	color : Black;
	font-size : 8pt;
	text-align: center;
}

TD.wspomnienia  {
	background-color: #F4F4F4;
	font-family : tahoma, veranda, helvetica, arial;
	color : Black;
	font-size : 10pt;
	text-align: justify;
}

DIV.lewo	{
	position	:	center; 
	left		:	5px; 
	width		:	140px; 
	padding-top	:	0px;
	}

  #navcontainer 
  {
  background: black;
  width: 95%;
  margin: 5;
  font-family: calibri, tahoma, verdana, sans-serif;
  text-align: center;
  }
  
  ul#navlist 
  {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  }
  
  ul#navlist li 
  {
  display: block;
  margin: 0px;
  padding: 2px;
  }
  
  ul#navlist li a 
  {
  display: block;
  width: 100%;
  padding: 0.2em 0.1em 0.2em 0.2em;
  border-width: 1px;
  border-color: #DEB887;
  border-style: solid;
  color: #555;
  text-decoration: none;
  background: #F0EBD8;
  }
  
  #navcontainer>ul#navlist li a 
  { 
  width: auto; 
  }

  ul#navlist li#active a 
  {
  background: #AE8860;
  color: #800000;
  text-align: right; 
  padding-right: 5px; 
  }

  ul#navlist li a:hover, ul#navlist li#active a:hover 
  {
  color: #800000;
  background: #E7D6AD;
  border-color: #aaab9c #fff #fff #ccc;
  }
  
  
  #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(img/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
