/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer {
  clear:right;
  height:0px;
  border:0px;
}

.news-latest-container HR.clearer {
  clear: left;
}

.clearer-left{
  clear:left;
  height:0px;
  border:0px;
  
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container { 
  border:0px;
}
.news-latest-gotoarchive {
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
  color:#000000;
  padding-left:15px;
  padding-top:10px;
  font-size:11px;
  display:inline !important;
}

.news-latest-gotoarchive A {
  color:#000000;
  padding-left:15px;
  padding-top:10px;
  font-size:11px;
  display:inline !important;
}

.news-latest-item {
  /* IE hack */
  height:1%;
  line-height:1.3;
  /* IE hack end */
  padding:5px 0 5px 0;
  <!-- margin:2px 0 10px 0; -->
  border:0px;
  <!-- border-bottom:1px dotted #aaa; -->
  <!-- note: width can be changed only in news html template-->
}

.news-latest-item P, .news-latest-item H3 {
  font-weight:normal;
  padding:0px;
  margin:0px 0px 6px 0px;
  text-align:justify;
}

.news-latest-item p a {
  
}

.news-item-image{
  display:block;
  position:relative;
  float:left;
  width:30%;
}
.news-item-body{
  display:block;
  position:relative;
  float:left;
  width:70%;
}

.news-item-image IMG {
  margin-bottom:5px;
  margin-right:5px;
  border:0px;
  float:left !important;
  width:90%;
  /*padding:5px;*/
}

.news-latest-category IMG {
  float:none;
  border:none;
  margin:0px;
}

.news-latest-date, .news-latest-morelink, .news-latest-category {
  /*padding-left: 10px;*/
  display:block;
  font-size:11px;
  margin-top:1px;
  margin-bottom:1px;
}

#rc DIV.news-latest-container DIV.news-latest-morelink {
        float:right;
  margin:0 10px 8px 0;
}
#rc DIV.news-latest-container DIV.news-latest-morelink A {
  font-size:11px;
  color:#7f99b2;
  background:url("../gfx/footernav.gif") no-repeat 0 6px;
  padding:0 0 0 6px;
}

#rc DIV.news-latest-container DIV.news-latest-morelink, #rc DIV.news-latest-container DIV.news-latest-morelink A {
  float:right;
  height:9px;
}

#rc DIV.news-latest-container DIV.news-latest-item H3 {
  color:#000;
  font-weight:bold;
        font-size:11px;
  background:url("../gfx/actionbox_pfeil.gif") no-repeat 0 5px;
  margin:4px 10px 4px 10px;
  padding:0 0 0 15px;
  line-height:14px;
}
#rc DIV.news-latest-container DIV.news-latest-item H3 A {
  color:#000;
  display:inline;
  padding:0px;
  margin:0px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
  border:0px;
  padding-bottom:10px;
}

.news-list-item {
  /* IE hack */
  height:1%;
  line-height:1.3;
  /* IE hack end */
  padding:3px 0 3px 0;
  margin:10px 0 20px 0;
  border:0px;
}

.news-search-form {
  padding:3px;
  margin-bottom:5px;
  border:1px solid #666;
}

.news-search-emptyMsg { margin:0px; }
.news-search-form FORM { margin:0px; }

DIV.news-list-container DIV.news-list-container H3 {
  margin:0px;
  padding:20 0 10 0px;
}

.news-list-container P {
  margin:0px;
  padding:0px;
}

.news-list-date {
/*  width:180px;*/
  text-align:left;
  margin-top:5px;
  font-size:10px;
  font-weight:normal;
  clear:both;
}

.news-list-imgcaption {
  float:right;
  padding-top:3px;
  padding-right:3px;
  font-size:9px;
}

.news-list-container IMG {
  float:right;
  border:0px;
  margin-bottom:5px;
  margin-right:2px;
  margin-left:5px;
}

.news-list-category IMG {
  float:none;
  border:none;
  margin:0px;
}

.news-list-morelink, .news-list-category {
  font-size:9px;
  margin:3px 0 3px 0;
}

.news-list-category { margin-bottom: 6px; }
.news-list-morelink  { margin-bottom: 3px; }
.news-list-browse { text-align:center; }

.news-list-morelink A {
        font-size:12px;
  color:#7f99b2;
  background:url("../gfx/footernav.gif") no-repeat 0 6px;
  padding:0 0 0 6px;
}

.news-list-morelink { float:right; }


/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox {
  margin:2px;
  border:0px;
  padding:1px;
}

.tx-ttnews-browsebox TD, .tx-ttnews-browsebox P {
  margin:0px;
  padding:0px;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell, .tx-ttnews-browsebox-SCell a {
  font-weight:bold;
}

.tx-ttnews-browsebox-SCell P, .tx-ttnews-browsebox TD P {
  margin:0px;
  padding:3px;
}

.tx-ttnews-browsebox-SCell {
  border:0px;
}

.news-search-emptyMsg {
  font-size:11px;
  margin-left:10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item {
  padding: 0px;
  margin-bottom: 5px;
  border: 0px;
}

.news-single-img {
  float: left;
  margin-left: 0px;
  margin-right:5px;
  margin-top:0px;
  
  
}

.news-single-imgcaption {
  padding: 3px;
  clear: both;
  width: 150px;
}

.news-single-backlink, .news-single-backlink a {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.news-single-timedata, .news-single-author, .news-single-imgcaption, .news-single-category {
  font-size: 9px;
  padding-bottom: 5px;
}

.news-single-timedata {
  font-size: 12px;
}

.news-single-author {
  padding-bottom: 3px;
}

DIV.news-single-additional-info {
/*  clear: both;*/
  margin-top: 15px;
  border: 0px;
  padding: 0px;
}

DL.news-single-related DD, DL.news-single-files DD, DL.news-single-links DD  {
  font-size:12px;
  border:0px;
  border-bottom:1px solid #ffffff;
  background-color:#EFEFEF;
  margin:0px;
  padding:5px;
  width:auto;
}

DL.news-single-related DD P, DL.news-single-files DD P, DL.news-single-links DD P {
  margin:0px;
  padding:2px;
}

DL.news-single-related DT, DL.news-single-links DT, DL.news-single-files DT {
  font-weight:bold;
  font-size:12px;
  padding:5px;
  width:auto;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */

.news-amenu-container {
  margin-top:10px;
  padding:3px;
  border:0px;
}

.news-amenu-container LI {
  padding:2px;
  margin-left:0px;
}

.news-amenu-container UL {
  padding:3px;
  margin-top:5px;
  margin-left:0px;
  margin-bottom:0px;
  border:0px;
  list-style-type:none;
}

.news-amenu-container H2 {
  color:#666666;
  padding:1px;
  border:0px;
}

.news-amenu-item-year {
  font-weight:bold;
  border:0px;
  padding:2px;
  margin-left:0px;
  color:#666666;
}

.news-amenu-item-year DD{
  margin-left:0px;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
  padding:5px;
  margin:10px 0px 10px 10px;
  border:1px solid #666;
}

.news-catmenu-header {
  font-size:11px;
  font-weight:bold;
}

.news-catmenu DIV {
  font-size:10px;
  white-space:nowrap;
}

.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
  margin:0px;
  padding:0px;
  vertical-align:middle;
}

.news-catmenu-ACT {
  font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */

.level1 {
  padding:1px;
  padding-left:10px;
  background-color:#ebf8bf;
  border-left:1px solid #666;
  border-top:1px solid #666;
}

.level2 {
  padding:1px;
  padding-left:10px;
  background-color:#ddf393;
  border-left:1px solid #666;
}

.level3 {
  padding:1px;
  padding-left:10px;
  background-color:#cae46e;
  border-left:1px solid #666;
  border-top:1px solid #666;
}

.level4 {
  padding:1px;
  padding-left:10px;
  background-color:#b0cb51;
  border-left:1px solid #666;
}