/* News */

div.news-kopf {
  width: 425px;
  padding: 5px;
  background-color: rgb(230,237,247);
}

div.news-content {
  width: 435px;
  padding-top: 5px;
  padding-bottom: 25px;
}

h2.news-headline {
  font-size: 14px;
  font-weight: bold;
  color: rgb(75,114,156);
  margin: 0;
  padding: 0;
}

span.news-datum {
  font-size: 11px;
}

div.news-pagenav {
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
  overflow: hidden;
}

div.news-pages {
  position: relative;
  width: 70px;
  text-align: center;
  float: left;
}

div.news-numall {
  position: relative;
  text-align: right;
  float: right;
}


a.button:link, a.button:visited, a.button:hover, a.button:focus, a.button:active {
  position: relative;
  width: 7px;
  height: 15px;
  margin-top: -2px;
  padding: 2px 6px 2px 6px;
  background-color: rgb(60,60,52);
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  float: left;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
a.button:hover, a.button:focus, a.button:active {
  background-color: rgb(148,148,144);
}

div.button-inactive {
  position: relative;
  width: 7px;
  height: 15px;
  margin-top: -2px;
  padding: 2px 6px 2px 6px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: rgb(208,208,204);
  float: left;
  overflow: hidden;
  cursor: default;
}
