body 
{
	color: black;
	font-family: "Arial";
	font-size: small;
	text-align: justify;
	padding: 0;
	background: #E1F1FF;
}

img
{
	border: 0px;
	float: right;
}

p.tekst
{
	margin: 0px 129px;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background: white; 
	text-indent: 30px;
}

p.tekst2
{
	margin: 0px 129px;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background: white; 
}

p.tekst3
{
	margin: 0px 129px;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background: white;
	text-align: right;
}

p.tytuly
{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 129px;
	padding: 0px 30px;
	background: white; 
}

#CALOSC 
{
	width: 780px;
	margin: auto;
}

#BANNER 
{
	background-color: #E1F1FF;
	background-image: url(Obrazki/banner.PNG);
	width: 780px;
	height: 190px;
	border: 2px solid black;
}


#TRESC 
{
	width: 780px;
	overflow: hidden;
	float: left;
	background-color: white;
	border: 2px solid black;
	border-top:none;
}

#MENU
{
	width: 780px;
	height: 26px;
	clear: none;
	background: white;
	border-bottom: 2px solid black;
	text-align: center;
}

#KONTAKT
{
	background: #EDEEEE;
	border-right: 2px solid;
	border-bottom: 2px solid;
	float: left;
	margin-right: 30px;
	height: 200px;
	width: 129px;
}

#INFO
{
	background: #EDEEEE;
	border-left: 2px solid;
	border-bottom: 2px solid;
	float: right;
	margin-left: 30px;
	height: 200px;
	width: 129px;	
}

#STOPKA 
{
	width: 780px;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	background-color: #EDEEEE;
	float: none;
   clear: none;
}

#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(Obrazki/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(Obrazki/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(Obrazki/nextlabel.gif) no-repeat right 15%; }


#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;
}


a.zwykly 
{
	color: #1F6ED5;
	text-decoration: none;
}

a.zwykly:hover 
{
	color: gray;
	text-decoration: none;
}

p.tresc
{
	margin: 15px;
}

p.stopka
{
	font-size: 10px;
	text-align: center;
}

p.kontakt
{
	font-size: 10px;
	padding: 0px 0px;
}

p.kontakt2
{
	font-size: 10px;
	padding: 0px 5px;
}

h4
{
	font: "Arial";
	text-align: center;
	padding: none;
	margin: none;
}

img.mini
{
	border: none;
	padding-right: 6px;
	padding-top: 6px;
}

p.ogolny
{
	text-align: center;
   margin: 10px;
	overflow: hidden;
	background-color: white;
	padding: 20px 35px;
}

ul, ul li
{
   font-family: Arial;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul 
{
	float: left;
	text-align: center;
	background-color: white;
}

ul li {
	width: 128px;
	display: block;
	white-space: nowrap;
	float: left;
	border-right: 2px solid #000;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: white url("Obrazki/tlo.png") no-repeat;
	color: black;
	padding:5px 12px;
}

ul a:hover {
	color: black;
	text-decoration: underline;
	background: #81B9F8 url("Obrazki/tlo2.png") no-repeat;
}


