/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	width: 433px;
}

.news-list-item {
	width: 423px;
	padding: 3px;
	padding-bottom: 10px;
	margin: 5px;
	background-image: url(../img/news_line.gif);	
	background-repeat: no-repeat;
	background-position:bottom ;
}

.news-list-container .news-list-item .clear .header{
	background-image: url(../img/news_header.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
	margin-bottom: 5px;
}

.news-list-container .news-list-item p{
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #5F5F5F;
}
/*Fix fuer IE*/
*html .news-list-container .news-list-item p{
	width: 282px;
}

.news-list-item .headerTop {
	width:342px;
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

.news-list-item .headerTop a{
	font-size:1em;
}

.news-list-item .headerTop a:hover{
	text-decoration:underline;
	font-size:1em;
}

.news-list-container .headerTop {
	width: 400px;
}

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

.news-list-date {
	width: 400px;
	font-size: 11px;
	color: #1a1a1a;
}

.news-list-container IMG {
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.tt-news-more{
	width: 0px;
	font-weight: bold;
	background: url(../img/more_icon.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
.tt-news-back{
	width: 0px;
	font-weight: bold;
	background: url(../img/back_icon.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
.news-list-morelink,.news-list-category {
	font-size: 11px;
	margin-left:3px;
}
/* HR */
*html .news-list-item hr {
	height: 1px;
	border: 1px solid #ddd;
}
.news-list-item hr {
	height: 1px;
	border: 0px;
	background-color: #ddd;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/	

/*Fix FF -- center browsebox-table */
.tx-ttnews-browsebox table{
	margin: 0 auto;
}

.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;
	clear:right;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/	
.news-single-item {
	width: 425px;
	padding:5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.news-single-item .header {
	float:right;
}

/* css-hierarchy needed to overwrite main.css defaults! */
.news-single-item p {
	padding:2px 10px 0px 5px;
}

/* css-hierarchy needed to overwrite main.css defaults! */
.news-single-item .headerTop {
	width:350px;
	float:left;
	font-weight:bold;
	font-size: 1.2em;
	color: #5f5f5f;
	padding:0px 0px 0px 5px;
}
/* HR */
*html .news-single-item hr {
	height: 0px;
	width: 0px;
	border: 1px solid #eee ;

}
*html .news-single-item .hr {
	height: 1px;
	background-image: url(../img/news_singel_hr.gif);
	background-repeat: no-repeat;
}

.news-single-item hr {
	height: 10px;
	border: 0px;
	background-image: url(../img/news_singel_hr.gif);
	background-repeat: no-repeat;
}

.news-single-img {
	float: right;
	margin:5px 0px 5px 5px;
}

.news-single-imgcaption {
	font-size: 9px;
	padding: 2px 0px 5px 0px;
}

.news-single-category {
	float: right;
}

.news-single-timedata {
	float: right;
	padding-top:1px;
	text-align:right;
}

.news-single-timedata {
	font-size: 11px;
	color: #1a1a1a;
}

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

.news-single-additional-info {
	margin: 0px 1px 5px 1px;
/*	border: 1px solid #666;*/
	padding:3px;
	padding-bottom:0px;
}

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

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
	border:1px solid red;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	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-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;
}
