/* ------------- historia ---------------------- */
#pojMenuHistoria{
	height: 22px;
	background-image: url(../images/bg_menu_historia.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 18px 38px 18px;
}
#pojMenuHistoria ul{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 22px;
	list-style: none;
	background-image: url(../images/bg_menu_historia_ul.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#pojMenuHistoria ul li{
	display: block;
	float: left;
	color: #ffffff;
	background-image: url(../images/bg_menu_historia_li.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 13px 0px 0px;
	height: 22px;
}
#pojMenuHistoria a{
	display: block;
	height: 19px;
	background-color: #790000;
	color:#ffffff;
	padding: 3px 1px 0px 5px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#pojMenuHistoria a:hover{
	color:#b4b4b4;
	background-color: #790000;
}
#pojMenuHistoria ul li.ostatni{
	background-image: url(../images/bg_menu_historia_li_ostatni.gif);
}
div.pojRok{
	border-bottom: 1px solid #d3d1d2;
	margin-top:10px;
	font-size: 11px !important;
}
div.pojRok ul{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: disc;
}
div.pojRok h2{
	margin: 0px;
	padding: 0px;	
	font-size: 12px !important;;
	color: #5f5f5f;
}
span.rok{
	font-size: 16px;
}


