body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	background: black url(menu.jpg); background-position: top left; background-repeat: repeat-y; width: 100%; 
}
div#jezyk {
	position: absolute;
	right: 50px;
	top:160px;
	height: 30px;
	border: none;
	margin: 0;
	padding: 0;
}
a#jezyk {
	text-decoration: none;
	color: white;
}
/*
a#jezyk:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
}
a#jezyk:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
}
a#jezyk:hover, a#jezyk:active { 
	text-decoration: none; 
	color: white;
}
 */
div#container {
	position: relative;
	min-height: 582px;
	background: #CCCCCC;
	min-width: 750px;
	max-width: 1000px;
	margin: 0 0 0 250px;
}
div#nawigacja {
	position: absolute;
	top: 0px ;
	bottom: 0px ;
	left: 0px ;
	width: 250px;
	margin: 0px;
}
div#topic {
	position: relative;
	width: 200px;
	margin: 10px;
}
ul#topic a {
	color: maroon;
	display: block;
	padding: 2px;
}
div#content {
	margin: 3px 50px 30px 25px;
	background: #CCCCCC;
	min-height: 700px;
}
div#header {
	background: #CCCCCC;
	padding: 0;
	border-bottom: 1px solid gray;
	margin: 0px 0px 3px 2px;
	height: 100px;
}
div#header_zdjecia {
	background: #CCCCCC;
	padding: 0;
	margin: 0px 0px 3px 0px;
	background-image: url(header_zdjecia02.jpg); background-position: left; background-repeat: repeat-x; height:100px ;
}
div#header_d {
	background: white;
	padding: 0;
	margin: 0px 0px 3px 2px;
	height: 20px;
	background-image: url(header_d.jpg); background-position: top left; background-repeat: no-repeat; height: 20px;
}
div#footer {
	position: relative;
	background: #CCCCCC;
	padding: 5px;
	border-top: 1px solid gray;
	margin: 3px 0 0 2px;
	min-height: 60px ;
}
div#header {
	border-right: none;
	border-left: none;
}




div#lista {
	position: relative;
	margin: 150px 43px 50px 40px;
	background: transparent;
}
ul#lista {
	background: transparent;
	list-style: none;
	padding: 0px;
	width: 100%;
	margin:auto;
}
ul#lista li {
	margin: auto;
	padding: 8px;
	border: 1px solid #C0C0C0;
}
ul#lista a {
	color: black;
	text-decoration: none;
	display: block;
	height: 100%;
	text-align: center;
	padding: 2px;
	border: 2px solid #cc3333;
}
ul#lista li:hover {
	background: #8e8e8e;
}
li#active {
	color: white;
	background: #DCDCDC;
}





h6 {
	margin: 0;
	font-weight: normal;
}
h1#header {
	color: black;
	text-align: center;
	font-size: 30pt;
	font-weight: bold;
	margin: 0;
}
a {
	color: maroon;
	font-weight: bold;
}
a:visited {
	color: gray;
}
li {
	text-align: justify;
}
p {
	text-align: justify;
}
hr {
	margin: 10px 0 10px 0;
	color: orange;
}



.center {
	text-align: center;
}
.center0 {
	text-align: center;
	margin: 0;
}
.center_big {
	text-align: center;
	font-size: larger;
}
.right {
	text-align: right;
}
.center_red {
	text-align: center;
	color: #cc0000;
}
.uwaga {
	color: red;
	font-style: italic;
}
.uwaga0 {
	color: red;
	font-style: italic;
	margin:0;
}
.podpis {
	margin: 0;
	font-weight: bold;
	text-align: right;
	font-style: italic;
	color: #CC6633;
}
.zwykly {
	font-weight: normal;
	color: black;
}
.data {
	font-weight: bold;
	color: red;
	text-align: right;

}
.paragraf {
	list-style: none;
	text-indent: -50px;
	font-weight: bold;
	color: gray;
}
h2 {
	text-indent: 0;
	color: black;
}
.wyroznione {
	font-size: larger;
}
.proza {
	margin: 0;
	text-align: justify;
}
.smaller {
	font-size: smaller;
}
.wyroznione_red {
	font-size: larger;
	color: red;
}

/*Poczatek styli 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) no-repeat left 15%;}
#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; }

/* Koniec styli lightbox */