/*-----------------------------------  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;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	background-color:#f3f3f4;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.news-latest-header {
	border-top: 2px solid #FFFFFF;
	width: 450px;
	color:#808285;
	height:20px;
	font-weight: bold;
	font-size: 12px;
	padding-top:2px;
	background-color:#f3f3f4;
}

.news-latest-arrow {
	vertical-align: top;
	padding-top: 2px;
	background-color: #C7C8CA;
	border-right: 1px solid #D2D3D5;
	border-bottom: 1px dashed #BFC0C2;
}

.news-latest-title, .news-latest-title a {
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	margin-bottom: 5px;
}

.news-latest-title a:hover {
	color: #DA1C52;
}

.news-latest-container H2,.news-latest-gotoarchive {
	padding:3px;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	padding-left:23px;
}
.news-latest-gotoarchive A, .news-latest-gotoarchive A:VISITED {
	color: #DA1C52;
	text-decoration: none;
}

.news-latest-gotoarchive A:hover{
	color: black;
	text-decoration: underline;
}

.news-latest-item {
	border-bottom: 1px dashed #BFC0C2;
	padding: 5px;
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
	text-align: right;
	float: right;
}

.news-latest-morelink, .news-latest-morelink A {
	color: #DA1C52;
	text-decoration: none;
	margin-left:3px;
}

.news-latest-morelink A:hover {
	color: black;
	text-decoration: underline;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	background-color:#f3f3f4;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.news-list-header {
	border-top: 2px solid #FFFFFF;
	width: 450px;
	color:#808285;
	height:20px;
	font-weight: bold;
	font-size: 12px;
	padding-top:2px;
	background-color:#f3f3f4;
}

.news-list-arrow {
	vertical-align: top;
	padding-top: 2px;
	background-color: #C7C8CA;
	border-right: 1px solid #D2D3D5;
	border-bottom: 1px dashed #BFC0C2;
}

.news-list-title, .news-list-title a {
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	margin-bottom: 5px;
}

.news-list-title a:hover {
	color: #DA1C52;
}

.news-list-item {
	border-bottom: 1px dashed #BFC0C2;
	padding: 5px;
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #769024;
	background-color: #769024;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	margin-bottom:5px;
	margin-right:5px;
	float:left;
	}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-date,.news-list-morelink,.news-list-category {
	font-size:9px;
	text-align: right;
	float: right;
}

.news-list-morelink, .news-list-morelink A {
	color: #DA1C52;
	text-decoration: none;
	margin-left:3px;
}

.news-list-morelink A:hover {
	color: black;
	text-decoration: underline;
}

.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap, .tx-ttnews-browsebox a {
	margin-top:5px;
	background-color:#f3f3f4;
	color: #DA1C52;
	text-decoration: none;
}

.tx-ttnews-browsebox a:hover {
	color: black;
	text-decoration: underline;
}

.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 {
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item  { background-color: #f3f3f4; margin-bottom: 5px;}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 11px;
}

.news-single-title {
	border-top: 2px solid #FFFFFF;
	width: 450px;
	color:#808285;
	height:20px;
	font-weight: bold;
	font-size: 12px;
	padding-top:2px;
}

.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #DA1C52;
	text-decoration: none;
	padding-bottom:3px;
	padding-left:5px;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.news-single-backlink a:hover {
	color: black;
	text-decoration: underline;
}
.news-single-middle {
	border-left: 2px solid white;
	border-right: 2px solid white;
	padding-left:5px;
	padding-right:5px;
}
.news-single-timedata, .news-single-author {
	font-size: 9px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	text-align: right;
	margin: 0px;
}

.news-single-author a{
	font-size: 9px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	text-align: right;
	color: #DA1C52;
	text-decoration: none;
	padding-bottom: 0px;
	margin:0px;
}
.news-single-author a:hover{
	color: black;
	text-decoration: underline;
}

.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {

}
.news-single-related,.news-single-files,.news-single-links  {

}

.news-single-related DD, .news-single-links DD, .news-single-files DD,
.news-single-related A, .news-single-links A, .news-single-files A, {
	color: #DA1C52;
	text-decoration: none;
}

.news-single-related A:hover, .news-single-links A:hover, .news-single-files A:hover, {
	color: black;
	text-decoration: underline;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	padding:3px;
	border-left:1px solid white;
	border-right:1px solid white;
	background-color:#f3f3f4;
}
.news-amenu-container LI, .news-amenu-container A {
	padding-bottom:1px;
	padding-top:1px;
	color: black;
	text-decoration: none;
	margin-left: 5px;
}

.news-amenu-container A:hover {
	text-decoration: underline;
}

.news-amenu-item-year DD {
	padding-bottom:1px;
	margin-left: 5px;
	list-style-type: none;
}

.news-amenu-container UL {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
}
.news-amenu-item-year {
	font-weight: bold;
	padding: 2px;
	background-color: #d1d2d4;
	color:#black;
}

/*--------------------------------- 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, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}


   )