/* news */

div.news-umrandung {
  position: relative;
  float: left;
}

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

/* Modul Navigation */

div.modul-navigation {
  position: relative;
  width: 100%;
}

a.modul-pagebutton:link, a.modul-pagebutton:visited, a.modul-pagebutton:hover, a.modul-pagebutton:focus, a.modul-pagebutton:active, div.modul-pagebutton-inactive {
  position: relative;
  padding: 3px 6px 3px 6px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: #002263;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
a.modul-pagebutton:hover, a.modul-pagebutton:focus, a.modul-pagebutton:active {
  color: white;
  background-color: rgb(204,204,204);
}
div.modul-pagebutton-inactive {
  color: white;
  background-color: rgb(224,224,224);
  cursor: default;
}

div.modul-pages {
  position: relative;
  width: 224px;
  padding: 3px;
  text-align: center;
  float: left;
  overflow: hidden;
  color: #002263;
  font-weight: bold;
}
div.modul-pages a:link, div.modul-pages a:visited, div.modul-pages a:hover, div.modul-pages a:focus, div.modul-pages a:active {
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
div.modul-pages a:hover, div.modul-pages a:focus, div.modul-pages a:active {
  color: #AAAAAA;
}

div.modul-position {
  position: relative;
  width: 124px;
  padding: 3px;
  text-align: center;
  float: left;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
}

div.modul-numall {
  position: relative;
  padding: 3px 0 3px 0;
  float: right;
}
div.modul-numall a:link, div.modul-numall a:visited, div.modul-numall a:hover, div.modul-numall a:focus, div.modul-numall a:active {
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
div.modul-numall a:hover, div.modul-numall a:focus, div.modul-numall a:active {
  color: #AAAAAA;
}