/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2015
//
// File        : news.css
// Begin       : 2009.04.16 14:33:10
// Last Update : 2015.05.20 14:30:02
*/

.template_news {
	position: relative;
	width: 466px;
}
.news_entry {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #a9a9a9;
	clear: both;
}
.news_entry div.imgbox, .news_entry div.imgbox img {
	width: 160px;
	height: 110px;
	float: right;
}
.news_entry header h2 {
	position: relative;
	width: 300px;
	font-size: 100%;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 10px 0;
	display: block;
	color: #ea111f;
}
.news_entry header h2 a {
	text-decoration: none;
}
.newscontent {
	position: relative;
	width: 300px;
	padding: 0;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.newscontent a {
	color: #575756;
	font-weight: bold;
	text-decoration: underline;
}
.template_news aside {
	margin-top: 20px;
}
div.fullimgbox {
	position: relative;
	margin: 0 0 20px 0;
}
div.fullimgbox img {
	width: 466px;
	height: auto;
}