html,body {
	margin: 0;
	padding: 0;
	background: #fff url('pic/bg.jpg') repeat-x;
}
html,body,table,td,p {
	font: 11px Tahoma,Verdana,Arial,sans-serif;
	color: #444;
}
.pnav {
	background: url('pic/pnavbg.jpg') repeat-x;
	padding: 2px 15px 0 25px;
}
.nagl {
	padding-top: 8px;
}
.mapa {
	padding: 20px 0;
	border-top: #fff solid 1px;
	background: #CBDED5;
}
p {
	margin: 0;
	padding: 0 0 10px;
}
a {
	color: #408466;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

.footer {
	border-top: #C6C6C6 solid 2px;
	margin-top: 10px;
	padding-top: 4px;
	color: #888;
}
.footer p {color: #888;}

h1 {
	font-size: 12px;
	color: #005C33;
	padding: 0 0 10px;
	margin: 0;
}

.produkty th,.produkt th {
	background: #2F7C5A;
	color: #fff;
	font-weight: bold;
}
.produkty td,.produkt td {
	background: #CADED5;
	font-weight: bold;
}
.produkty span {color: #777;}

.produkt th {text-align: left;}
.produkt td {text-align: center; font-weight: normal;}
.produkt th.puste {background: #fff;}
.produkt td.puste {background: #e1e1e1;}