/* NEWS LIST shared with "licenses news" */
table.news { /*table containing the news-items*/
	}

td.newsSmallImage { /* td containing small news image*/
	width: 165px;
	}
	
.listItem {	/* containing the headline, date, text, read more link etc.  */
}

.news .h3 {
	margin-bottom: 10px;	
}
.newsDate {font-size: 10px; font-style: italic; padding-bottom: 10px;}

.news .newsText {padding-bottom: 20px /* create distance between items in newslist */
	}
.news a.readmore {display: block; margin-top: 10px;}
.news a.readmoreIsFalse {display: none;}


/* NEWS-ITEM */
.newsItem .manchet {font-style: italic; margin-top: 15px;}
.newsItem .text {margin-top: 15px;}


/* LATEST NEWS WITH jCarouselListe news-ticker-script */

.latestNewsCarousel ul, .latestNewsCarousel ul li {
	list-style: none;
}

.latestNewsCarousel ul {
	margin-left: 20px;	
}
	
.latestNewsCarousel ul li {
	height: 26px;
	padding-top: 6px;
	margin: 0;
	}
#latestNews .paragraph {margin: 0;}
#latestNews {padding-left: 20px;}
.LatestNewsHead {
	Width: auto;
	float: left;
	font-weight: bold;
	padding-top: 6px;
	text-transform: uppercase;
	color: #FFF;
}