	/*
	
	 css for tt_news LIST view 
	  
	 */

.news-list-container {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
}
.news-list-item {
	}
.news-list-item img {
	float:left;
	margin-right:10px;
}
.news-list-item-inside {
	background:url(../img/grey.gif) repeat-x 0 10px;
}
span.news-list-date {
	padding:20px 0 0 0;
	width:100%;
	display:block;
	}
.news-list-item h3.headerNews  {
	padding:0;
	color:#000;
}
.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 div.news-list-item H3 {
	font-weight:bold;
	width:auto;
}
.headerNews {
	padding:6px 0 4px 0;
}
.news-list-container H3 A {
	color:#003882;
	text-decoration:underline;
}
.news-list-container H3 A:HOVER {
	color:#f09124;
}
.news-list-img-border {
	border:solid 1px #D1D1D1;
	padding:5px;
	float: left;
	width:auto;
	margin-right:10px;
}
.news-list-container IMG {
	border:solid 1px #D1D1D1;
}
.news-list-item a  {
	color:#003882;
	width:auto;
	text-decoration:underline;
	font-size:12px;
	background:none;
	padding:0;
}
.news-list-morelink {
	margin-top:10px;
}
.news-list-morelink  a{
	color:#003882;
	text-decoration:underline;	
}
.news-list-morelink  a:hover, a.news-list-link-startpage:hover{
	color:#f09124;
}
.news-list-browse {
}
.news-list-link-startpage {
	margin-bottom:10px;
	width:auto;
}
.news-list-link-startpage a:hover {
	color:#f09124;
}
a.moreNews {
	background-color:#fff;
	text-decoration:underline;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	text-align:left;
	background:url(../img/grey.gif) repeat-x 0 10px;
	display:block;
	width:100%;
	padding:10px 0;
}
.tx-ttnews-browsebox p {
	margin:20px 0 10px 0;
	padding:0;

}
.tx-ttnews-browsebox table {
	width:auto;
	border-collapse:collapse;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox table tr td p {
	border-right:1px solid #d1d1d1;
	margin:0;
}
.tx-ttnews-browsebox p.next {
	border:none;
}
.tx-ttnews-browsebox table tr td p a {
	color:#003882;
	text-decoration:underline;
	padding:0 3px 0 3px;
	}
.tx-ttnews-browsebox table tr td.tx-ttnews-browsebox-SCell p a{
	color:#f09124;
	text-decoration:none;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
}
.news-single-item H2 {
	padding-bottom:15px;	
}
.news-single-img {
	float:left;
	width:203px;
}
.news-single-img-border {
	width:auto;
	margin-right:20px;
         margin-bottom:10px;
	border:solid 1px #D1D1D1;
	padding:5px;
}
.news-single-imgcaption {
	font-size:10px;
}
.news-single-content {
	float:left;
	width:auto;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	margin-bottom:2px;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
#leftdefault ul.news-amenu {
	margin:0 10px 0 0;
	padding:0 0 0 20px;
	font-size:12px;
}
#leftdefault ul.news-amenu li {
	padding:0 0 0 30px;
	margin:8px 0 0 0;
}
#leftdefault ul.news-amenu li.news-amenu-item-year {
	padding:0 0 0 20px;
	font-weight:bold;
	color:#003882;
}
#leftdefault ul.news-amenu li a strong{
	color:#f09124;
	font-weight:normal;
}