body {
	margin: 0px;
	background: url(bg.jpg) top repeat-x #DCDCDC;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: #1C2436;
}

td {
	font-size: 12px;
}
.menu {
padding: 0px 0px 200px 0px;
margin: 72px 0px 0px 26px;
background: url(menu-b.jpg) bottom no-repeat;
}
.menu ul {
	padding: 10px 6px 6px 6px;
	margin: 0px;
background: url(menu-bg.jpg) left repeat-y;
}
.menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	font-weight: bold;
}
.menu li.first {
}
.menu li.last  {
border-bottom: solid 1px #9299A8;

}
.menu li a {
	display: block;
	color: #202A41;
	background: #CAD0DF;
	text-decoration: none;
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid #9299A8;
	border-bottom: none;
	zoom: 1;
}
.menu li a:hover {
	text-decoration: underline;
	background: #E4E8EF;
}

.content {
	margin: 30px 10px 0px 9px;
	width: 545px;

}
.content, .content td {
	color: #1C2436;
}
.content a {
	color: #1C2436;
	text-decoration: underline;
}
.content a:hover {
	color: #1646b2;
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color:#1C2436;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 6px;
}
.content #sciezka {
	color: #1C2436;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #1C2436;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	color: #1646b2;
	text-decoration: underline;
}
.content #podmenu {
  height: 20px;
	clear: both;
	margin-bottom: 14px;
}
.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 #0a4619;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #1646b2;
	text-decoration: none;
}
.content #podmenu a:hover {
	color: #23345d;
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}
.content #powrot a {
	color: #1646b2;
	text-decoration: none;
}
