
/***   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;
   width: auto;
   background-color: #eeeeee;
   border: 1px solid #eeeeee;
   height:210px;
}

.news-list-date {
  padding:0px;
  font-size: 10px;
  width: 21%;
  
}

.news-list-text {
   padding:3px;
   height: auto;
   width: 62%;
   float:left;
}


.news-list-morelink{
    padding:3px;
    clear:both;
}


.news-list-morelink a{
     font-weight: normal !important;
 }

.news-list-bild {
   width: 35%;
   height: 170px;
   padding-top: 10px;
   padding-left:10px;
   border-left: 1px solid #ffffff; 
   float: right;
}



.news-list-title {
   padding:5px;
   color: #444;
   font-weight: bold;
   background-color: #A5C6DF;
   clear: both;
}
.news-list-title a {
font-weight: bold;
}


/***   tt_news - Layout SINGLE     ***/

.news-single-text {
   width: 400px;padding:0px; margin-top:-10px;
   float:right;
}

.news-single-img {
   padding:5px;
   text-align: left;
}

.news-single-bild {
   width: 300px;text-align:left;
   float:left;

}

.news-single-imgcaption {
font-size: 0.8em;
font-weight: bold;
line-height: 1.3;}

.news-single-additional-info {
clear:both;
float:left;
}

.news-single-backlink{
padding-top: 15px;
clear:both;
}

.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;
}


.news-list-header_veroeff {
   padding-bottom:3px;
   width: 600;
   background-color: #E9F3FA;
   height:auto;
}


.news-list-file_veroeff {
   padding-bottom: 30px;
}

.news-list-title_veroeff {
   font-weight: bold;
   color: #636363;
}

.news-list-date_veroeff {
   padding-bottom: 5px;
   font-weight:bold;
   color: #343434;
}

.news-list-item_veroeff {
   margin: 10px;
   --padding: 10px;
   border: 1px dotted #dddddd;
   width: 600px;
}

