
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}
.news-single-clearer {
	clear:		both;
}
/*-----------------------------------  tt_news LATESTFIRST view  -----------------------------------*/

.news-latestfirst-container {
	border:		none;
	background-color:	#FFFFFF;
	width:		340px;
	float:		left;
	margin-right:	10px;
}
.news-latestfirst-latestheader {
	display:		none;
}
.news-latestfirst-item {
	padding-top:	5px;
	border:		none;
	background-color:	#EEEEEE;
}
.news-latestfirst-title {
	font-size:		11px;
	font-weight:	bold;
	color:		#962D58;
}
.news-latestfirst-title A {
	font-size:		11px;
	font-weight:	bold;
	color:		#962D58;
	text-decoration:	none;
}
.news-latestfirst-title A:hover {
	color:		#962D58;
}
.news-latestfirst-subheader {
	background-color:	#FFFFFF;
	padding-top:	10px;
height:110px;
}
.news-latestfirst-subheader P.bodytext {
	font-size:		12px;
}



.news-latestfirst-gotoarchive {
	display:		none;
}
.news-latestfirst-gotoarchive A:LINK, .news-latestfirst-gotoarchive A:VISITED, .news-latestfirst-gotoarchive A:HOVER {
	color:#fff;
}
.news-latestfirst-gotoarchive A {
	color:#fff;
}
.news-latestfirst-item IMG {
	margin-bottom:	5px;
	margin-right:	5px;
	float:		left;
}
.news-latestfirst-category IMG {
	float:		none;
	border:		none;
	margin:		0px;
}
.news-latestfirst-item H3 {
	font-size:		12px;
	margin-bottom:	5px;
	margin-right:5px;
	border-bottom:	1px solid #666;
}
.news-latestfirst-category {
	font-size:9px;
}
.news-latestfirst-morelink {
	color:		#000000;
	font-size:		10px;
}
.news-latestfirst-morelink A {
	color:		#000000;
	float:		right;
	text-decoration:	none;
}
.news-latestfirst-morelink A:hover {
	color:		#000000;
	background-color:	#CCCCCC;
	text-decoration:	none;
	font-weight:	normal;
}
.news-latestfirst-date {
	color:		#000000;
	font-size:		9px;
	font-weight:	normal;
	float:		right;
}
.news-latestfirst-clearer {
	clear:both;
	border-top:	1px solid #CCCCCC;
}



/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:		none;
	background-color:	#CCCCCC;
	width:		350px;
	float:		right;
	padding:		0;
}
.news-latest-latestheader {
	display:		none;
}
.news-latest-subheader {
	background-color:	#FFFFFF;
	padding-top:	5px;
}
.news-latest-subheader P.bodytext {
	padding:		0;
	margin:		0;
}
.news-latest-gotoarchive {
	color:		#FFFFFF;
	font-weight:	bold;
	padding:		0;
	margin:		0;
	border:		none;
	background-color:	transparent;
	float:		right;
	padding-right:	5px;
}
.news-latest-gotoarchive A {
	color:		#FFFFFF;
	font-weight:	normal;
	text-decoration:	none;
}
.news-latest-gotoarchive A:hover {
	color:		#FFFFFF;
	font-weight:	bold;
}
.news-latest-item {
	border:		1px solid #666;
	border:		none;
	background-color:	#F9FFE5;
	background-color:	#FFFFFF;
padding:3px;
margin:3px;
}

.news-latest-item IMG {
	margin-bottom:	5px;
	margin-right:	5px;
	float:		left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-item H3 {
	font-size:		12px;
	margin-bottom:5px;
	margin-right:5px;
	border-bottom:	1px solid #666;
}
.news-latest-title {
	font-size:		11px;
	font-weight:	bold;
	color:		#000000;
	border-bottom:	1px solid #CCCCCC;
}
.news-latest-title A {
	font-size:		11px;
	font-weight:	bold;
	color:		#000000;
	text-decoration:	none;
}
.news-latest-title A:hover {
	color:		#000000;
}

.news-latest-category {
	font-size:9px;
	float:left;
	display:none;
}
.news-latest-date {
	font-weight:	normal;
	font-size:		9px;
	float:		right;
}

.news-latestfirst-category {
	font-size:9px;
}
.news-latest-morelink {
	color:		#000000;
	font-size:		10px;
	text-align:		right;
}
.news-latest-morelink A {
	color:		#000000;
	text-decoration:	none;
}
.news-latest-morelink A:hover {
	color:		#000000;
	background-color:	#CCCCCC;
	text-decoration:	none;
	font-weight:	normal;
}
.news-latest-clearer {
	clear:		both;
	border-top:	1px solid #CCCCCC;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:		none;
	background-color:	#CCCCCC;
	width:		360px;
	float:		left;
	padding:		0;
}
.news-list-latestheader {
	display:		none;
}
.news-list-subheader {
	background-color:	#FFFFFF;
	padding-top:	5px;
}
.news-list-subheader P.bodytext {
	padding:		0;
	margin:		0;
}
.news-list-gotoarchive {
	color:		#FFFFFF;
	font-weight:	bold;
	padding:		0;
	margin:		0;
	border:		none;
	background-color:	transparent;
	float:		right;
	padding-right:	5px;
}
.news-list-gotoarchive A {
	color:		#FFFFFF;
	font-weight:	normal;
	text-decoration:	none;
}
.news-list-gotoarchive A:hover {
	color:		#FFFFFF;
	font-weight:	bold;
}
.news-list-item {
	border:		1px solid #666;
	border:		none;
	background-color:	#F9FFE5;
	background-color:	#FFFFFF;
padding:3px;
margin:3px;
}

.news-list-item IMG {
	margin-bottom:	5px;
	margin-right:	5px;
	float:		left;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-list-item H3 {
	font-size:		12px;
	margin-bottom:5px;
	margin-right:5px;
	border-bottom:	1px solid #666;
}
.news-list-title {
	font-size:		11px;
	font-weight:	bold;
	color:		#000000;
	border-bottom:	1px solid #CCCCCC;
}
.news-list-title A {
	font-size:		11px;
	font-weight:	bold;
	color:		#000000;
	text-decoration:	none;
}
.news-list-title A:hover {
	color:		#000000;
}

.news-latest-category {
	font-size:9px;
	float:left;
}
.news-list-date {
	font-weight:	normal;
	font-size:		9px;
	float:		right;
}

.news-list-category {
	font-size:9px;
	display:none;
}
.news-list-morelink {
	color:		#000000;
	font-size:		10px;
	text-align:		right;
}
.news-list-morelink A {
	color:		#000000;
	text-decoration:	none;
}
.news-list-morelink A:hover {
	color:		#000000;
	background-color:	#CCCCCC;
	text-decoration:	none;
	font-weight:	normal;
}
.news-list-clearer {
	clear:		both;
	border-top:	1px solid #CCCCCC;
}




	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:		5px;
	margin-bottom:	5px;
	background-color:	#FFFFFF;
	border:		1px solid #CCCCCC;

}
.news-single-timedata-category-author {
	border-top:	1px solid #CCCCCC;
}
.news-single-timedata {
	color:		#000000;
	font-weight:	normal;
	font-size:		9px;
	float:		right;
}
.news-single-category {
	color:		#000000;
	font-weight:	normal;
	font-size:		9px;
	float:		right;
display:none;
}
.news-single-author P.bodytext {
	color:		#000000;
	font-weight:	normal;
	font-size:		9px;
	float:		left;
}
.news-single-author P.bodytext a {
	color:		#000000;
	font-weight:	normal;
	font-size:		9px;
	text-decoration:	none;
}
.news-single-author P.bodytext a:hover {
	color:		#000000;
	font-weight:	normal;
	font-size:		9px;
	text-decoration:	underline;
}
.news-single-title {
	font-size:		12px;
	font-weight:	bold;
	color:		#962D58;
	margin:		0;
	padding:		0;
}
.news-single-subheader {
	font-size:		11px;
	font-weight:	bold;
	color:		#666666;
	margin:		0;
	padding:		0;
	margin-bottom:	10px;
}
.news-single-imgcontainer {
	float:		left;	
}
.news-single-img {
	margin-right:	10px;
	margin-bottom:	10px;
}
.news-single-imgcaption {
	padding:		3px;
	clear:		both;
}
.news-single-additional-info {
	background-color:	#FFFFFF;
	clear:		both;
	border:		none;
	border-left:	1px solid #666666;
	border-bottom:	1px solid #666666;
	padding:		3px;
	margin-bottom:	20px;
	margin-left:	20px;
	font-size:		10px;
	float:		right;
	width:		300px;
}
.news-single-additional-info .news-single-related {
}
.news-single-additional-info .news-single-related .news-single-relatedheader {
	background-color:	#EEEEEE;
	color:		#666666;
	font-size:		10px;
	font-weight:	bold;
	margin-bottom:	5px;
}
.news-single-additional-info .news-single-related .news-single-relateditem {
	color:		#666666;
	font-size:		10px;
}
.news-single-additional-info .news-single-related .news-single-relateditem a {
	color:		#666666;
	font-size:		10px;
	text-decoration:	none;
}
.news-single-additional-info .news-single-related .news-single-relateditem a:hover {
	color:		#962D58;
	text-decoration:	underline;
}
.news-single-additional-info .news-single-files {
}
.news-single-additional-info .news-single-files .news-single-filesheader {
	background-color:	#EEEEEE;
	color:		#666666;
	font-size:		10px;
	font-weight:	bold;
	margin-top:	10px;
	margin-bottom:	5px;
}
.news-single-additional-info .news-single-files .news-single-filesitem {
	color:		#666666;
	font-size:		10px;
	text-decoration:	none;
}
.news-single-additional-info .news-single-files .news-single-filesitem a {
	color:		#666666;
	font-size:		10px;
	text-decoration:	none;
}
.news-single-additional-info .news-single-files .news-single-filesitem a:hover {
	color:		#962D58;
	text-decoration:	underline;
}
.news-single-additional-info .news-single-links {
}
.news-single-additional-info .news-single-links .news-single-linksheader {
	background-color:	#EEEEEE;
	color:		#666666;
	font-size:		10px;
	font-weight:	bold;
	margin-top:	10px;
	margin-bottom:	5px;
}
.news-single-additional-info .news-single-links .news-single-linksitem P.bodytext {
	color:		#666666;
	font-size:		10px;
	text-decoration:	none;
	font-weight:	normal;
	margin:		0;
	padding:		0;
}
.news-single-additional-info .news-single-links .news-single-linksitem P.bodytext a {
	color:		#666666;
	font-size:		10px;
	font-weight:	normal;
	text-decoration:	none;
	margin:		0;
	padding:		0;
}
.news-single-additional-info .news-single-links .news-single-linksitem P.bodytext a:hover {
	color:		#962D58;
	font-weight:	normal;
	text-decoration:	underline;
	margin:		0;
	padding:		0;
}




.news-single-backlink {
	color:		#000000;
	font-weight:	normal;
	font-size:		10px;
	border-top:	1px solid #CCCCCC;
	text-align:		right;
}
.news-single-backlink A {
	color:		#000000;
	text-decoration:	none;
}
.news-single-backlink A:hover {
	color:		#000000;
	background-color:	#CCCCCC;
	text-decoration:	none;
	font-weight:	normal;
}

.news-single-timedata, .news-single-imgcaption {
	font-size: 9px;
}


/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	padding:		0;
	width:		300px;
	float:		left;
	margin-right:40px;
}
.news-amenu-container .news-amenu-archiveheader {
	display:		none;
}
.news-amenu-container LI {
	font-size:		11px;
	padding-bottom:	5px;
}
.news-amenu-container UL {
	padding:		0;
	margin:		0;
	list-style-type:	none;
}
.news-amenu-container UL LI A {
	font-size:		11px;
	color:		#000000;
}
.news-amenu-item-year {
	font-weight:	bold;
	padding:		3px;
	background-color:	#666666;
	color:		#FFFFFF;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}