
/***   tt_news - Layout LATEST     ***/

.news-latest-item {
   margin:5px;
   background-color: #F4F4F4;
   border: 1px solid white;
   height:210px;
}

.news-latest-header {
   border: 1px solid white; 
  
   
}


.news-latest-title {
   padding:5px;
   width: auto;
   border: 1px solid white; 
   background-color: #CED1DB;
   
}

.news-latest-date {
  padding:0px;
  font-size: 10px;
  width: 21%;
  
}

.news-latest-text {
   padding:3px;
   height: 80%;
   width: 65%;
   border-right: 1px solid white;  
   float:left;
}


.news-latest-morelink{
    padding:3px;
    clear:both;
}

.news-latest-bild {
   width: 30%;
   padding: 10px;
   float: right;
}


/***   tt_news - Layout LIST     ***/

.news-list-item {
   margin:5px;
   --background-color: #EEEEEE;
   border: 1px solid #eeeeee;
   height:210px;
}

.news-list-header {
   border: 1px solid white; 
  
   
}


.news-list-title {
   padding:5px;
   width: auto;
   border: 1px solid white; 
   background-color: #eeeeee;
   
}

.news-list-date {
  padding:0px;
  font-size: 10px;
  width: 21%;
  
}

.news-list-text {
   padding:3px;
   height: 80%;
   width: 65%;
   border-right: 1px solid #eeeeee;  
   float:left;
}


.news-list-morelink{
    padding:3px;
    clear:both;
}

.news-list-bild {
   width: 30%;
   padding: 10px;
   float: right;
}


.news-single-text {
   padding:3px;
   width: 550px;
--   border-right: 1px solid #eeeeee;  
}



.news-single-bild {
   text-align:center;
}




.news-amenu-container ul {
   font-weight: normal;
   font-size: 10px;

}
.news-amenu-container li {
 list-style-image: none;
 list-style-type: none;
 --border:1px solid #CED1DB;
 border-bottom:none;
 padding: 5px;height: auto;
 width: 200px;
}