@charset "utf-8";
body {
	font: 100% Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #produkt {
	float: left;
}

.oneColFixCtr #katalog {
	background-color: #FFFFFF;
	width: 800px;
	height: 470px;
}

.oneColFixCtr #pl {
	float: left;
}
.oneColFixCtr #flashcontent {
}

.oneColFixCtr #banner {
	width: 800px;
	height: 337px;
}
.oneColFixCtr #stopka {
	background-image: url(stopka.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
	height: 70px;
}
.oneColFixCtr #produktl {
	background-image: url(produktleft.png);
	width: 11px;
	height: 410px;
	float: left;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right;
}
.oneColFixCtr #produktc {
	background-image: url(produktcenter.png);
	height: 410px;
	width: 155px;
	float: left;
	padding-left: 10px;
	background-repeat: repeat-x;
}
.oneColFixCtr #koszyk {
	background-image: url(koszyk.png);
	width: 33px;
	height: 27px;
	float: left;
}





.oneColFixCtr #uk {
	float: left;
}
.oneColFixCtr #pobierz {
	float: right;
}



.oneColFixCtr #mainContent {

}
.oneColFixCtr #produktr {
	background-image: url(produktright.png);
	width: 11px;
	height: 410px;
	float: left;
}
