body {
	margin: 0px;
	background: #CBCBDB url(bg.jpg) top repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 11px; 
	color: black;
}

td {
	font-size: 11px;
}

.menu ul {
	padding: 10px 8px 30px 150px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	list-style: none;
	text-align: right;
  margin-top: 4px;
}
.menu li.first {
}
.menu li.last {
}
.menu li a {
	color: white;
	text-decoration: none;
}
.menu li a:hover {
	text-decoration: underline;
}

.content {
	margin: 14px 30px 40px 7px;
}
.content, .content td {
	color: #30325F;
}
.content a {
	color: #30325F;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content #tytul {
  clear: both;
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}
.content #sciezka {
	color: white;
	clear: both;
	margin-bottom: 10px;
}
.content #sciezka a {
	color: white;
	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;
	/*margin-bottom: 1px;*/
	padding-right: 5px;
	border-right: 1px solid #9D9DE4;
	margin-right: 5px;
}
.content #podmenu li.last {
  border-right: none;
}
.content #podmenu a {
	color: #D7D7EF;
	text-decoration: none;
}
.content #podmenu a:hover {
	text-decoration: underline;
}
.content #tresc {
  clear: both;
}
.content #tresc a {
}
.content #powrot {
	clear: both;
	padding-top: 16px;
}
