body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(img/headf.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 900px;
	height: 170px;
	margin: 0px auto 0px auto;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}
#bline {
	width: 100%;
	background-color: #000000;
	height: 6px;
	font-size: 1px;
	margin-bottom: 12px;
}
#menu {
	width: 900px;
	height: 30px;
	margin: 0px auto 0px auto;
}
#menu div {
	width: 759px;
	height: 30px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	float: left;
}
#menu div div {
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 9px;
	font-size: 1.1em;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
#menu span {
	display: block;
	width: 141px;
	height: 30px;
	background-image: url(img/outlet.png);
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
}
#main {
	width: 900px;
	margin: 0px auto 0px auto;
}
#footer {
	width: 900px;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer div {

}

#lcol {
	float: left;
	width: 200px;
	padding-top: 6px;
}
#cont {
	float: right;
	width: 690px;
}
#rcol {
	float: right;
	width: 200px;
	padding-top: 6px;
}
#mcol {
	float: left;
	width: 480px;
	text-align: left;
}

div.bh {
	width: 200px;
	background-image: url(img/bs.png);
	background-repeat: no-repeat;
}
div.bh div {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #5A7723;
	width: 170px;
	margin: 0px auto 0px auto;
	color: #5A7723;
	font-weight: bold;
	text-align: left;
}
div.bt {
	width: 200px;
	background-image: url(img/be.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.btt {
	width: 170px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.b {
	width: 200px;
	background-image: url(img/bf.png);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
div.popisreklamygen {
	margin-bottom: 10px;
}
td.bx {
	background-image: url(img/box.png);
	background-repeat: no-repeat;
	height: 153px;
}
table.home {
	width: 100%;
	border: 0px;
}

img.tit {
	float: left;
	margin-right: 6px;
}

table.gal {
	width: 100%;
	border: 0px;
}
table.gal td {
	padding: 8px;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}

@media print {
 #header, #menu, #footer, #lcol, #rcol {
	display: none;
 }
 #main, #cont, #mcol {
	float: none;
	width: 100%;
 }
}

