body {
	margin: 0px;
	background: #DDEADD;
	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;
  margin-left: 60px;
	list-style: none;
	text-align: right;
  margin-bottom: 2px;
  padding-bottom: 5px;
  padding-right: 12px;
  border-bottom: 1px solid #C4D3B7;
}
.menu li.first {
}
.menu li.last {
}
.menu li a {
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 0 22px 20px 18px;
}
.content, .content td {
	color: #003333;
}
.content a {
	color: #003333;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}
.content #sciezka {
	color: #003333;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
.content #podmenu {
  height: 20px;
	color: #D4CD3B;
	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 #AEC3C3;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #3B8383;
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}

.footer {
  margin-top: 40px; 
  text-align: right;
  margin-right: 12px;
  color: #003333;
  margin-bottom: 150px;
}
.footer a {
  color: #556C55 !important;
  text-decoration: none !important;
  
}
