
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	border:0px;
	height:1px;
	background-color:#555555;
}

.news-list-container HR.clearer {
display:block;
width:100%;
background-color:#4f4f4f;
height:2px;
margin:20px 0 20px 0;
}

.news-latest-container HR.clearer {
	clear:left;
}
.news-single-item HR.clearer {
	clear:left;
	height:1px;
	border:1px solid #000000;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

}


.news-list-item {
/* IE hack */
height: 1%;
line-height: 1.3;
/* IE hack end */
padding:3px;
margin:3px;
}

.news-search-form {
padding:3px;
margin-bottom:5px;
}

.news-search-emptyMsg{
margin:0px;
}
.news-search-form FORM {
margin:0px;
}
.news-list-container H2 {
margin: 10px 0 5px 0;
padding:0;
color: #FFFFFF;
background-color: transparent;
font-size:1.1em;
font-family: arial, sans-serif;
font-weight:bold;
text-transform:uppercase;
}
.news-list-container H2 A:LINK,.news-list-container H2 A:VISITED,.news-list-container H2 A:HOVER {
color:#fff;
text-decoration:none;	
}
.news-list-container H2 A {
color:#fff;
text-decoration:none;	
}

.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 {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}


.news-list-morelink,.news-list-category {
	font-size:0.9em;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}


/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	color:#EEEEEE;
	width:271px;
	height:338px;
	font-size:1.0em;
	font-family: arial, sans-serif;
	/*background-color:#000000;*/
	/*background-image: url(../images/newsrahmen.jpg); */
	/*background-repeat: no-repeat;*/
}

.news-latest-container H2 {
color:#EEEEEE;
padding-top:7px;
padding-left:20px;
padding-bottom: 7px;
margin:0px;
border:0px;
font-size:1.1em;
font-weight:bold;
text-transform:uppercase;
}

.news-latest-container H3.news-title {
color:#5998E7;
padding-left:0px;
padding-right:10px;
margin:0;
padding:0;
font-size:1.0em;
}

.news-title A:LINK, .news-title A:VISITED, news-title A:HOVER  {
	text-decoration:none;
	padding-bottom:0px;
	border:0px;
	color:#5998E7;
	padding-left:0px;
	padding-right:10px;
	font-size:1.0em;
	margin:0;
}

.news-subheader  {
	color:#EEEEEE;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
	text-decoration:none;
	margin:0px;
	padding-bottom:0px;
	border:0px;
	
}

.news-latest-gotoarchive {
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	/*background-color:#769024;*/
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#EEEEEE;
}
.news-latest-gotoarchive A {
	color:#EEEEEE;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	/*padding:0px;*/
	padding-left:10px;
	padding-right:10px;
	/*margin:10px;*/
	/*border:1px solid #666;*/
	/*background-color:#F9FFE5;*/
	border:0px;
	margin:0px;
}

.news-latest-item IMG {
	margin-bottom:7px;
	margin-top:0px;
	margin-left:1px;
	padding:0px;
	border:1px solid #AAAAAA;
	
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
	font-family:arial, sans-serif;
	color:#EEEEEE;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	font-size:1.0em;
	float:right;
}

.news-latest-morelink A:LINK, .news-latest-morelink A:HOVER, .news-latest-morelink A:VISITED {
	font-size:1.0em;
	color:#EEEEEE;
	float:right;
	text-decoration:none;
}


	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	width: 459px;
	 padding: 0px;
	 margin:0px;
	 float:left;
	 border:0px;
	

}
.news-single-item H1 {
color:#5a98e7;
font-size:1.3em;
font-family: arial, sans-serif;
font-weight:normal;
margin: 0px;
border:0px;
}
.news-single-item H3 {
	font-size:1.0em;
	font-family: arial, sans-serif;
	font-weight:normal;
	color:#EEEEEE;
	margin: 0px;
	padding:0px;
	border:0px;
}

.news-single-img {
	display:none;

}

.news-single-imgcaption {
	padding:0px;
	clear:both;
}

.news-single-category {
	display:none;
}
.news-single-backlink, .news-single-backlink a {
	color:#EEEEEE;
	font-size: 0.9em;
	padding: 0px 0px 7px 0px;
	text-decoration:none;
}

.news-single-backlink A:LINK, .news-single-backlink A:HOVER, .news-single-backlink A:VISITED  {
	color:#EEEEEE;
	font-size: 0.9em;
	padding: 0px 0px 7px 0px;
	text-decoration:none;
}

.news-single-timedata {
	padding-top: 0px;
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 1.0em;
	font-family:arial, sans-serif;
	color:#EEEEEE;
}
.news-single-author {
	padding: 7px 0px 7px 0px;
	margin:0px;
	border:0px;
}

.news-single-author a {
	padding: 7px 0px 7px 0px;
	margin:0px;
	border:0px;
	color:#EEEEEE;
	text-decoration:underline;
	font-family:arial, sans-serif;
	font-size:0.9em;
}

.news-single-author A:LINK, .news-single-author A:HOVER, .news-single-author A:VISITED {
	padding: 7px 0px 7px 0px;
	margin:0px;
	border:0px;
}

.news-single-additional-info {
	background-color: #BBE53A;
	color: #EEEEEE;
/* 	clear: both; */
	margin-top: 15px;
	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;
	color: #EEEEEE;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}


