div#div_pagefooter
{
  position: fixed;
  bottom: 0px;
  width: 250px;   /* = left of div_pagecontent */
  border-top: dotted;
  border-width: 1px;
  z-index: 50;
  
  background-color: #f7f7f7;
}

div.pagefooterspacer
{
  position: relative;
  margin-top: 10px;
  height: 90px;   /* = height of div_pagefooter + desired minimal space between */
  background-color: #e6eef3;
}

fieldset#fld_pagefooteraddress
{
  margin: 0px;
  margin-top: 10px;
  padding: 5px;
}
