body {
	margin: 0;
	padding: 0;
	background:url(../img/bg2.jpg) repeat-x #8baaac;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e2ebf1;
}
a {
	color: #fcfcbc;
	text-decoration:none;
	font-size: 12px;
}
a:hover {
	color: #b8d6e5;
	text-decoration: none;
	font-size: 12px;
}
p,span,div {
	margin: 0px;
	padding: 0px;
}
p {
	text-align: justify;
	line-height: 18px;
	padding:  5px 10px 5px 10px;
	overflow: hidden;
}
img {
	border: 0px;
}

td {
	border:1px solid #96a4aa;
	
}
th {
	border:1px solid #96a4aa;
	
}
tr {
	border:1px solid #fff;
	
}
table {
	margin: 15px;
	border:1px solid #fff;
}

h1 {
	font-size: 14px;
	color:  #fcfcbc;
	font-weight: bold;
	text-align: left;
	margin: 5px 20px 0 10px;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #fcfcbc;
}
h2 {
	font-size: 12px;
	color:  #fcfcbc;
	font-weight: bold;
	text-align: left;
	margin: 5px 20px 0 5px;
	padding: 5px;
}


h3 {
	font-size: 12px;
	color:  #fcfcbc;
	font-weight: bold;
	text-align: left;
	margin: 5px 20px 0 5px;
	padding: 5px;
}
h4 {
	font-size: 12px;
	color: #fcfcbc;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0;
	
}
h5 {
	font-size: 14px;
	color:  #fcfcbc;
	font-weight: bold;
	text-align: left;
	margin: 0 20px 0 0;
	padding: 3px;
}


input, textarea {
  border: 1px solid #96a4aa;

}

/* classes */
.cyt {
	background:url(../img/cyt.gif) no-repeat;
	float: left;
	height: 160px;
	width: 474px;
}

.cyt_sg {
	background:url(../img/cyt_sg.gif) no-repeat;
	float: left;
	height: 160px;
	width: 474px;
}
.cyt_5r {
	background:url(../img/cyt_5r.gif) no-repeat;
	float: left;
	height: 160px;
	width: 474px;
}
.cyt_w {
	background:url(../img/cyt_w.gif) no-repeat;
	float: left;
	height: 160px;
	width: 474px;
}
.cyt_cs {
	background:url(../img/cyt_cs.gif) no-repeat;
	float: left;
	height: 160px;
	width: 474px;
}
.cyt_g {
	background:url(../img/cyt_g.gif) no-repeat;
	float: left;
	height: 160px;
	width: 474px;
}

.cyt_on {
	background:url(../img/cyt_on.gif) no-repeat;
	float: left;
	height: 160px;
	width: 474px;
}
.textcontent {
	width: 730px;
	height: auto;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 5px 15px 10px 20px;
	clear: left;
}

.centruj {
	margin: 0 0 0 25px;
	padding: 0px 0px 0px 25px;
	clear: left;
}
.baner {
	margin: auto;
	padding: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}


/* id */ 

#container {
	width: 761px;
	height: auto;
	margin: auto;
	overflow: hidden;
	}

#top {
	width: 761px;
	height: 261px;
}

#content {
	width: 761px;
	height: auto;
	margin: 0;
	text-align: left;
	background:url(../img/bg_c.jpg) repeat-x #5f7783;
	overflow: hidden;
}

#menu {
	width: 262px;
	height: 248px;
	margin : 0;
   padding : 0;
	float: left;
	background:url(../img/menu3.gif) no-repeat;
	
}
#menu ul {
    list-style-type:none;
	margin: 10px 0 0 60px ;
	padding: 0;
}
#menu li {
	padding: 8px 0px 0 30px;
	
}
#menu a {
	color: black;
	font-size: 12px;
	font-weight: normal;
}
#menu a:hover {
	color: #2f3a40;
	font-size: 12px;
	font-weight: normal;
}

#footer {
	background:url(../img/stopka.jpg) no-repeat bottom;
 	width: 761px;
 	height: 168px;
	clear:both; 
}
#footer p {
	text-align: right;
	margin: 10px 20px 0 0;
	padding: 140px 20px 0 0;
	font-size: 11px;
}
#footer .vision  {
	color: #fcfcbc;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#footer .vision:hover {
	color: #f6f6db;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
	
/* galeria */

#lightbox{	
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
} /* pozycja okienka zostaje */


#lightbox img{ 
	width: auto; 
	height: auto;
} /* wielkosc wyswietlanego zdjecia najlepiej auto by dopasowala sie do ramki  */


#lightbox a img{ 
	border: none; 
} /* border dla jpg close nie dodajemy  */


#outerImageContainer{
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
 } /* kolor ramki od gory odleglosc stopki ramki od zdjecia*/
 
 
#imageContainer{ 
	padding: 10px; 
} /* szerokosc ramki wokul zdjecia */


#loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%;
	text-align: center; 
	line-height: 0; 
} /* pozycja znaczka logowania */


#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
} /*połoznie strzalek nastepna poprzenia gora dol i resztazostje tak jak jest*/


#imageContainer>#hoverNav{ 
	left: 0;
} /* polozenie strzalek nastepna poprzednia prawo lewo */

#hoverNav a{ 
	outline: none;
} /* linie na obrazku nie ruszamy */


#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;
} /* umieszczenie strzalek */


#nextLink { 
	right: 0; 
	float: right;
} /* umieszczenie strzalek */

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
} /* strzalki poprzenie */

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
} /* strzalki nastepne */


#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: #000; 
} /* podpis pod zdjeciem 1 z 10 kolor i odleglosc od lewej*/

#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#imageData #caption{ 
	font-weight: bold;	
}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}	/* zmieniamy szerokosc ramki po powiekszeniu w dol */
		
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	/* obwoluta powiekszonego zdjecia  */


#overlay{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
 } /* kolor backgrud pod powiekszonym zdjeciem , i umieszczenie calosci na stronie  */
 	
.foto {
	border: solid 2px #fff; 
	margin: 30px 20px 0px 5px;
	
 }
 
 .fotoprawo {
	border: solid 2px #fff; 
	margin: 10px 10px 0px 10px;
	float: right;
	
 }
 .fotoprawo2 {
	margin: 10px 10px 0px 10px;
	float: right;
	
 }
 .fotolewo {
	border: solid 2px #fff; 
	margin: 10px 10px 0px 10px;
	float: left;
	
 }
 .galeria {
	width: 750px;
	height: auto;
	overflow: hidden;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	clear: left;
	
 }
