	
	.news_container {
		border-bottom:1px solid black;
		padding:15px 25px 15px 25px;
	}
	
	.news_container:hover {
		background-color:#E1BF6E;	
	}
	
	.news_titel {
		font-family: Trebuchet MS;
		font-size: 18px;
		color: #8C7744;
		margin-bottom:10px;
	}
	
	.news_text {
		font-family: Trebuchet MS;
		font-size: 14px;
		color: #61522F;	
		margin-bottom:10px;	
		margin-top:10px;
	}
	
	
	.news_image {
		border:1px solid  #61522F;
	}
	
	.news_datum {
		
		font-family:arial;
		font-size:10px;
		color: #8C7744;
		text-align:right;
	}
