body {
	margin: 0px;
	background: #a1c8f9 url(b-bg.jpg) left bottom repeat-x;
	font-family: "Comic Sans MS"; 
	font-size: 12px; 
	color: #9d9478;
}

td {
	font-size: 12px;
}

.menu ul {
	padding: 0px;
	margin: 60px 26px 230px 54px;
}
.menu li {
margin: 0;
	list-style: none;
	text-align: center;
	padding: 3px 0;
}
.menu li.first {

}
.menu li.last {

}
.menu li a {
	padding: 0px;
	color: #5b6c6f;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 40px 0 5px 50px;
	width: 440px;
}
.content, .content td {
	color: #004f5a;
}
.content img, .content td img {
	border: solid 3px #4880c9;
}
.content a {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color: #2e697c;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 2px;
}
.content #sciezka {
	color: #000000;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
.content #podmenu {
  height: 20px;
	clear: both;
	margin-bottom: 10px;
}
.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 #749ca9;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #123e4c;
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
	padding-bottom: 16px;
}
