body {
	margin: 0px;
	background: url(bg.gif) repeat-y #F5E9B7;
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 12px; 
	color: #9d9478;
}

td {
	font-size: 11px;
}

.menu ul {
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	list-style: none;
	text-align: left;
  padding-bottom: 1px;
	padding-left: 2px;
	padding-top: 5px;

}
.menu li.first {
}
.menu li.last {
}
.menu li a {
	font-size: 11px; 
	font-family: tahoma, Arial, sans-serif; 
	color: #9F0628;
	font-weight: bold;
	text-decoration: none;
  padding-bottom: 7px;
	padding-left: 11px;
	padding-top: 5px;

}
.menu li a:hover {
	color: #71041D;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(menu.jpg) left no-repeat;
}

.content {
	margin: 20px 0px 0px 15px;
	width: 495px;
}
.content, .content td {
	color: #000000;
}
.content a {
	color: #9b080d;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
height: 22px;
padding-left: 60px;
	background: url(tytul.jpg) left top no-repeat;
	color: #9b080d;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
.content #sciezka {
	color: #9b080d;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #9b080d;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
.content #podmenu {
  height: 20px;
	clear: both;
	margin-bottom: 10px;
}
.content #podmenu ul {
	margin: 0px;
	padding: 0px;
}
.content #podmenu li {
	list-style: none;
	float: left;
	white-space: nowrap;
	padding-right: 5px;
	border-right: 1px solid #c44448;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #9b080d;
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	color: #9b080d;
	padding-top: 16px;
}

#katalogproduktowform .form .field { width: 150px; }
#katalogproduktow .list { width: 100%; }
.drukuj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9b080d;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
a.drukuj:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d66165;
	text-decoration: underline;
}


.noprint { display: block; }
.print { display: none; }

