#news{
	padding-top: 10px;
	
	color: white;
}
#news h2{}
#news-opis{
	padding-left: 15px;
}
#news .news-row{
	margin: 0px;
	float: left;
	width: 150px;
	padding: 30px 20px 0px 20px;
	height: 208px;
	background-image: url("img/news-border.png");
	background-repeat: no-repeat;
	background-position: top right;
}
#news .news-row.last{
	background: none;
}
#news .news-row .news-title{
	font-size: 18px;
	line-height: 120%;
	height: 45px;
}
#news .news-row .news-title a, #news .news-row .news-title a:visited, #news .news-row .news-title a:active, #news .news-row .news-title a:link{
	color: white;
	text-decoration: none;
}
#news .news-row .news-title:hover{}
#news .news-row:hover{
	background-image: url("img/news-hover.png");
	background-repeat: no-repeat;
	background-position: top left;
}
#news .news-row.last:hover{
	background-image: url("img/news-hover-last.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.news-lead{
	font-size: 11px;
	font-family: Arial;
	line-height: 140%;
}
#news a.more, #news a.more:visited, #news a.more:active, #news a.more:link{
	width: 102px;
	text-decoration: none;
	text-align: left;
	background: none;
	border: 0px;
	background-image: url("img/foot-send.png");
	background-repeat: no-repeat;
	padding: 7px 0px 7px 6px;
	display: block;
	font-size: 11px;
	float: left;
	color: #6f6f6f;
}
#news a.more:hover{
	color: black;
}

.news-opis-podstrona{
	background-color: #ffffff;
	padding: 35px 35px 15px 35px;
	position: relative;
	color: #4a4d4f;
	margin-bottom: 20px;
}