body {
	margin: 0px;
	background: #6CB7F3 url(bg.jpg) top repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 12px; 
	color: black;
}

td {
	font-size: 12px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
  padding-top: 18px;
}
.menu li {
	margin: 0px;
	list-style: none;
	text-align: center;
  display: inline;
  margin-right: 20px;
  font-size: 12px;
}
.menu li.first {
}
.menu li.last {
  margin-right: 0px;
}
.menu li a {
	color: #4B6B85;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	padding: 0px 70px 20px 63px;
}
.content, .content td {
	color: #2780C8;
}
.content a {
	color: #2780C8;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color: #0675CF;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}
.content #sciezka {
	color: #2484D2;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #2484D2;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
.content #podmenu {
  height: 20px;
	color: #2C97EE;
	clear: both;
	margin-bottom: 10px;
}
.content #podmenu ul {
	margin: 0px;
	padding: 0px;
}
.content #podmenu li {
	list-style: none;
	float: left;
	white-space: nowrap;
	/*margin-bottom: 1px;*/
	padding-right: 5px;
	border-right: 1px solid #B6D3EB;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #2C97EE;
	text-decoration: none;
}
.content #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%; }

  
