body {
	margin: 0px;
	background: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 11px; 
	color: #9d9478;
}

td {
	font-size: 11px;
}

.menu ul {
	padding: 0px 8px 8px 0px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	list-style: none;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 10px;
	background: url(menu.gif) right no-repeat;
	text-align: center;

}
.menu li.first {
}
.menu li.last {
}
.menu li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 5px 0px 20px 10px;
	width: 500px;
}
.content, .content td {
	color: #deb5bd;
}
.content a {
	color: #deb5bd;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color: #d97d8f;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
.content #sciezka {
	color: #deb5bd;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #deb5bd;
	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 #51262d;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #c65165;
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}
.content img, .content td img {
	border: solid 1px white;
}
