/* Alle CSS zum NEWSTXD-Modul */
#news_box_short {
  display: block; 
  margin: 0 0 1em 0; 
  float:left; 
  clear: both; 
  font-size: 1em;
  width: 100%;   border:0.09em solid lightgrey;
  color: #000; 
}
#news_box_short a {
 text-decoration: none; color: #000; 
}
#news_box_short:hover {
  background-color: #FFFFAE;text-decoration: underline;
}
#news_comments, #news_header, #news_date {   color: #003366;  }
#news_header { 
  float: left;
  margin: 0;
  padding: 0.2em 0;
  background-image: url(media/newsheader2.gif);
	background-repeat: repeat-x;
  background-color: #E2EBF4;
  width: 100%;  
}
#news_title_short, #news_title_long { 
    /* background-color: green;  */
  padding: 0 0.1em 0 0.5em;
  /* font-variant:small-caps; */
  /* text-transform:uppercase ; */
  font-weight: bold;
  font-size: 1.2em;  
}
#news_short, #news_long {  padding: 0.5em ; }
#news_date { padding: 0.12em 0.5em 0 1em; float: right; font-weight: normal; font-size:0.9em; }
#news_picture { float: left; padding: 0 0.5em 0.5em 0; }
#news_short { clear: both; color: #000; }
#news_readmore { text-align: right; font-size: 0.9em; }
#news_box_long {  } 
#news_long { clear: both; }

#news_comments { clear: both; }
.comment_title { font-weight: bold; padding-left: 0.5em ;}
.comment_text { color: #000; background-color: #fff; border-right: 0.09em solid #F1F4FF;border-bottom: 0.09em solid #F1F4FF; padding: 0 0 1.5em 0.5em ; }
.comment_title, .comment_text { border-left: 0.09em solid #F1F4FF; }
.comment_info { font-size: 0.9em; text-align: right; border-right: 0.09em solid #F1F4FF; padding-right: 0.5em; }
.comment_title, .comment_info { border-top: 0.09em solid #F1F4FF; background-color: #E2EBF4; }

