
/*--------  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;
  display: none;
}
.news-latest-container HR.clearer {
  clear:left;
}

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

.news-latest-container {
}

.news-latest-container h2,
.news-latest-gotoarchive {
}

.news-latest-gotoarchive {
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
}
.news-latest-gotoarchive A {
}
.news-latest-item {
}
p.news-latest-item span.news-latest-text { padding-left: 12px; background: url('pfeil-black.gif') no-repeat; }
.news-latest-item IMG {  
  margin-bottom:5px;
  margin-right:5px;
  border:1px solid #666;
  float:left;
}
.news-latest-category IMG {
  float: none;
  border:none;
  margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
}

.news-latest-morelink {
  height:1em;
}

.news-latest-morelink A {
  float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
  
}

.news-list-item {
  /* IE hack */
  height: 1%;
  line-height: 1.3;
  /* IE hack end */
  padding:3px;
  padding: 1.5em 0;
}
.news-search-form {
  margin: 0; padding: 0;
  margin-top: 1em;
}
.news-search-emptyMsg{
  margin:0px;
}
.news-search-form FORM {
  margin:0px;
}
.news-list-container H3 {
  margin-bottom: 5px;
  padding: 2px;
  border-bottom: 1px solid #039;
  clear: both;
}
.news-list-container P {
  margin: 0;
  margin-bottom: .8em;
  padding-left:3px;
}
.news-list-date {
  vertical-align: middle;
  float: right;
  color: #039;
  padding-left: 3em;
  text-align: right;
}

.news-list-imgcaption {
  float: right;
  padding-top:3px;
  padding-right:3px;
}

.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:3px;
}
.news-list-morelink  {
  margin-bottom:3px;
}
.news-list-browse {
  text-align: center;
  clear: both;
}
.news-list-browse table {
	margin: auto;
}
.news-list-browse p {
  margin: 0;
  padding: 0;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
  margin:3px;
  border:1px solid #666;
  padding:3px;
  background-color:#f0f0f0;
}
.tx-ttnews-browsebox TD {

}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
  margin:0px;
}

.tx-ttnews-browsebox-SCell {
  border: 1px solid #888;
}
.news-search-emptyMsg {
  margin-left: 10px;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
  padding:5px;
  margin-bottom:5px;
  
}
.news-single-item H2 {
  margin-bottom: 0px;
}
.news-single-item H3 {
  margin-bottom: 15px;
}

.news-single-img {
  float: right;
  margin-left:1.2em;  
}

.news-single-imgcaption {
  margin: 0;
  text-align: center;
  background-color: #eee;
  padding:2px;
  clear:both;
  margin-top: 4px;
}

.news-single-category { 
  float: right;
}
.news-single-backlink, .news-single-backlink a {
  margin-bottom: 15px;
  margin-top: 10px;
}
.news-single-timedata {
  float: right;
  font-weight: normal;
  padding-left: 5em;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
}
.news-single-author {
  padding-bottom: 3px;
}
.news-single-additional-info {
  background-color: #f0f0f0;
  /*	clear: both;*/
  margin-top: 15px;
  border: 1px solid #666;
  padding:3px;
  padding-bottom:0px;
  clear: both;
}

.news-single-related,.news-single-files,.news-single-links  {
  margin:0px;
  margin-bottom: 3px;
  padding:3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {  
  margin-left:20px;
}

DD p { margin: 0; padding: 0; }

.news-single-related DT, .news-single-links DT, .news-single-files DT {
  margin-left:5px;
  width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
}
.news-amenu-container UL {
}
.news-amenu-container UL LI {
}
.news-amenu-container UL LI.news-amenu-item-year {
  font-weight: bold; margin: 0; padding: 4px 0; 
}
.news-amenu-container UL LI.news-amenu-item-year DD {
  margin: 0; padding: 0;
}

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


.news-catmenu  {
}
.news-catmenu-header {
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
  margin:0px;
  padding: 0px;
  vertical-align: middle;
}
.news-catmenu-ACT {
}

