/*******************************************
* Styles für tt_news
*******************************************/

.tx-ttnews-browsebox {
	text-align:center;
	padding:0;
	margin:1.2em 0 1em 0;
   padding:1px;
/*   border:1px solid #ccd;*/
   background:#F4F4F0;
}
.tx-ttnews-browsebox a, .tx-ttnews-browsebox strong {
	padding: 0 0.4em 0.4em 0;
	margin:0;
	background:transparent;
}

/*******************************************************/
/* LATEST Ansicht */

#news-latest-item {
	border-bottom: 1px #D5D0BA solid ;
	margin-bottom: 0.75em ;
	padding-bottom: 0.75em ;
}

.news-latest-date {
   text-decoration: none ;
   font-size: 0.85em ; 
   font-weight: normal ;
   color: #6F6842 ;
   margin: 0 ; padding: 0 ;
}

#news-latest-item h3 {
   font-size: 0.93em ;
   margin: 0 0 0.25em 0 ;
   padding: 0 ;
}

#news-latest-item h3 a {text-decoration: none; color: #6F6842;}
#news-latest-item h3 a:hover {text-decoration: underline; background: #fff; }

#news-latest-item img {
	padding-right: 1em;
	padding-top: 0.5em;
	float: left;
}

#news-latest-item p {
   font-size: 0.9em ;
   line-height: 1.2em ;
   margin: 0 ;
   display: inline ;
}

.news-latest-morelink {
   font-size: 0.9em ; 
   display: inline ;
}
.news-latest-morelink a {text-decoration: none; }

.news-latest-gotoarchive {
   margin: 0 0 1em 0 ;
}

/*******************************************************/
/* LIST Ansicht */

#news-list-item {
	border-bottom: 1px #D5D0BA solid ;
	margin-bottom: 1em ;
	padding-bottom: 1em ;
}

.news-list-date {
   text-decoration: none ;
   font-size: 0.9em ; 
   font-weight: normal ;
   color: #6F6842 ;
   margin: 0 ; padding: 0 ;
}

#news-list-item h3 {
/*   font-size: 1em ;
   margin: 0.5em 0 0.5em 0 ;*/
   padding: 0 ;
}

#news-list-item h3 a {text-decoration: none; }
#news-list-item h3 a:hover {text-decoration: underline;}

#news-list-item img {
	padding-right: 1em;
	padding-top: 0.5em;
	float: left;
}

#news-list-item p {
 /*  font-size: 0.9em ;*/
   line-height: 1.3em ;
   margin: 0 ;
 /*  display: inline ;*/
}

.news-list-morelink {
  font-size: 0.9em ;
}

.news-list-morelink a {text-decoration: none ; }

.news-list-gotoarchive {
   margin: 0 0 1em 0 ;
}

/* #####################################################

.news-list-item {
	margin-bottom: 1em;
}

.news-list-item h3 {
	padding-top: 0;
}
.news-list-item h3 a { text-decoration:underline; }
.news-list-item h3 a:hover { background:transparent; }
.news-list-item h3 span.news-list-date {
	color: #aaa;
	font-weight: normal;
}
.news-list-morelink {
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
	text-align:center;
}
.news-list-morelink a { color: #669;}
.news-list-morelink a:hover { background: transparent; }

########################################################*/

/*******************************************************/
/* SINGLE Ansicht */

#news-single-item h3 {
   font-size: 1.1em ;
	margin: 1em 0 1em 0 ;
	padding: 0.2em 0.1em 0.2em 0.1em ; 
	background: #F4F4F0 ;
}
.news-single-img {
	padding-right:15px;
	float:left;
}
.news-single-img p {
	padding:0;
	margin:0;
}
.news-single-timedata {
	color: #6F6842;
	margin-bottom: 0.5em;
   display: inline ;
}

.news-single-author {
	color: #6F6842;
	margin-bottom: 0.5em;
	display: inline ;
}

.news-single-item hr {
   margin: 2em 0 1em 0 ;
}

.news-single-backlink {
   margin: 0 0 1em 0 ;
}

.news-list-category { color: #aaa; }
.news-single-additional-info {}
.news-single-additional-info dd { margin-top: -1em; }
.news-single-additional-info dt {margin-bottom: 1.4em; color: #aaa; }



