/*

		(C) 2007 Net-Lab.pl / Preklamowa.pl
		Jakub Pomorski ( poma@net-lab.pl )

		==> Warstwy

*/

#wout {
	display: table-cell;
	vertical-align: top;
}

#win {
	border: 0;
	padding: 0;
	color: #5b5758;
	width: 757px;
}

#wtop {
	top: 0;
	left: 0;
	width: 757px;
	height: 324px;
	display: block;
	position: relative;
	text-align: center;
	border: 0;
	background: #fff url('../lay/wtop.jpg') no-repeat top left;
	z-index: 5;
}

#wleft {
	top: 323px;
	width: 231px;
	height: 360px;
	display:  block;
	position: absolute;
	text-align: left;
	border: 0;
	background: #fff url('../lay/wleft2.jpg') no-repeat top left;
	z-index: 15;
}

#wmain {
	top: 0 /*324px*/;
	left: 0;
	width: 757px;
	display: block;
	position: relative;
	text-align: justify;
	background-color: #fff;
	z-index: 10;
	border: 0;
}

#wfoot {
	width: 772px;
	height: 100px;
	display: block;
	position: absolute;
	text-align: left;
	border:0;
	background: #fff url('../lay/wfoot.jpg') no-repeat top center;
	z-index: 15;
	padding:0;
	top: 834px;
}

#Li,
#Ri,
#Lf,
#Rf {
	position: absolute;
	border:0;
	z-index: 20;
}

#Li,
#Ri {
	display: block;	
	top: 9px;
	color: #fff;
	font-size: 11px;
}

#Lf,
#Rf {
	display: inline;
	top: 40px;
	padding-bottom: 30px;
}

#Li,
#Lf {
	float: left;
	text-align: left;
	left: 20px;
}

#Li { left: 50px; }

#Ri,
#Rf {
	float: right;
	text-align: right;
	right: 29px;
}

