@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator     YAML Builder V1.0.3b (http://builder.yaml.de)
 * @file        content.css
 */

@media screen, projection
{
	
  /*Allgemein*/
  .news-single-item a         { color: #D9241C; text-decoration: none;}
  .news-single-item a:active  { color: #E2001A;}
  /*.news-single-item a:hover { color: white; background: #E2001A;} */
  .news-single-item a:hover   { color: white; }
  
  /*Listenansicht*/
  
  .news-list-item{
  	/*height: 200px;*/
  }
  
    .news-list-item p{ 
  	display: inline;
  	  }
  	
  .news_image{
  	float: right;
  	margin-left: 6px;
    margin-top: 1px;
  }
  
  #col3_content img {
  	padding-left: 0px !important;
  	padding-top: 0px !important;
  }
  
  .news-list-date{
  	display: none;
  }
  
  .news-list-morelink{
  	display: inline;
  	/*padding-bottom: 20px;*/
	padding-bottom: 5px;
	margin-left: 5px;
	font-style: italic;
  }
  
  .news-list-morelink a{
  	color: red;
  }
  
   /*.bodytext{
  	padding-bottom: 10px;
  } */
  
  
  .news-list-item h3 a{
  	color: black;
  	text-decoration: none;
  }
  
  .news-list-item h3 a:hover{
  	/*background: #E2001A;*/
  	color: #333;
  }
  
  /*Detailansicht*/
  
  .news-single-timedata{
  	display: none;
  }
  
  .news-single-img{
  	float: right;
  	padding: 10px;
  }
  
  .news-single-imgcaption{
  	padding-bottom: 15px;
  	width: 150px;
  	font-size: 0.8em;
  }
  
  .csc-frame-rulerBefore 
  {clear: both;}
  
}