body {
	margin: 0px;
	background: url(wiper-bg.jpg) top repeat-x #2E5AA9;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: black;
}

td {
	font-size: 11px;
}

.menu {
	margin: 10px 2px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	padding: 4px 4px 6px 4px;
	list-style: none;
	text-align: right;
	background: url(wiper-menu.jpg) bottom no-repeat;
  
}
.menu li.last {
  border-bottom: none;
}
.menu li a {
	color: #565742;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
color: #808161;
	text-decoration: underline;
}

.content {
	margin: 10px 3px 10px 10px;
	width: 564px;
}
.content, .content td {
	color: #423330;
}
.content a {
	color: #423330;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
	clear: both;
	font-size: 12px; 
	color: #423330;
	font-weight: bold;
	padding-bottom: 1px;
	margin-bottom: 8px;
}
.content #sciezka {
	clear: both;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.content #sciezka a {
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
.content #podmenu {
	clear: both;
	font-weight: bold;
}
.content #podmenu ul {
	margin: 0px;
	padding: 0px;
}
.content #podmenu li {
	list-style: none;
	float: left;
	white-space: nowrap;
	margin-bottom: 1px;
	padding-right: 7px;
	border-right: 2px solid #423330;
	margin-right: 7px;
}
.content #podmenu a {
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
	clear: both;
	color: #423330;
}
.content #tresc a {
	color: #423330;
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}
