/* LATEST */

h3.latest a {
	font-size: 16px;
	font-weight: 600;
	/*color: #B72121;*/
}

.latest-text p {
	padding-top: 10px;
	line-height: 18px !important;
	font-size: 14px;
}

.latest-date {
	font-size: 14px;
	color: #888;
	margin-bottom: 5px;
}



/* LIST */
.news-single-backlink a {
	text-decoration: underline;
	color: #e95d0f;
	float: left;
}

#back ul a:hover {
  background: url(../image/ul-a-hover-back-link.gif) center left no-repeat;
  color: #57618d;
  display:block;
}

.messe {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1ebf4;
}

.messe a {
  text-decoration: none;
}

.messe a h2.headline {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #b72121;
  margin-left: 120px;
}

.date {
	position: absolute;
	float: left;
	width: 120px;
	color: #999;
}

.messe-inhalt {
  float: left;
  width: 940px;
  line-height: 24px;
}

.messe-inhalt p {
	float: left;
	max-width: 550px;
	margin: -4px 0 20px 120px;
}

.messe-inhalt p b {
	font-weight: 600;
}

.messe-inhalt img {
  float: right;
  margin-top: 3px;
}

span.news-list-morelink a {
   text-decoration: none;
   color: #212121;
   float: right;
   margin: 0 0 0 20px;
   padding: 0 15px 0 0;
   background: url('../images/newsArrow.png') no-repeat right 7px;
}

span.news-list-morelink a:hover {
   text-decoration: none;
   color: #b72121;
   float: right;
   margin: 0 0 0 20px;
   padding: 0 15px 0 0;
   background: url('../images/newsArrow-hover.png') no-repeat right 7px;
}

.showResultsWrap {
	text-align: center !important;
	font-size: 14px;
	display: none;
}

.browseLinksWrap {
	text-align: center;
	color: #CCC;
	margin: 10px 0 0 0;
	font-size: 14px;
}

.browseLinksWrap a {
	transition: 0.3s ease;
}

.browseLinksWrap a:hover {
	color: #e95d0f;
}

.activeLinkWrap {
	color: #e95d0f;
}



/* SINGEL */
#back ul a,
.news-single-backlink a {
	background: #eee;
	color: #212121;
	text-decoration: none;
	padding: 10px !important;
	transition: all 0.3s ease 0s;
}

.news-single-backlink a:hover {
	background: #ddd;
	cursor: pointer;
}

.news-single-img a img {
	margin-top: 3px;
}

.news-single-item p {
	padding-bottom: 20px;
}
