.klienty_id{
	padding: 20px 0;
}
	.klienty_id h1{
		font: normal normal 18px Arial;
		color: #aa2916;
	}
	.klienty_id .imglist{
		float: left;
	}
		#img_container{
			margin: 0 10px 0 0;
			background-position: center center;
			background-repeat: no-repeat;
			width: 87px;
			height: 63px;
		}
	.klienty_id .txt{
		margin: 0 0 0 100px;
	}


.klienty_list{

}
	.klienty_list h2{
		font: normal normal 12px Arial;
	}
	.klienty_list ul{
		list-style: none;
		padding: 30px 0;
		margin: 0;
		background: url('/images/divider.jpg') left 10px no-repeat;
	}
		.klienty_list ul li{
			margin: 0 1.4% 0 0;
			padding: 20px 0;
			float: left;
			width: 47%;
			min-height: 100px;
			_height: 100px;
		}
			.klienty_list ul li img.ill{
				float: left;
				margin: 0 10px 0 0;
				background-position: center center;
				background-repeat: no-repeat;
				width: 87px;
				height: 63px;
			}


