
/* Footer */
  #footer {
    background: url('../img/footer-bg.gif') 0 68px repeat-x;
    padding: 0px 29px 0px 24px;
  }

/* Lesezeichen, RSS, B�cher bestellen, weiterempfehlen */
  #footer #optionsbox {
    margin-bottom: 7px;
  }

/* Lesezeichen */
  #footer #optionsbox #first {
    float: left;
    width: 689px;
  }

  #footer #optionsbox #first p {
    color: #888888;
    padding-bottom: 5px;
  }

  #footer #optionsbox #first img {
    /* border: 1px solid #cac3bf; */
    float: left;
    margin-right: 11px;
  }

/* RSS Feed */
  #footer #optionsbox #second {
    float: left;
    width: 110px;
  }

  #footer #optionsbox #second p {
    color: #888888;
    padding-bottom: 5px;
  }

  #footer #optionsbox #second img {
    float: left;
    margin-right: 11px;
  }

/* Bücher bestellen */
  #footer #optionsbox #third {
    float: left;
    width: 305px;
  }

  #footer #optionsbox #third p {
    color: #888888;
  }

  #footer #optionsbox #third img {
    float: left;
    margin-right: 8px;
  }

/* weiterempfehlen */
  #footer #optionsbox #fourth {
    float: left;
    width: 155px;
  }

  #footer #optionsbox #fourth p {
    color: #888888;
    padding-bottom: 5px;
  }

  #footer #optionsbox #fourth button {
    float: left;
  }

/* Bottomnavi */
  #footer #metabottombox {
    padding: 19px 0px 17px 0px;
  }
  
  #footer #metabottombox .line {
    background-image: url('../img/line2-bg.gif');
    margin: 18px 0 16px 0;
  }
  
  #footer #metabottombox .box {
    background: url('../img/footer-line.gif') 308px 0 repeat-y;
    float: left;
    padding-right: 20px;
    width: 300px
  }
  
  #footer #metabottombox .box-small {
    background-position: 140px 0;
    width: 137px;
  }
  
  #footer #metabottombox .box-last {
    background: none;
  }
  
  #footer #metabottombox .box span {
    color: #888888;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 150%;
    margin-bottom: 9px;
  }

  #footer #metabottombox .box ul {
    list-style: none;
  }

  #footer #metabottombox .box ul li {
    margin-bottom: 2px;
  }

  #footer #metabottombox .box ul li a {
    background: url('../img/arrow.png') 0px 1px no-repeat;
    color: #888888;
    padding-left: 16px;
  }

  #footer #metabottombox .box ul li a:hover {
    background-image: url('../img/arrow-hover.png');
    color: #ff6600;
  }

/* Copyright und Metabottomnavi */
  #footer #copy-and-metabottomnavi {
    padding-bottom: 13px;
  }

  #footer #copy-and-metabottomnavi div {
    color: #888888;
    font-size: 91.66%;
    float: left;
  }

  #footer #copy-and-metabottomnavi ul {
    float: right;
    list-style: none;
  }

  #footer #copy-and-metabottomnavi ul li {
    float: left;
    margin-left: 15px;
  }

  #footer #copy-and-metabottomnavi ul li a {
    background: url('../img/arrow.png') 0px 1px no-repeat;
    color: #888888;
    font-size: 91.66%;
    padding-left: 17px;
  }

  #footer #copy-and-metabottomnavi ul li a:hover {
    background-image: url('../img/arrow-hover.png');
    color: #ff6600;
  }