/* Footer allgemein */
.footer {
  width:970px;
  padding:0px;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:10px;
  text-align:left;
  font-size: 10pt;
  color: #9C5A39;
  text-align:center;
}

/* Footer-Links */
.footer a {
  font-size: 10pt;
  color: #9C5A39;
}

.footer a:link, .footer a:visited, .footer a:active {
  text-decoration:underline;
}

.footer a:hover {
  text-decoration:none;
}

