div{
	/*border: 1px solid #000;*/
}

.window{
	margin: auto;
	width: 100%;
}

/* header */
.header{
/*position: absolute;*/
left: 50%;
	clear: both;
	overflow: hidden;
	
	height: 167px;
	margin: auto;
	text-align: center;
	
	border-bottom: 2px solid #FD3301;
}

.header .logo{	
	float: left;
	width: 160px;
	height: 167px;
}

.header .menu1{
	float: left;
	width: 786px;
	height: 20px;
	
	text-align: right;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 147px;
}

/* middle */
.middle{
	clear: both;
	overflow: hidden;
	position:center;
	
}	


.middle .content{
	float: left;
	overflow: hidden;
	display: block;
	
	width: 815px;
	height: 378px;
	margin-right: 8px; /* IE...*/
	  
	background: transparent url('./gfx/cont_sh_1.jpg') 807px 100% repeat-y;
}

.middle .main_window{
	overflow: hidden;
	float: left;
	
	width: 806px;
	
}

.middle .content .main_window .gorny_pasek{
	clear:both;
	height: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background: #999;
	
}

.middle .content .main_window .gorny_pasek .menu2{
	float: right;	
}

.middle .content .main_window .gorny_pasek .sciezka{
	float: left;
	
	color: #fff;

}

.middle .content .main_window .tekst{
	clear: left;
	
	background: #666 url('./gfx/tresc_bkg.jpg') repeat-x;
	text-align: justify;
	color: #fff;
	
	height: 340px;
	
	padding: 2px;
	padding-left: 20px;
	font-size: 0.75em;
}

.middle .cont_sh_2{
	clear: left;
	float: left;
	
	width: 806px;
	height: 9px;
	
	background: transparent url('./gfx/cont_sh_2.jpg') repeat-x;
}

.middle .cont_sh_3{
	
	position:absolute;
	top: 539px;
	left: 966px;
	
	
	width: 8px;
	height: 9px;
	
	background: transparent url('./gfx/cont_sh_3.jpg') no-repeat;
}



/* footer */
.footer{
   clear: both;
   overflow: hidden;
}

.foot_window{
	overflow: hidden;
	float: left;

	width: 806px;
}

.footer .foot_window .copyrights{
	font-size: 10px;
	height: 20px;
	color: #666666;
}





.left_spring{
	float: left;
	width: 160px;

}
.language{
	position:absolute;
	top: 546px;
	left: 950px;
	font-size: 10px;
	
	

}











