/* Footer */
ul#footerIntern {
  position:relative;
  top:0;
  left:0;
  width:985px;
  margin:0;
  padding:0;
  z-index:20;
  list-style:none;
  text-align:center;
  }
  
ul#footerIntern li {
  display:inline;
  padding:0 10px 0 10px;
  }

#footerIntern a {
  padding-left:10px;
  color:#d10101;
  text-decoration:none;
  background-image:url(../grafik/link.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  }
  
#footerIntern a:hover {
  text-decoration:underline;
  }

div#footer {
  position:relative;
  top:23px;
  left:0;
  width:925px;
  padding-left:30px;
  clear:both;
  z-index:20;
  }
  
div#footerRight {
  position:absolute;
  top:0;
  right:0;
  z-index:22;
  }