/*----------- tt_news LIST view  ---------------------------------*/

.news-list-img {
  padding-right:15px;
  float:left;
}

.news-list-item {
  background-color:#c8ddf3;
  line-height:1.2em; /*aus content */
}

.news-list-item h3 {
  font-weight:bold;
  text-align:left;

  margin:0 0 0.25em 0;
  background: #6F7B89;
  font-size:115%;
  padding: 3px 5px 3px 5px; /*aus content*/

}

.news-list-item h3 G {      /* aus content*/
  border:0;
  height:30px;
  text-indent: -999em;      /* aus content*/
}

.news-list-item h3 a {
  text-decoration:none;
  text-align:left;
  a:active
}


.news-list-item h3 a:active, .news-list-item a:hover, news-list-item a:focus {
  color:#222;
  text-decoration:underline;
}


/*----------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
  padding:3px;
  margin-bottom:5px;
}

.news-single-titel {
  font-weight:bold;
  text-align:left;

  margin:0 0 0.25em 0;
  background: #6F7B89;
  font-size:115%;
  padding: 3px 5px 3px 5px; /*aus content*/
}

.news-single-img {
  float: left;
  margin-right:5px;
}

.news-single-imgcaption {
  line-height:1.4em;
  font-size:0.9em;
  font-color:#fffff;
  font-style:italic;
  width:240px;
  padding:5px 5px 5px 5px;
  margin-bottom:5px;
  background-color:#c8ddf3;
  clear:both;
}

.news-single-item h3 {
  font-weight:bold;
  text-align:left;

  margin:0 0 0.25em 0;
  background: #6F7B89;
  font-size:115%;
  padding: 3px 5px 3px 5px; /*aus content*/
}

/*----------- tt_news LATEST view  ---------------------------------*/

.news-latest-img {
  padding-right:7px;
  padding-bottom:7px;
  float:left;
  padding-top:0px;
  margin-top:0px;
  margin-right:7px;
}

.news-latest-item h3 {
  font-weight:bold;
  text-align:left;

  margin:0 0 0 0;
  background: #6F7B89;
  font-size:115%;
  padding: 3px 5px 3px 5px; /*aus content*/
}

.news-latest-item h3 a {
  text-decoration:none;
  text-align:left
}

.news-latest-item {
  line-height:1.5em;
}

.news-latest-item h3 a:active, .news-latest-item a:hover, news-latest-item a:focus {
  color:#222;
  text-decoration:underline;
}

}