body {
	margin: 0px;
	background: white;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: black;
}

td {
	font-size: 11px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	list-style: none;
	text-align: center;
  float: left;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #FEFEFE;
}
.menu li.first {
}
.menu li.last {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
.menu li a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 9px 10px 10px 7px;
}
.content, .content td {
	color: #3F84B7;
}
.content a {
	color: #3F84B7;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color: #2B6497;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}
.content #sciezka {
	color: #3F84B7;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #3F84B7;
	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;
  text-align: right;
  padding: 5px 5px 0px 5px;
}
#podmenu a {
	font-weight: normal;
	color: #4481B8;
  font-family: Arial;
  font-size: 12px;
	text-decoration: none;
}
#podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}

#katalogproduktowform .form .field { width: 150px; }
#katalogproduktow .list { width: 100%; }

  
.footer a, .footer a:hover {
color: #4481B8;
text-decoration: none;
}