/**
 *
 * CSS Stylesheet News
 * Dachauspurs.de
 * 
 * author: Cross Content Media - Sebastian B�ttger (dev@cross-content.com)
 * 
 */
 
 
.news-latest-container {
  display: block;
  width: 400px;
  float: left;
  
} 
 
.news-latest-item {
  display: block;
  float: left;
  width: 180px;
  border-left: 1px solid #C91614;
}

.news-latest-item img {
  float: right;
  padding-left: 5px;
  padding-bottom: 0px;
}

  .news-latest-container .fullsize {
    width: 400px;
  }

  .news-latest-container .halfsize {
    width: 194px;
    margin-right: 10px;
    margin-top: 12px;
    min-height:180px;
  }

  .news-latest-container .thirdsize {
    float:right;
    width: 124px;
    margin-right: 5px;
    margin-top: 12px;
    margin-left:5px;
    min-height:180px;
  }

  .news-latest-container .halfsize_last,
  .news-latest-container .thirdsize_last {
    margin-right: 0px;
    min-height:180px;
  }


.news-latest-item h3,
.news-latest-item h3 a,
table caption {
  background-color: #C91614;
  margin-top: 0px;
  color: #FFFFFF;
  font-weight:bold;
  text-align:left;
  font-style: italic;
  font-size: 13px;
  text-decoration: none;
}

.news-latest-item .news-latest-morelink {
  margin-left: 1em;
}

.news-latest-gotoarchive {
  display: block;
  width: 100%;
  float: left;
  margin-top: 12px;
}
