/* -------- 3spaltiger Aufbau links, mitte und rechts */
.linkerContent {
	float: left;
	width: 300px;
}
.rechterContent {
	float: left;
	width: 440px;
}
.rechterContent2 {
	float: left;
	width: 240px;
	margin-left: 10px;
	display: none;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	padding-left: 20px;
	/*background-color:#BBE53A;*/
}
.news-latest-container p {
	padding-left: 0;
}
.news-latest-container H2,.news-latest-gotoarchive {
	font-size: 12px;
	color: #374EA2;
	padding: 2px 5px;
	display: block;
	background-color: #e6e6e6;
	margin-left: -5px;
	margin-right: -5px;
	border-bottom: 1px solid #FFF;
}
.news-latest-gotoarchive {
	/*font-weight:bold;
	margin-top:5px;*/
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	/*color:#fff;*/
}
.news-latest-gotoarchive A {
	/*color:#fff;*/
}
.news-latest-title {
	/*border-bottom: 1px solid #666666;*/
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
	.news-latest-title a {
		text-decoration: none;
		font-size: 18px;
		font-weight: normal;
		color: #949494;
	}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding: 3px;
	/*margin:3px;*/
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
	border: 1px solid #CFCFCF;
	margin-bottom: 10px;
}
.news-latest-item TABLE {
	margin: 5px 0;
}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	float: left;
}
.news-latest-image {
	padding-right: 5px;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date {
	/*float: right;*/
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	display: none;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	
}
.news-latest-morelink {
	/*height:12px;*/
	font-size: 11px;
	border-bottom: 1px solid #FFF;
	text-align: left!important;
}
.news-latest-morelink A {
	text-decoration: none;
}

