/* CSS for tt_news */


/* Latest */
.news-latest-block {
}
.news-latest-bugfix {
	clear:both;
}

.news-latest-single {
	float:left;
	background:#eeeeee;
	width: 230px;
	margin: 0px 10px 10px 0px;
}
.news-latest-head {
	position: relative;
	background:#BAD3E9;
	font-size: 9px;
	font-weight: bold;
	height: 15px;
}
.news-latest-body {
	position: relative;
	padding:5px 0px 0px 0px;
	/*display: box;*/
	height: 200px;
	font-size: 10px;
}

.news-latest-title {
	padding: 0px 5px 0px 5px;
	top: 0px;
	vertical-align: middle;
	line-height:15px;	
}
.news-latest-title a {
	color: #000000;
}
.news-latest-infos  {
	position:absolute;
	font-size: 9px;
	text-align: center;
	bottom:0px;
	width:230px;
}
.news-latest-subheader  {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	line-height:1.3em;
}
.news-latest-image {
	padding: 0px 5px 0px 5px;
	text-align:center;
	min-height:0px;
}




/* LATESTLIST */
.news-latestlist-single {
	float:left;
	background:#eeeeee;
	width: 400px;
	margin: 0px 10px 10px 0px;
}



/* LIST */
.news-list-block {
}
.news-list-bugfix {
	clear:both;
}

.news-list-single {
	float:left;
	background:#eeeeee;
	width: 600px;
	margin: 0px 10px 10px 0px;
}
.news-list-head {
	position: relative;
	background:#BAD3E9;
	font-weight: bold;
	height: 20px;
}
.news-list-body {
	position: relative;
	/*padding:5px 0px 0px 0px;*/

	/*min-height: 100px;*/
}

.news-list-title {
	padding: 0px 5px 0px 5px;
	top: 0px;
	vertical-align: middle;
	line-height:20px;
}
.news-list-title a {
	color: #000000;
}
.news-list-infos  {
	text-align: right;

}
.news-list-subheader  {
	vertical-align: top;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}
.news-list-subheader img{
	float:left;
}
.news-list-subheader img {
	margin-right:10px;
	margin-bottom:10px;

	

}





/* Latest rightside */
.news-latest-right-block {
	position: relative;
	color: #000000;
	left: 0px;
	top: 0px;
	width: 180px;
	background:#eeeeee;

}
.news-latest-right-head {
	background:#B4C835;
	font-size: 9px;
	font-weight: bold;
	/*height: 15px;*/
	position: relative;
	
}


.news-latest-right-title {
	padding: 0px 5px 0px 5px;
	/*vertical-align: middle;*/
	top: 0px;
	/*height:15px;*/

	vertical-align: middle;
	line-height:15px;
	position: relative;

	
}
.news-latest-right-title a {
	color: #000000;
	/*font-weight: normal;*/
}


.news-latest-right-subheader  {
	vertical-align: top;
	padding: 0px 5px 5px 5px;
	position: relative;
	font-size: 9px;
}
.news-latest-right-image {
	position: relative;
	text-align: center;
	padding: 5px 0px 5px 0px;
}









/* Single */
.news-single-block {
	position: relative;
	display: table;
	left: 0px;
	top: 0px;
	width: 720px;
	background:#eeeeee;

}
.news-single-head {
	background:#BAD3E9;
	height:20px;

	
}
.news-single-title {
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	font-weight: bold;

	
}
.news-single-title a {
	color: #000000;
	/*font-weight: normal;*/
}
.news-single-infos  {
	padding: 0px 10px 0px 10px;
	text-align: right;
	/* line-height: 1.5em; */
}
.news-single-subheader {
	font-weight:bold;
	padding: 10px 10px 10px 10px;
}
.news-single-content {
	padding: 10px 10px 10px 10px;

}
.news-single-content img {
	float: right;
	padding: 0px 10px 0px 10px;
}



