
/*-----------------------------------  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;
}

.news-latest-container HR.clearer {
	clear:left;
}

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

.news-latest-container {}

.news-latest-container H3 A {
	font-size:11px;
}

.news-latest-container H3 A {
	color:#004071;
	text-decoration:none;	
}

.news-latest-container H3 A:HOVER {
	color:#e40039;
	text-decoration:underline;	
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:8px 0 8px 0;
	border-top:1px solid #7eb2d4;
}

.news-latest-morelink {
	text-align:right;
}

.news-latest-morelink A {
	display:block;
	color:#004071;
	font-weight:bold;
	text-decoration:none;
}

.news-latest-morelink A:HOVER {
	color:#e40039;
	text-decoration:underline;	
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {}

.news-list-item {
	margin-bottom:16px;
}

.news-search-form {
	margin-bottom:16px;
	padding:3px;
	border:1px solid #7eb2d4;
}

.news-search-form .eingabe{
	float:left;
	margin-right:5px;
}

.news-search-form .eingabe input {
	border:1px solid #7eb2d4;
	width:300px;
	height:16px;
	padding:2px;
	font-size:11px;
}

.news-search-form .news-search-form-submit {
	margin:0;
	padding:0 0 0 9px;
	background:url("../bilder/btn_weiter_left.png") no-repeat left top;
	float:left;
}

.news-search-form .news-search-form-submit input {
	width:100px;
	height:23px;
	border:0;
	font-size:11px;
	line-height:23px;
    padding:0 15px 0 6px;
	background:url("../bilder/btn_weiter_right.png") no-repeat right top;
}

.news-search-emptyMsg{
	margin-top:16px;
}

.news-search-form FORM {
	margin:0px;
}

.news-list-subheader {}

.news-list-container H3 {
	font-size:11px;
	margin-bottom:5px;
	padding:5px;
	padding-left:10px;
	background:#c7eafe url(../bilder/hg_tt_h3listdisplay.png) repeat-x left top;
	border-top:solid 1px #97cff1;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#004071;
}

#mainContent .news-list-container H3 A {
	text-decoration:none;
	color:#004071;
}

#mainContent .news-list-container H3 A:HOVER {
	text-decoration:underline;
	color:#e40039;
}

.news-list-container P {}

.news-list-date {
	float:right;
	width:100px;
	text-align:right;
	color:#004071;
	font-weight:normal;
}

.news-list-morelink {
	height:23px;
}

.news-list-morelink a {
	line-height:24px;
    padding:5px 20px 5px 30px;
	color:#004071;
	font-weight:bold;
	text-decoration:none;
	background: url("../bilder/btn_weiter_off.png") no-repeat left top;
}

.news-list-morelink a:hover {
	color:#e40039;
	text-decoration:underline;
	background: url("../bilder/btn_weiter_on.png") no-repeat left top;
}

.news-list-browse {
	text-align: center;
}


	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	padding:10px;
	border:1px solid #7eb2d4;
	background-color:#b2daf4;
}

.tx-ttnews-browsebox TD {}

.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: #c7eafe;
	border:1px solid #7eb2d4;
	padding-left:5px;
	padding-right:5px;
}

.tx-ttnews-browsebox a {
	color:#004071;
	margin-left:3px;
	padding-right:3px;
}

.tx-ttnews-browsebox a:hover {
	color:#e40039;
}

.tx-ttnews-browsebox-SCell a {
	color:#004071;
}

.tx-ttnews-browsebox-SCell a:hover {
	color:#e40039;
}

.news-search-emptyMsg {
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {}

.news-single-item H2 {
	font-size:18px;
	font-weight:normal;
	color:#004071;
	padding:0 0 5px 0;
	margin:0 0 8px 0;
	border-bottom:solid 1px #7eb2d4;
	line-height:20px;
}

.news-single-item H3 {
	font-size:12px;
	padding:0 0 5px 0;
	margin:0 0 8px 0;
}

.news-single-img {
	float: right;
	margin-bottom:20px;
	margin-left:20px;
}

.news-single-img img {
	border:solid 1px #7eb2d4;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-backlink, .news-single-backlink a {
	margin-bottom:15px;
	margin-top:10px;
}

.news-single-backlink a, .news-single-files a {
	font-weight:bold;
	text-decoration:none;
	color:#004071;
}

.news-single-backlink a:hover, .news-single-files a:hover {
	color:#e40039;
	text-decoration:underline;
}

.news-single-timedata {
	float:right;
	margin-left:20px;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {}

.news-single-author {
	padding-bottom:3px;
}

.news-single-additional-info {
	clear: both; 
	margin-top: 15px;
	border:1px solid #7eb2d4;
	background-color:#b2daf4;
	padding:3px;
	padding-bottom:0px;
}

.news-single-related,.news-single-files,.news-single-links  {
	border:1px solid #7eb2d4;
	margin:0px;
	margin-bottom:3px;
	padding:3px;
	background-color:#c7eafe;
}

.news-single-files img {
	margin-right:10px;
	vertical-align:middle;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight:bold;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

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


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-weight:bold;
}
.news-catmenu DIV {
	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;
}



