/* Gaestebuch */

div.gaestebuch-umrandung {
  position: relative;
  width: 100%;
}

div.gaestebuch-umrandung1, div.gaestebuch-umrandung2 {
  position: relative;
  padding: 10px 20px 10px 40px;
  border-top: 1px solid #EE0000;
}
div.gaestebuch-umrandung1 {
  background-color: #F6F6F6;
}

div.gaestebuch-datum {
  position: relative;
  font-size: 10px;
  color: rgb(102,102,102);
  padding: 2px 0 2px 0;

}

span.gaestebuch-kommentar {
  color: rgb(102,102,102);
}

/* Modul Navigation */

div.news-pagebutton-inactive-left, div.news-pagebutton-inactive-right {
  position: relative;

  width: 7px;
  height: 14px;
  float: left;
  overflow: hidden;
  cursor: default;
  background-repeat: no-repeat;
}

a.news-pagebutton-left:link, a.news-pagebutton-left:visited, a.news-pagebutton-left:hover, a.news-pagebutton-left:focus, a.news-pagebutton-left:active, a.news-pagebutton-right:link, a.news-pagebutton-right:visited, a.news-pagebutton-right:hover, a.news-pagebutton-right:focus, a.news-pagebutton-right:active {
  position: relative;
  width: 7px;
  height: 14px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
}

div.news-pages {
  position: relative;
  width: 146px;
  padding: 2px;
  padding-top: 0;
  font-size: 11px;
  text-align: center;
  float: left;
  overflow: hidden;
}

div.news-numall {
  position: relative;
  width: 476px;
  padding: 2px;
  padding-top: 0;
  font-size: 11px;
  text-align: right;
  float: left;
  overflow: hidden;
}

div.news-pagenav {
  padding-top: 20px;
}

div.modul-navigation {
border-top: 1px solid #EE0000;
padding-top: 10px;
}