#tree {
	background: #eee;
	border-bottom: none;
	border-left: 1px solid #c5d4e3;
	border-right: 1px solid #c5d4e3;
	border-top: 1px solid #c5d4e3;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#tree > ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}
#tree > ul > li {
/*  czesc wspolna .lista i .podlista  */
	border-bottom: 1px solid #c5d4e3;
	border-top: none;
	display: block;
	font-weight: bold;
	height: 21px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#tree > ul > li:hover{
	background: #87B2EB;
}
.lista {
	background: #eee;
	width: 160px;
}
.podlista {
	background: #e3e3e3;
	width: 160px;
}
.podlista > a {
	padding: 4px 0 0 19px;
}
.lista > a {
	padding: 4px 0 0 10px;
}
#tree > ul > li > a{
	color: #222;
	display: block;
	height: 16px;
	margin: 0;
	text-decoration: none;
}
#tree > ul > li > a:hover{
	color: #fff;
}
#tree > ul > li > a:active{
	outline: none;
}
#tree > ul > li > a:link{
	outline: none;
}
#tree2 {
	background: #fff;
	border: none;
	display: block;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 800px;
}
#tree2 > p {
	margin: 0;
	padding: 0;
}
.opis {
	background: url('images/bg-grad1.png') no-repeat;
	font-size: 8pt;
	padding: 0 0 0 8px;
}
.opis2 {
	background: #f0f0f0;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 40px;
	text-align: justify;
	text-indent: 10pt;
}
.opis2 li {
	line-height: 20px;
}
