body {
	margin: 0px;
	background: #ffe8bf; 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 12px; 
	color: #1e3a5f;
}

td {
	font-size: 12px;
}

.menu ul {
	padding: 24px 10px 20px 17px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	list-style: none;
	text-align: right;
	padding-top: 10px;
	padding-right: 16px;
	background: url(menu_it.gif) right bottom no-repeat;
}
.menu li.first {
	padding-top: 0px;
}
.menu li.last {
}
.menu li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 10px 23px 0px 0px;
width: 670px;
overflow:hidden;
}
.content, .content td {
	color: #1e3a5f;
text-align: justify;
}
.content a {
	color: #1e3a5f;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
	color: #1e3a5f;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 12px;
}
.content #sciezka {
	color: #1f366a;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: #1f366a;
	font-weight: bold;
	text-decoration: none;
}
.content #sciezka a:hover {
	text-decoration: underline;
}
.content #podmenu {
  height: 16px;
	color: #c45300;
	clear: both;
	margin-bottom: 10px;
}
.content #podmenu ul {
	margin: 0px;
	padding: 0px;
}
.content #podmenu li {
	list-style: none;
	float: left;
	white-space: nowrap;
	/*margin-bottom: 1px;*/
	padding-right: 5px;
	border-right: 1px solid #ffbe60;
	margin-right: 5px;
}
.content #podmenu li.last {
  border: none;
}
.content #podmenu a {
	font-weight: normal;
	color: #c45300;
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}
.content #powrot a {
	text-decoration: none;
}
.content #powrot a:hover {
	text-decoration: underline;
}