/* Newsitem | News
   * (en) Formatting the news 
   * (de) Formatierung der News ausgabe
   *
   * @section content-tables
   */  
   
   .news-list-item { margin-bottom: 1em; color: #666666; }
   
   .news-list-item  h2 { font-size: 1.4em; margin-bottom: 0.5em; line-height:120%; }
   
   .news-list-date { color: #CC6600; font-size: 1.2em; }
   
   .news-list-date p { }
   
   .news-list-morelink a { color: #182E7A; text-decoration: underline; font-size: 1.2em;}   

/**
  * .news-list-item a:focus p.bodytext,
  * .news-list-item a:hover p.bodytext,
  * .news-list-item a:active p.bodytext { color:#182E7A; text-decoration:underline; }   
   **/

   .news-list-morelink p a:focus,   
   .news-list-morelink p a:hover,   
   .news-list-morelink p a:active { color:#182E7A; text-decoration:underline; }

   .news-list-morelink p { display:inline; }    
    
   .news-single-timedata {
      color:#CC6600;
   }   

   .news-single-item {  
      font-size:9pt;      
      line-height:1.5em;
   }      

   .news-single-backlink {   
	font-size:1em;	
   }
  
   .news-teaser{
   font-size: 1.2em;
   padding-left: 0;
   
   }
   
   .news-latest-item{
   	margin-left: 1em;
   	margin-right: 1em;
   }

   
   .news-latest-gotoarchive{
   	margin-left: 1em;
   }
   
   .news-catRootline{
   	font-size: 1.4em;
   	margin:1.0em 0;
   }
   
   .news-catmenu-NO{
   	font-size: 1.2em;

   }
   
   .news-catmenu-ACT{
   	font-size: 1.2em;
   	font-weight: bold;
   }
 /*Kategorienbilder verstecken 
  .c-recIcon{
   	width: 0px;
   	height: 0px;
   } */  
   
   .news-catmenu{
   margin-bottom:15px;
   }
   
   /*Meldungstext, wenn bei Newssuche nichts gefunden wurde */
   .no-news-found{
   color: #CC6600;
   font-weight: bold;
   font-size: 1.2em; 
   }