/* -----------------------------------
		NAVI
-------------------------------------- */

div.pojNavi{
	font-size: 11px;
	width: 560px;
	padding: 22px 0px 22px 0px;
}

div.pojNavi span a:hover{
	color: #af3600;
}

div.pojNavi ul li.number{
	background: url(../images/bg_navi_li_green_line.gif) no-repeat right;
}

div.pojNavi ul li.last{
	background-image: none;
}

div.pojNavi ul li.active{
	background: url(../images/bg_navi_li_green_circle.png) no-repeat center;
}

/* -----------------------------------
		Lista newsow
-------------------------------------- */

#pojNewsList{
	width: 576px;
}

	#pojNewsList .pojOne{
		background-image: url(../images/bg_formularz_wyslany_thx.png);
		background-repeat: repeat-x;
		background-position: bottom;
		padding: 20px 0px 34px 0px;
	}
	
	#pojNewsList .noBackground{
		background-image: none;
	}
	
		.pojTextWithFoto{
			float: left;
			width: 322px;
			padding: 0px 8px 0px 0px;
		}
	
		.pojTitle{
			color: #fff;
			font-weight: bold;
			font-size: 12px;
		}
		
			.pojTitle a{
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
			
			.pojTitle a:hover{
				text-decoration: underline;
			}

		.pojDate{
			font-size: 10px;
			font-weight: bold;
			padding: 0px 0px 16px 0px;
		}

		.pojLead{
			font-size: 12px;
		}
		
			.pojLead a{
				font-weight: normal;
				text-decoration: none;
				color: #000000;
			}
			
			.pojLead a:hover{
				text-decoration: underline;
			}
		
		.pojPhoto{
			float: left;
			width: 235px;
			height: 164px;
			background-repeat: no-repeat;
		}

		.pojMore{
			padding-top: 14px;
			text-align: right;
			font-size: 11px;
		}
		
		.pojMore a{
			color: #000;
			text-decoration: none;
		}
		
		.pojMore a:hover{
			text-decoration: underline;
			color: #af3600;
		}

/* -----------------------------------
		Pojedynczy news
-------------------------------------- */
#pojNewsOne{
	width: 570px;
	padding: 24px 0px 0px 0px;
}

	#pojOneFoto{
		float: right;
		padding-left: 12px;
		text-align: center;
	}
	
		#txtPobierzZdjecie{
			display: block;
			padding-top: 6px;
			font-size: 11px;
			text-decoration: none;
		}
		
		#txtPobierzZdjecie:hover{
			text-decoration: underline;
		}
		
	#pojNewsOneContent{
		float: left;
		width: 570px;
	}
	
		#pojOneTitle{
			color: #fff;
			font-weight: bold;
			font-size: 12px;
		}
		
		#pojOneDate{
			font-size: 10px;
			font-weight: bold;
			padding: 0px 0px 16px 0px;
		}
		
		#pojOneText{
			font-size: 12px;
		}
		
			#pojOneText a{
				text-decoration: underline;
				font-weight: normal;
				color: #000000;
			}
			
			#pojOneText a:hover{
				text-decoration: underline;
				color: #af3600;
			}
		
		#txtPowrot{
			text-align: right;
			padding: 26px 0px 0px 0px;
			font-size: 11px;
		}
		
				#txtPowrot a{
					color: #000;
					text-decoration: none;
				}
				
				#txtPowrot a:hover{
					text-decoration: underline;
					color: #af3600;
				}
