.news {
  margin-bottom: 20px;
  border: solid 1px #517FB3;
}

.news .datum, .news .mehr {
  background-color: #c6daf1;
  padding: 2px 5px;
}

.news .datum {
  text-align: right;
  font-size: 0.8em;
}

.news h2 {
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #517FB3;
}

.news .teaser {
  padding: 5px;
}

.news .mehr a {
  color: #23558e;
  text-decoration: none;
}

.news .mehr a:hover {
  text-decoration: underline;
}

.nodec {
  text-decoration: none;
  color: #000 !important;
}