/***********************/
/*  LISTENANSICHT      */
/***********************/

.clearer {
  clear:both;
}

.news-list-container {
  border: solid 1px #835839;
  font-size: 11px;
  line-height: 15px;
  width: 605px;
  background-color:#FFF0D5;
  padding: 10px;
}

.news-list-item {
  background-color:#fff;
  padding: 6px;
  margin: 6px;
}

/***********************/
/*  SINGLE             */
/***********************/

.news-single-item .header5 img {
  border: solid 1px #976247;
  margin:3px 10px 3px 0px;
  padding-right: 10px;
  background-color:#EA6C14;
}

.news-single-img {
  float: left;
  padding-left: 5px;
  margin-top: 8px;
}

.news-single-content {
  float: left;
  width: 370px;
}

.news-single-backlink {
  clear:both;
  font-weight: bold;
  padding-top: 20px;
}

/***********************/
/*  LATEST             */
/***********************/

/*
#latest-startseite {
  position: absolute;
  z-index: 1000;
  width: 1000px;
  left: 50%;
  margin-left: -340px;
  top: 45px;
}
*/

#latest-startseite {
  width: 100%;
  left: 50%;
  margin: 15px 0px 0px 165px;
  text-align: center;
}

#latest-startseite .news-latest-item {
  width: 250px;
  float: left;
  margin-right: 150px;
  background: none !important;
  text-align: center !important;
}

#latest-startseite .news-latest-date {
  display: none;
}

#latest-startseite .news-latest-subheader {
  font-size: 12px !important;
  line-height: 18px;
}

#latest-startseite .news-latest-morelink a {
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
  color:#000;
}

#latest-startseite .news-latest-morelink a:hover {
  font-size: 12px;
  font-weight:bold;
  text-decoration: underline;
  color:#000;
}

.news-latest-container a {
  color:#7d3e12;
  text-decoration:none;
}

.news-latest-item {
  background-color:#f0e2c9;
  padding: 5px 8px 8px 8px;
  margin-top: 20px;
}

.news-latest-date {
  font-size: 10px;
  margin: 0px 0px -10px 0px;
  display: none;
}

.news-latest-subheader {
  font-size: 10px;
  line-height: 17px;
}

.news-latest-morelink a {
  font-size: 10px;
  font-weight:bold;
  text-decoration: none;
  color:#ec6708;
}

.news-latest-morelink a:hover {
  font-size: 10px;
  font-weight:bold;
  text-decoration: underline;
  color:#ec6708;
}

h3 {
  margin: 5px 0px 0px 0px;
  font-size: 12px;
}
