#module_news {
	margin: 0;
	position: relative;
}

#module_news .title {
	margin: 1px 0 1px 0;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #0a0a0a;
	background: #292727;
	color: #FFFFFF;
	height: 53px;
	font-size: 17px;
	font-weight: bold;
}

#module_news .title img {
	margin: 0 0 0 20px;
	vertical-align: middle;
}

#module_news .title span {
	display: inline-block;
	margin: 15px 0 0 5px;
}

#module_news .slider {
	border-top: 1px solid #404040;
	height: 260px;
}

#module_news .slider  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#module_news .slider  ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}  

#module_news .slider .slides {
	position: relative;
	overflow: hidden;
	width: 290px;
}

#module_news .slider .slides ul {
	width: 270px;
	height: 263px;
}

#module_news .slider .slides li {
	width: 290px;
	float: left;
	padding: 20px;
}

#module_news .slider .slides li span {
	font-size: 10px;
	display: inline-block;
	border-bottom: 1px solid #3f73a0;
	color: #FFFFFF;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	width: 250px;
}

#module_news .slider .slides li div {
	font-size:10px;
	color: #FFFFFF;
	width: 250px;
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	height: 160px;
}

#module_news .slider .slides li div b {
	font-size: 12px;
}

#module_news .slider .slides li img {
	vertical-align: middle;
	position: absolute;
	right: 59px;
	margin:-15px 0 0 0;
}

#module_news .slider .slides .navigate {
	right: 15px;
	top: 20px;
	position: absolute;
	z-index: 1000;
	width: 56px;
	height: 24px;
	cursor: pointer;
}

#module_news .slider .slides .navigate #previousNews{
	float: left;
	background: url('../../../templates/frontend/hovida/images/gfx/produkte/btn_leftarrow.png');
	width: 28px;
	height: 24px;
}

#module_news .slider .slides .navigate #nextNews {
	float: right;
	background: url('../../../templates/frontend/hovida/images/gfx/produkte/btn_rightarrow.png');
	width: 28px;
	height: 24px;
}

#site_news {
	position: relative;
	height: 100%;
}

#site_news .text {
	position: relative;
	color: #2b2929;
	line-height: 20px;
	font-size: 14px;
	line-height:1.3em;
}

#site_news .entry {
	position: relative;
	margin: 20px 0 0 0;
}

#site_news .entry span {
	background: #7da6c5;
	border-bottom: 1px dotted;
	width: 100%;
	display: block;
}

#site_news .entry span a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 2px 10px;
	padding: 3px 0 0 0;
}

#site_news .entry span a img{
	vertical-align: middle;
}

#site_news .entry div.left {
	width: 100px;
	font-size: 12px;
	float: left;
	text-align: right;
	padding: 10px;
	border-right: 1px dotted;
	margin: 10px 0 0 0;
}

#site_news .entry div.right {
	width: 500px;
	display: inline-block;
	float: right;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
}

#site_news .entry div.right a {
	color: #7da6c5;
	text-decoration: none;
	border-bottom: 1px dotted #7da6c5;
}

#site_news .entry div.right a:hover {
	color: #2b2929;
}

#site_news .clear {
	clear: both;
}

#pages {
	margin:7px 0 0 20px;
	z-index: 200;
	position: absolute;
}

#pages span, #pages span a {
	text-decoration: none;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	padding: 2px 0 0 0;
	width: 23px;
	height: 23px;
}

#pages span.left {
	background: url('../../../templates/frontend/hovida/images/gfx/news/page_left.png') no-repeat;
}

#pages span.right {
	background: url('../../../templates/frontend/hovida/images/gfx/news/page_right.png') no-repeat;
}

#pages span.active {
	background: url('../../../templates/frontend/hovida/images/gfx/news/page_active.png') no-repeat;
}

#pages span.inactive {
	background: url('../../../templates/frontend/hovida/images/gfx/news/page_inactive.png') no-repeat;
}
