.wrapper_news {			
	background-color: transparent;
	height: 326px;
	display: inline-block;
}
.wrapper_top{
    height: 686px;
}
.news {
	float: left;
}
.news_text {
	color: black;
	height: 310px;
	width: 640px;
	float: left;
	padding: 10px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}		
.news_headline {
	font: normal 24px Arial;
}
.news_content {
	font: normal 16px Arial;
}
.news_text_odd {
	background-color: white; /*#b20406;*/
}
.news_text_even {
	background-color: white; /*#DADADA;*/
}
