﻿
.news-wrapper
{
	position: relative;
	overflow: hidden;
}
.news-title
{
	float: left;
	background-image: url(title-news.png);
	width: 18px;
	height: 36px;
	z-index: 11;
	border-radius-topleft: 3px;
	border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.news
{
	height: 36px;
	border-radius-topright: 4px;
	border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	overflow: hidden;
}
.headline
{
	position: absolute;
	font-size: 14pt;
	height: 30px;
	padding: 6px 8px 6px 8px;
	overflow: hidden;
	z-index: 1;
	/*overflow: hidden;*/
}
.headline a
{
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 16px;	
	color:#8B0408;
}

.headline li
{
    color:#8B0408;
}
.headline a, .headline a:active, .headline a:visited
{
	text-decoration: none;
}
.headline a:hover
{
	color: #163b5b;
	text-decoration: none;
}

.tip
{
	margin: auto;
	width: 13px;
	height: 9px;
	background-image: url(cor.png);
}
.news-wrapper.multiple
{
	overflow: hidden;
}
.news-wrapper.multiple .news-title
{
	float: left;
}
.news-wrapper.multiple .news
{
	float: left;
	width: 2000px;
}
.news-wrapper.multiple .headline
{
	position: relative;
	float: left;
	margin-left: 0px;
}
