body {
	margin: 0px;
	background: #F3E9CA url(bg.jpg) top repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: white;
}

td {
	font-size: 11px;
}

.menu {
  margin: 7px 0px 50px 40px;
  border-right: 6px solid #162B4E;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	list-style: none;
	text-align: right;
  padding-right: 4px;
  padding-top: 1px;
}
.menu li.first {
}
.menu li.last {
  padding-bottom: 5px;
}
.menu li a {
	color: #162b4e;
	font-weight: bold;
	text-decoration: none;
display:block;
background:#b2bfd4;
padding:5px;
}
.menu li a:hover {
	text-decoration: none;
background:#162b4e;
color:fff;
}

.menu li.current a {
	text-decoration: none;
background:#162b4e;
color:fff;
}

.content {
	margin: 14px 48px 20px 0px;
}
.content, .content td {
	color: white;
}
.content a {
	color: white;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
.content #sciezka {
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
.content #podmenu {
  height: 20px;
	color: #B6C2D6;
	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 #697C9C;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #B6C2D6;
	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 {
  color: #B5C1D6;
} 
.footer a {
  color: #B5C1D6;
  text-decoration: none;
} 
.footer a:hover {
  text-decoration: underline;
} 