body {
	margin: 0px;
	background: #16ace5;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

td {
	font-size: 12px;
}

.menu ul {
	padding: 0;
	margin: 10px 10px 45px 10px;
	list-style: none;
}
.menu li {
	margin: 0px;
	padding: 0px
	list-style: none;
	text-align: left;
	font-weight: bold;
}
.menu li.first {

}
.menu li.last a {
border-bottom: solid 1px #FFFFFF;
}
.menu li a {
	display: block;
	color: #FFFFFF;
	background: #189cc9;
	text-decoration: none;
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid #ffffff;
	border-bottom: none;
	zoom: 1;
}
.menu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: #33ccff;
}

.content {
	margin: 10px 20px 45px 10px ;
	width: 570px;

}
.content, .content td {
	color: #000000;
}
.content a {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	color: #006699;
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 6px;
}
.content #sciezka {
	color: #000000;
	clear: both;
	margin-bottom: 11px;
}
.content #sciezka a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	color: #006699;
	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 #006699;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #006699;
	text-decoration: none;
}
.content #podmenu a:hover {
	color: #000000;
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
	color: #006699;
}
.content #powrot a{
	color: #006699;
	text-decoration: none;
}
