body {
	margin: 0;
	background: url(bg-t.jpg) left top repeat-x;
	text-align:center;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 12px; 
	color: #44091B;
}

td {
	font-size: 12px;
}
.menu {float: right;}
.menu ul {
	padding: 0;
	margin: 32px 0px 0 190px;
	float: left;


}
.menu li {
	margin: 0;
	list-style: none;
	text-align: left;
	padding: 0 8px 0 0;
	float: left;
}
.menu li.first {
}
.menu li.last {
}
.menu li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 10px 5px 10px 6px;
	width: 760px;
}
.content, .content td {
	color: #7f7e7e;
}
.content a {
	color: #7f7e7e;
	text-decoration: underline;
}
.content a:hover {
	color: #AF0025;
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color: #7f7e7e;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 6px;
}
.content #sciezka {
	color: #7f7e7e;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #7f7e7e;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	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 #7f7e7e;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #7f7e7e;
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}