/*********************/
/*  LISTENANSCIHT    */
/*********************/


.news-trenner {
  width: 100%;
  clear: both;
  height: 3px;
  background-color:#fff;
  margin: 10px 0px 10px 0px;
}

.listen-image {
  float: left;
  padding: 0px 5px 0px 0px;
}

.listen-subheader {
  margin: 8px; 0px 0px 0px;
}

/*********************/
/*  LATESTANSICHT    */
/*********************/

.news-latest-item {
  padding: 10px 0px 10px 0px;
}

.latest-header {
  width: 100%;
  text-align: center;
  margin: -5px 0px 10px 0px;
  padding: 0px 0px 7px 0px;
  border-bottom: solid 2px #d2d2d2;
}

.latest-header a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #e20006;
  text-decoration: none;
}

.latest-image {
  width: 100%;
  text-align: center;
}

.latest-image img {
  border: solid 3px #d2d2d2;
}

.news-latest-morelink {
  text-align: right;
  width: 100%;
}

.news-latest-morelink a {
  color:#e20006;
  font-weight: bold;
  text-decoration: none;  
}

/*********************/
/*  SINGLEANSCIHT    */
/*********************/

.news-latest-item {
  margin: 0px 10px 10px 10px;
}

.single-header {
  width: 100%;
  text-align:center;
}

.single-text {
  margin: 10px 0px 10px 0px;
}

.news-single-backlink a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  display: block;
  background-color:#e20006 !important;
  text-align: center;
  margin-top: 1px;
}


.news-single-backlink a:hover {
  background-color:#8a0004 !important;
  text-decoration: none !important;
}

.news-single-img img {
  border: solid 3px #e7e7e7;
}

.news-single-booking {
  float: left;
  border: none;
}

.news-single-booking img {
  float: left;
  border: none;
  margin-top: -45px;
}

.single-text .contenttable {
  float: left;
  width: 300px;
}