/* NEWS */

div.news-date {
  position: relative;
  padding: 3px 10px 0 0;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
}

div.news-headline {
  position: relative;
  padding-right: 80px;
}

div.news-headline h2 {
  display: inline;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 13px;
  font-weight: bold;
  color: black;
}
div.news-headline h2 a:link, div.news-headline h2 a:visited {
  color: black;
}
div.news-headline h2 a:hover, div.news-headline h2 a:focus, div.news-headline h2 a:active {
  color: #666666;
}

div.news-headline h3 {
  display: block;
  margin-top: 5px;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 13px;
  font-weight: bold;
  color: #666;
}

div.news-main {
  position: relative;
  padding: 6px 10px 6px 0;
  background-repeat: no-repeat;
  background-position: left bottom;
}

span.news-date {
  display: block;
  position: absolute;
  width: 80px;
  right: 2px;
  bottom: 3px;
  font-size: 11px;
  text-align: right;
}

div.news-footer {
  position: relative;
  padding: 2px 0 2px 0;
  background-repeat: no-repeat;
  background-position: left bottom;
}
div.news-footer a:link, div.news-footer a:visited, div.news-footer a:hover, div.news-footer a:focus, div.news-footer a:active {
  font-weight: bold;
}

div.news-bild {
  position: relative;
  width: 120px;
  padding: 0 10px 0 0;
  overflow: hidden;
  float: left;
}
div.news-bild img {
  margin: 24px 0 0 0;
}
div.news-schmal {
  position: relative;
  width: 366px;
  float: left;
}
div.news-breit {
  float: left;
}

a.news-link:link, a.news-link:visited, a.news-link:hover, a.news-link:focus, a.news-link:active {
  display: block;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0;
}

a.button-prev:link, a.button-prev:visited, a.button-prev:hover, a.button-prev:focus, a.button-prev:active, a.button-next:link, a.button-next:visited, a.button-next:hover, a.button-next:focus, a.button-next:active {
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
}

div.button-inactive {
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  overflow: hidden;
  text-align: center;
}
div.button-inactive img {
  margin: 0;
}

div.pagenav {
    position: relative;
    padding-top: 3px;
}

div.pagenav-rechts {
    text-align: right;
}

span.numbers {

    position: relative;
padding: 0 10px 0 10px;
    float: left;

}


div.pages {
    position: relative;
    padding: 0 10px 0 10px;
    float: left;
}

div.range {
    position: relative;
    float: right;
}
