body {
  background-image: url(backs/gruen.gif);
  background-color: rgb(176, 255, 176);
  color: Black;
/*
  scrollbar-base-color: rgb(96, 192, 96);
  scrollbar-face-color: rgb(176, 255, 176);
  scrollbar-arrow-color: Black;
*/
}
p {
  color: Black;
}
p span.weglassen {
   display:none;
}
p.Footer {
   text-align: center;
   font-size: smaller;
}
a:link {
  color: rgb(0, 0, 128);
  background: inherit;
  text-decoration: underline;
}
a:visited {
  color: rgb(128, 0, 0);
  background: inherit;
  text-decoration: underline;
}
/* top element of navigation bar : link to main page */
/* padding = 0 is needed for Mozilla */
ul.NavBar {
  list-style-type: none;
  margin-left: 0pt;
  padding-left: 0pt;
}
/* indented elements of navigation bar */
/* padding = 0 is needed for Mozilla */
ul.NavBar ul {
  list-style-type: disc;
  margin-left: 1pc;
  padding-left: 0pt;
}
/* Google logo on search page */
a.Google {
  font-size: x-large;
  font-family: times;
  text-decoration: none;
}
.GoogleG {
  color: rgb(0, 0, 207);
}
.GoogleOE {
  color: rgb(207, 0, 0);
}
.GoogleO {
  color: rgb(255, 207, 0);
}
.GoogleL {
  color: rgb(0, 175, 0);
}
.Trademark {
  color: Black;
  font-size: xx-small;
  font-family: times;
  vertical-align: super;
  text-decoration: none;
}
/* Seekport logo on search page */
.SeekportSeek {
  color: rgb(255, 8, 32);
}
.SeekportDot {
  color: rgb(1, 1, 1);
}
.SeekportPort {
  color: rgb(0, 51, 153);
}

