body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #D3DAD3;
}

#header {
	width: 1000px;
	height: 296px;
	margin: 0px auto 0px auto;
}
#header span {
	display: block;
	float: left;
	width: 346px;
	height: 296px;
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
#header div {
	display: block;
	float: right;
	width: 654px;
	height: 296px;
	background-image: url(/img/img.jpg);
	background-repeat: no-repeat;
}
#main {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url(/img/bck.jpg);
	background-repeat: repeat-y;
}
#footer {
	width: 1000px;
	height: 102px;
	margin: 0px auto 0px auto;
	background-image: url(/img/bottom.jpg);
	background-repeat: no-repeat;
}
#footer div {
	padding-top: 34px;
	color: #333333;
	font-size: 0.9em;
}
#footer a {
	color: #333333;
}

#lmenu {
	background-image: url(/img/lcols.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	margin-bottom: 10px;
}
#lmenu div.bt {
	margin-bottom: 5px;
}
#lmenu a {
	display: block;
	background-image: url(/img/m.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 5px 0px 6px 75px;	
}

#lcol {
	float: left;
	width: 298px;
}
#mcol {
	float: right;
	width: 702px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
#mcolx {
	width: 658px;
}

div.bt {
	width: 230px;
	margin: 0px auto 0px auto;
	text-align: left;
}
table.n {
	width: 100%;
	border: 0px;
}

div.pg {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
div.pg, div.pg td, div.pg select {
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
}

img.tit {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
table.p {
	width: 100%;
	border-bottom: 1px solid #8B181B;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
div.cenik {
	border: 1px solid #8B181B;
	padding: 13px;
	padding-left: 46px;
	margin: 4px;
	background-image: url(/img/pdf.gif);
	background-repeat: no-repeat;
}

@media print {
 #header, #footer, #lcol {
	display: none;
 }
 #main, #mcol, #mcolx {
	float: none;
	width: 100%;
 }
}

