/* news */

div.news-nav-leiste {
  position: relative;
  width: 100%;
}

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

a.news-pagebutton:link, a.news-pagebutton:visited, a.news-pagebutton:hover, a.news-pagebutton:focus, a.news-pagebutton:active {
  position: relative;
  width: 7px;
  height: 15px;
  padding: 2px 6px 2px 6px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: rgb(153,153,153);
  float: left;
  overflow: hidden;
  cursor: pointer;
}
a.news-pagebutton:hover, a.news-pagebutton:focus, a.news-pagebutton:active {
  background-color: rgb(172,32,26);
}

div.news-pages {
  position: relative;
  width: 193px;
  padding: 2px;
  text-align: center;
  float: left;
  overflow: hidden;
  color: rgb(153,153,153);
  font-weight: bold;
}
div.news-pages a:link, div.news-pages a:visited, div.news-pages a:hover, div.news-pages a:focus, div.news-pages a:active {
  font-weight: bold;
}

div.news-numall, div.news-nav {
  position: absolute;
  top: 3px;
}
div.news-nav {
  right: 0;
}
div.news-numall {
  position: relative;
  text-align: right;
  float: right;
}

div.news {
  position: relative;
  margin-bottom: 20px;
}
div.news h2 {
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 3px;
}

div.news small {
  color: #BBBBBB;
}

span.news-datum {
  display: block;
  color: #BBBBBB;
  font-size: 11px;
  margin-bottom: 6px;
}
