
/*-----------------------------------  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:0;
  border:0;
  margin:0;
  padding:0;
  line-height:0;

}

.news-single-item hr.clearer {
  clear:none;
}

.news-latest-container hr.clearer {
  clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
  float:left;
}


.news-single-subheader {
  padding-top:1em;
  padding-bottom:1em;
}


h3.news-single-subheader {
  font-size:100%;
}

.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:#fff;
}
.news-latest-gotoarchive A {
  color:#fff;
}
.news-latest-item {
  /* IE hack */
  height: 1%;
  line-height: 1.3;
  /* IE hack end */
  height: auto !important;  
  padding:0;
  margin-bottom:1em;
  border-bottom:1px solid #0099DA;
  background-color:transparent;
  padding-bottom:0.5em;
}

.news-list-item h3,
.news-latest-item h3 {font-size:100%;}

.news-latest-item b {font-weight:normal !important;}
.news-latest-item i {font-style:normal !important;}

.news-latest-item IMG {

  margin-bottom:5px;
  margin-right:5px;
  border:0;
  float:left;
  
}
.news-latest-item a br {
  display:none;
}
.news-latest-category img {
  float: none;
  border:none;
  margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
  font-weight:normal !important;
  color:#333;
}

.news-latest-morelink {
  margin-bottom:0.5em;
}


div.news-latest-item p {display:inline;}


div.news-list-browse a,
div.news-list-browse a:link {
background-color:#018FD7;
border:0 none !important;
padding:0.2em 0.5em;
color:#fff;
}

div.news-list-browse a:focus,
div.news-list-browse a:hover,
div.news-list-browse a:active,
div.news-list-browse span.active {
background:#C7EAFB none repeat scroll 0 0;
color:#C9252B !important;
text-decoration:none;
}

div.news-list-browse span.active {
padding:0.2em 0.5em;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
  /*border:0px solid #000;
  background-color:#BBE53A;*/
}


.news-list-item {
  /* IE hack */
  height: 1%;
  line-height: 1.3;
  /* IE hack end */
  height: auto !important;  
  padding:0;
  margin-bottom:1em;
  border-bottom:1px solid #0099DA;
  background-color:transparent;
  padding-bottom:0.5em;
}
.news-search-form {
  margin-bottom:1em;
}


div.news-search-form input {
    background-color: #fff;
    border: 1px solid #018FD7;
    color: #333333 !important;
    cursor: auto;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.2em;
}

div.news-search-form span.news-search-form-submit input {
    background-color: #018FD7;
    border: 0;
    color: #fff !important;
    padding-left: 1em;
    padding-right: 1em;
}

.news-search-emptyMsg{
  margin:0px;
}
.news-search-form FORM {
  margin:0px;
}


.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {

  padding-left:2px;
}

.news-list-date {
  font-weight:normal !important;
  color:#333;
  }

.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-category IMG {
  float: none;
  border:none;
  margin:0px;
}


.news-list-morelink,.news-list-category {
  margin-left:5px;
}

/*.news-list-morelink  {
  margin-bottom:3px;
}

*/
.news-list-browse {
  text-align: center;
}



  /*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
  margin:0;
  border:0;
  padding:3px;

}
.tx-ttnews-browsebox TD {
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
  font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
  margin:0px;
  padding:1px 3px 1px 3px;
}

.tx-ttnews-browsebox-SCell {
  border:0px solid #666;
}

  /*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {

}


.news-single-item h2 {
  font-weight:bold;
  font-size:110%;
}
.news-single-item h3 {
  margin-bottom: 15px;
  font-style:italic;
  color: #444;
  font-weight:normal;
}



.news-single-img {
  float: right;
  margin-left:5px;

}



.news-single-imgcaption {
  padding:3px;
  clear:both;
}

.news-single-category {

  float: right;
}
.news-single-backlink, .news-single-backlink a {
  margin-bottom: 2em;
  margin-top: 1em;
}
.news-single-timedata {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size:0.9em !important;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
  
}
.news-single-author {
  padding-bottom: 3px;
}
.news-single-additional-info {
  background-color: #BBE53A;
/*   clear: both; */
  margin-top: 15px;
  border: 1px solid #666;
  padding:3px;
  padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
  margin-top: 1em;
  margin-bottom: 1em;
}

.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%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
  margin-top:10px;
  padding:3px;
  border:1px solid #333;
  background-color:#BBE53A;
}
.news-amenu-container LI {
  padding-bottom:1px;
}
.news-amenu-container UL {
  padding:3px;
  margin-top:5px;
  margin-left:0px;
  margin-bottom:0px;
  border:1px solid #666;
  background-color:#F9FFE5;
  list-style-type: none;
}
.news-amenu-container H2 {
  color:#fff;
  padding:3px;
  border:1px solid #666;
  background-color:#769024;
}
.news-amenu-item-year {
  font-weight: bold;
  border: 1px solid #666;
  padding: 2px;
  background-color: #769024;
  color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
  padding:5px;
  margin:10px 0px 10px 10px;
  border:1px solid #666;
  background-color:#F9FFE5;
}
.news-catmenu-header  {
  font-size:11px;
  font-weight:bold;
}
.news-catmenu DIV {
  font-size:10px;
  white-space: nowrap;
}
.news-catmenu DIV img {
  margin:0px;
  padding:0px;
  vertical-align: middle;
}
.news-catmenu-ACT {
  font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
  background-color:transparent;
}
.level1 {
  padding-left:10px;
  background-color:transparent;
}
.level2 {
  padding-left:10px;
  background-color:transparent;
}
.level3 {
  padding-left:10px;
  background-color:transparent;
}
.level4 {
  padding-left:10px;
  background-color:transparent;
}


div.news-single-item a img {margin-bottom:1em;}
