div.gaestebuch-umrandung { position: relative; width: 100%; }
div.gaestebuch-umrandung1, div.gaestebuch-umrandung2 { position: relative; padding: 8px 20px 8px 40px; }
div.gaestebuch-datum { position: relative; font-size: 10px; padding: 2px 0 2px 0; }
div.modul-navigation { position: relative; padding-top: 20px; }
a.modul-pagebutton:link, a.modul-pagebutton:visited, a.modul-pagebutton:focus, a.modul-pagebutton:hover, a.modul-pagebutton:active, div.modul-pagebutton-inactive { position: relative; padding: 1px 6px 1px 6px; font-size: 12px; font-weight: bold; text-decoration: none; float: left; overflow: hidden; cursor: pointer; }
div.modul-pagebutton-inactive { cursor: default; }
div.modul-pages { position: relative; width: 224px; padding: 2px; text-align: center; float: left; overflow: hidden; font-weight: bold; }
div.modul-pages a:link, div.modul-pages a:visited, div.modul-pages a:focus, div.modul-pages a:hover, div.modul-pages a:active { font-weight: bold; text-decoration: none; }
div.modul-position { position: relative; width: 124px; padding: 2px; text-align: center; float: left; overflow: hidden; 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:focus, div.modul-numall a:hover, div.modul-numall a:active { font-weight: bold; text-decoration: none; }

/* Umrandung des Eintrages */
div.gaestebuch-umrandung1, div.gaestebuch-umrandung2 {
  border-top: 1px solid rgb(222,222,222);
  border-bottom: 1px solid rgb(222,222,222);
}
div.gaestebuch-umrandung1 {
  background-color: rgb(248,248,248);
}

/* Textformat des Datums */
div.gaestebuch-datum {
  color: rgb(102,102,102);
}

/* Textformat des Kommentars */
span.gaestebuch-kommentar {
  color: rgb(102,102,102);
}

/* Vor/Zurueck-Buttons */
a.modul-pagebutton:link, a.modul-pagebutton:visited, a.modul-pagebutton:focus, a.modul-pagebutton:hover, a.modul-pagebutton:active, div.modul-pagebutton-inactive {
  color: white;
  background-color: #4B729C;
}
a.modul-pagebutton:focus, a.modul-pagebutton:hover, a.modul-pagebutton:active {
  color: white;
  background-color: #DBE4EE;
}
div.modul-pagebutton-inactive {
  color: white;
  background-color: rgb(234,234,234);
}

/* Seiten-Navigation */
div.modul-pages {
  color: #4B729C;
}
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 {
  color: #666666;
}
div.modul-pages a:focus, div.modul-pages a:hover, div.modul-pages a:active {
  color: #AAAAAA;
}

/* Position */
div.modul-position {
  color: #333333;
}

/* Backlinks */
div.modul-numall a:link, div.modul-numall a:visited, div.modul-numall a:focus, div.modul-numall a:hover, div.modul-numall a:active {
  color: #666666;
}
div.modul-numall a:focus, div.modul-numall a:hover, div.modul-numall a:active {
  color: #AAAAAA;
}
