


/* Fusszeile */
#footer {
  position: fixed;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  top: 93%;
  overflow: hidden;
  color: white;
  left: 0%;
  font-size: 0.8em;
  line-height: 250%;
  background-color: #0033FF;
  /* clear: both; */
  width: 100%;
  height: 60px;
  border-color: red;
  border-top: 5px #FF0000 solid;
  text-align: right;
  #margin-right: 8%;
}  

#div.copy {
  padding-top: 4px;
  font-size: 0.6em;
  text-indent: 10px;
  text-align: right;
  margin-right: 8%;
  color: white;
}