/* 
	///////////////////////////////////////
	styles of tt_news plugin (informatikjahr.de)
	WE DO communcation GmbH 2005
	http://www.wedo-berlin.de 
	///////////////////////////////////////
*/
/* --- start news list --- */
.news-list-container {
	margin-top:0px;
}
.news-list-item {
	clear:both;
	margin-top:20px;
}
.news-list-date {
	display:block;
	text-align:right;
	color:#555555;
	font-size:11px;
	font-weight:normal;
	border-bottom:1px solid #e60003;
	padding-bottom:0px;
	/* the background image is temorarely deactivated */
	/*	
	background-image:url(../../page/img/icon_news_inv.gif); 
	background-repeat:no-repeat;
	background-position:top left;
	*/
	height:17px;
}
.newsHeadline {
	margin-top:0px;
	margin-bottom:6px;
}
.news-list-category {
	margin-top:2px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
}
.newsImage {
	margin:10px 0 10px 0px;
	float:right;
	width:130px;
	text-align:right;
}
.news-list-morelink a, .news-single-backlink a {
	background-repeat:no-repeat;
	background-position:left;
}
.news-list-morelink a {
	padding-left:10px;
	background-image: url(../../page/img/readmore_arrow.gif);
	margin-left: 10px;
}
.news-single-backlink a {
	padding-left:12px;
	background-image: url(../../page/img/readmore_arrow_left.gif);
}
.news-list-container p.bodytext {
	display:inline;
}
/* --- end news list ---*/

/* --- start single news item --- */
.news-single-item {
	margin-bottom:10px;
}
.news-single-timedata {
	display:block;
	text-align:right;
	color:#555555;
	font-size:11px;
	font-weight:normal;
	border-bottom:1px solid #e60003;
	padding-bottom:0px;
	/* the background image is temorarely deactivated */
	/*	
	background-image:url(../../page/img/icon_news_inv.gif);
	background-repeat:no-repeat;
	background-position:top left;
	*/
	height:17px;
}
.news-single-category {
	margin-top:2px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
}
.newsSingleHeadline {
	/*margin-top:0;  include when category is fixed*/
	margin-bottom:6px;
	margin-top:10px;
}
#newsSingleItemImage {
	/*margin:10px 0 10px 5px; include when category is fixed*/
	margin:15px 0 15px 10px;
	float:right;
}
/* --- end single news item --- */