body 	{
    background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
    text-align: justify;
	font-family: tahoma, verdana;
	font-size: 8pt;		
}

#main 	{
        margin: 0 auto;
        position: relative;
        width: 886px;
	height: 750px;

}

#center {
	margin: 0 auto;
        position: relative;
        width: 794px;
	float:right;
}

#head 	{
        background: url(../img/02.jpg) no-repeat;
        width:794px;
        height:36px;
}
#content {
		width:794px;
		height:582px;
		background: url(../img/bcg.jpg) no-repeat;
}
#bott 	{
        background: url(../img/04.jpg) no-repeat;
        width:794px;
        height:32px;
}



#left 	{
        background: url(../img/01.jpg) no-repeat;
        width:50px;
        height:650px;
	float:left;	
}

#right 	{
        background: url(../img/05.jpg) no-repeat;
        width:42px;
        height:650px;
	float:right;
}
#menu {	
	color: #012659;
	font-family: tahoma,;
	font-size: 10pt;
	padding: 15px 35px 0 0;
	float: right;
	z-index: 16;
	position:relative;
	clear:left;
    }

#language {color: #cee0ff;
	font-family: tahoma, verdana;
	font-size: 7pt;
	width:120px;
	padding: 5px 0px 0 0;
	float: right;
	z-index: 10;
	position:relative;	
    }

#block_txt {
    width:764px;
	height: 150px;
	z-index: 8;
	position:relative;
	margin-left: 15px;
	margin-right: 15px;
	position:absolute;
	top: 475px;
}
#white_bcg {
	opacity: .70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	background-color:#FFFFFF;
    width:794px;
	height: 150px;
	z-index: 1;
	position:absolute;
	top: 467px;
	}	
a:link 	{
	color: #012659;
	text-decoration:none;
}
a:visited {
	color: #012659;
	text-decoration:none;
}
a:hover {
	color:#0000FF;
	text-decoration:none;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
.kontakt_block {
	width: 247px;
	float:left;
	text-align:left;
	margin-right: 10px;
	}
#kontakt_white_bcg {
	top: 410px; 
	height: 210px;
	opacity: .70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	background-color:#FFFFFF;
    width:794px;
	z-index: 1;
	position:absolute;
}
#niechorze_block_txt {
    width:734px;
	height: 150px;
	z-index: 8;
	position:relative;
	margin-left: 30px;
	margin-right: 30px;
	position:absolute;
	top: 155px;
}



/********************** galeria *********************/
#gallery {
	top: 100px;
	position:absolute;
	margin-left: 50px;
	}
#images {
	border:2px solid #9ac1c9; 
	height:225px; 
	background:#eef5f6; 
	margin-bottom:20px;
	}
#image {
	position:relative; 
	width:672px; 
	height:375px; 
	padding:5px; 
	border:1px solid #000; 
	background:#FFF url(../images/loading.gif) center center no-repeat;
	}
#image img {
	position:absolute; 
	top:5px; 
	left:5px;
	}
#thumbwrapper {
	margin-top:10px; 
	padding:5px 0; 
	width:682px; 
	height:100px; 
	border:1px solid #000; 
	background:#FFF;
	

	}
#thumbarea {
	position:relative; 
	overflow:hidden; 
	height:100px; 
	width:682px;
	}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	margin-top:0px;
	height:100px; 
	width:10000px; 
	border-right:5px solid #FFF;
	padding-left:0px;
	}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	margin-left: 0px;
	}
.imgnav {
	position:absolute; 
	height:375px; 
	width:20%;
	z-index:100; 
	height:375px; 
	width:20%; 
	z-index:100; 
	outline:none; 
	cursor:pointer;
	}
#previmg {
	left:0; 
	background:url(../images/left.gif) left center no-repeat; 
	border-left:5px solid #FFF;
	}
#previmg:hover {
	opacity:1; 
	filter:alpha(opacity=100);
	}
#nextimg {
	right:0; 
	background:url(../images/right.gif) right center no-repeat; 
	border-right:5px solid #FFF;
	}
#nextimg:hover {
	opacity:1; 
	filter:alpha(opacity=100);
	}
