/* ******************************************* */
/* Footer                                      */
/* ******************************************* */

div#Fusszeile {
  clear: both;
  font: 0.72em Segoe UI, Tahoma, Arial Unicode MS, Arial, helvetica, sans-serif;
  margin: 0em;
  padding: 0.1em;
  background-color: #FFCC66;
  border: 1px solid silver;
  min-height: 25px;
  bottom: 0px;
}

/* Hack fuer IE 6 der min-height nicht kennt */
* html div#Fusszeile {
  height: 25px;
}

div#Fusszeile div.left {
  text-align: left;
  padding: 0.5em 0em 0em 0.2em;
}


div#Fusszeile div.right {
  text-align: right;
  float: right;
  padding: 0.5em 0em 0em 0.2em;
}

div#Fusszeile a,
div#Fusszeile a:link,
div#Fusszeile a:visited {
  text-decoration: none;
  color: #006699;
}

div#Fusszeile a:hover,
div#Fusszeile a:focus {
  text-decoration: none;
  color: #0000FF;
}

div#Fusszeile a:active {
  text-decoration: none;
  color: #006699;
}