#caroussel {
	width: 625px;
	height:247px;
	top:0px;
	background-image:url(../../templates/img/startseite_bgtopnews.gif);
	position:relative;
	overflow:hidden;
}

#news-caroussel-items {
	width:4000px;
	position:relative;
	left:-645px;
}

.news-caroussel-item {
	position:relative;
	width: 625px;
	height:247px;
	float:left;
	padding:10px;
}
.news-caroussel-item-text {
	font-family: Arial,Helvetica,sans-serif;
	width:275px;
	float:left;
	margin-right:5px;
}

.news-caroussel-item-text h1 {
	margin:0px;
	height:92px;
}

.news-caroussel-item-text h1 a {
	color: white;
	font-size: 20px;
	text-decoration:none;
}

.news-caroussel-item-text p {
	font-size: 12px;
}

.news-caroussel-item-image {
	float:right;
	padding-right:20px;
}

#newscontent .news-latest-container {
	padding: 14px 20px 14px 20px;
	font-family: Arial,Helvetica,sans-serif;
}
.news-latest-date {
	font-weight:bold;
	font-size: 12px;
}
.news-latest-date a {
text-decoration:none;
color:#FFFFFF;
}

#newscontent h3 {
text-transform:none;
margin-bottom:14px;
}

#newscontent .news-latest-ruler {
background-image:url(../img/news_dottedline.gif);
height:1px;
clear:both;
padding:0px;
margin-bottom:14px;
}

