/* HTML-Tags fuer:
tt_news_v2 */
.news-latest-container {
  font-size: xx-small;
  padding: 15px;
  position: relative;
  /*width: 175px;*/
}
.news-latest-container h3 {
  font-size: xx-small;
}
.news-latest-gotoarchive {
  padding: 5px;
  text-align:right;
}
.news-latest-item {
  background-image: url(../images/tt_news-bullet.gif);
  background-position: 0px 10px;
  background-repeat: no-repeat;
  border-bottom: dotted;
  border-bottom-color:#FFFFFF;
  border-bottom-width:thin;
  border-left-width: 18px;
  padding: 5px;
  padding-left: 19px;
}
.news-list-container {
  font-size: xx-small;
}
.news-list-container h2 {
  font-size: 8pt;
  margin-top: 25px;
  text-transform: uppercase;
}
.news-list-container h3 {
  font-size: 8pt;
  font-weight: normal;
  text-transform: uppercase;
}
.news-list-date {
  text-transform: uppercase;
}
.news-list-morelink{
  padding: 5px;
  text-align: right;
}
.news-single-item h2 {
  font-size: 8pt;
  font-weight: bold;
  margin-top: 25px;
  text-transform: uppercase;
}
.news-single-item h3 {
  color: #003399;
  font-size: medium;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 2px;
}
.news-single-links {
  border: dashed;
  border-color: #999999;
  border-width: 1px;
  font-size: x-small;
  margin-top: 25px;
  padding: 15px;
  /*width: 100%; */
}
.news-single-timedata {
  border-bottom: dotted;
  border-bottom-color: #999999;
  border-bottom-width: 1px;
  border-top: dotted;
  border-top-color: #999999;
  border-top-width: 1px;
  font-size: xx-small;
  margin-top: 25px;
  padding: 2px;
  text-align: center;
  width: 100%;
}
.news-single-timedata_info {
  font-size: xx-small;
  font-style: italic;
  text-align: right;
}
DIV.news-single-item .img {
  background-color:#999999;
  padding: 1px;
  width: 100%;
}
DIV.news-single-item .img_text {
  background-color: #CCCCCC;
  color: #003399;
  font-size: xx-small;
  font-weight: bold;
  padding:5px 0;
  text-align:center;
  /*width: 100%;*/
  display:block;
  margin-right: 1px;
}
.news-amenu-container {
  font-size: x-small;
  margin-top: 25px;
  margin-bottom: 25px;
}
.news-amenu-container a {
  background-image: url(../images/bullet_news.gif);
  background-position: 2px 15px;
  background-repeat: no-repeat;
  font-size: 12px;
  margin-left: 25px;
  padding: 10px;
  padding-left: 18px;
}
.news-amenu-container h2 {
  color: #003399;
  font-size: medium;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 2px;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
/*--------------------------------- Änderung durch jweiland.net --------------------------*/
.news-list-container {

}
.news-list-item {
  /* IE hack */
  height: 1%;
  line-height: 1.3;
  /* IE hack end */
  height: auto !important;
  padding:3px;
  margin:3px;
}
.news-list-container H3 {

}
.news-list-container H3 A {

}
.news-list-container P {

}
.news-list-date {
  float: right;
  width: 180px;
  text-align: right;
  font-size: 9px;
  font-weight: normal;
}
.news-list-imgcaption {
  float: right;
  padding-top:3px;
  padding-right:3px;
  font-size: 9px;
}
.news-list-container img {
  float: right;
  margin-bottom:5px;
  margin-left:5px;
}
.news-list-category img {
  float: none;
  border:none;
  margin:0px;
}
.news-list-morelink,.news-list-category {
  font-size:9px;
  margin-left:3px;
}
.news-list-morelink  {
  margin-bottom:3px;
}
.news-list-browse {
  text-align: center;
}
.news-list-container hr.clearer, .news-single-item hr.clearer, .news-latest-container hr.clearer {
  clear:right;
  height:1px;
  border:none;
}
.news-latest-container hr.clearer {
  clear:left;
}
