body {
	margin: 0px;
	background: white;
	font-family: Arial, sans-serif; 
	font-size: 13px; 
	color: black;
}

td {
	font-size: 12px;
}

.menu ul {
	padding: 0px;
	margin: 30px 10px 20px 12px;
}
.menu li {
	margin: 0px;
	list-style: none;
	text-align: left;
  font-size: 12px;
  margin-bottom: 16px;
}
.menu li.first {
}
.menu li.last {
  margin-bottom: 0px;
}
.menu li a {
	color: #FFC42B;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 0;
}
.content, .content td {
	color: black;
}
.content a {
	color: black;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
#tytul {
	color: #790000;
  font-weight: bold;
	font-size: 14px;
}
.content #sciezka {
	color: black;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
#podmenu {
}
#podmenu ul {
	margin: 0px;
	padding: 0px;
}
#podmenu li {
	list-style: none;
  margin-bottom: 10px;
  margin-left: 10px;
}
#podmenu li.last {
  margin-bottom: 20px;
}
#podmenu a {
	color: white;
  font-size: 12px;
  font-weight: bold;
	text-decoration: none;
}
#podmenu a:hover {
	text-decoration: underline;
}
#tresc a {
}
#tresc p {
  margin: 0px 0px 20px 0px;
}
#powrot {
	clear: both;
	padding-top: 16px;
}

#katalogproduktowform .form .field { width: 150px; }
#katalogproduktow .list { width: 100%; }

  
