/* ===================================================================== */
/* Fußzeile                                                              */
/* ===================================================================== */

div#footbox{
  clear: both;
  width: 100%;
  text-align: center;
  background-color: #EEEEEE;
  padding-bottom: 5px;
  color: black;
}

div#footbox a {
  color: #AA0000;
}

div#footbox a:hover {
  text-decoration: underline;
}