#wrapper {
  background-image: url(../images/layout/footer_bg.gif);
  background-repeat: no-repeat;
  /* background-attachment: fixed; PROBLEME MIT GLEICHFARBIGEN ÜBERSCHRIFTEN */
  background-position: center bottom;
}

#footer {
  color: #586670;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

#footer p {
  font-size: 10px;
}

#footer a, #footer a:visited, #footer a:active {
  color: #586670;
  text-decoration: underline;
}

#footer a:hover {
  background-color: #586670;
  color: #FFF;
  text-decoration: none;
}
