body {
	margin: 0px;
	background: white;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: black;
}

td {
	font-size: 11px;
}

.content {
	margin-top: 6px;
}
.content, .content td {
	color: black;
        font-size: 12px;
        text-align: justify;
}
.content a {
	color: black;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
	font-weight: bold;
	font-size: 12px;
	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;
	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 #808080;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}

