/* news */
/* Darstellung des gesamten Newsblocks */
.news-item {
  margin: 0;
  padding: 5px;
  margin-top:10px;
  margin-bottom:10px;
  clear: both;
}

.news-item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.news-item {display: inline-block;}

/* Hides from IE-mac \*/
* html .news-item {height: 1%;}
.news-item {display: block;}
/* End hide from IE-mac */

/* Darstellung der Überschrift */
.news-title {
  width: 100%;
}
.news-title a:link, .news-title a:visited {
  text-decoration: none;
}
/* Darstellung des Teasers */
.news-description {
  width: 100%;
}
.news-description p {
  margin-left: 220px;	
}
/* Darstellung des Bilds selbst */
.news-image {
  float: left;
  /*margin-left: -160px;*/
  margin-right: 10px;
}
p.news-footer {
  font-size: 83%;
  color: #666;	
}
