

div#navigation {
    float : right;
  }


div#navigation a {
    color : #ffffee;
    display : block;
    float : left;
    font-size : larger;
    font-variant : small-caps;
    font-weight : bold;
    height : 40px;
    padding-top : 60px;
    text-align : center;
    text-decoration : none;
    width : 100px;
  }


div#navigation a:hover {
    padding-top : 75px;
    height:30px;
  }


div a#aktuell {
    padding-top : 75px;
    height:30px;
  }


.nav-nuss {
    background-image : url('../images/nav/nuss-nav.jpg');
  }


.nav-kirsch {
    background-image : url('../images/nav/kirsch-nav.jpg');
  }


.nav-kirsch-gr {
    background-image : url('../images/nav/kirsch-nav-gr.jpg');
  }


.nav-esche {
    background-image : url('../images/nav/esche-nav.jpg');
  }


.nav-eiche {
    background-image : url('../images/nav/eiche-nav.jpg');
  }



div#navigation-2 {
    float : right;
  }


div#navigation-2 table {
    font-weight : bold;
    table-layout : fixed;
    text-align : center;
    width : 400px;
  }


div#navigation-2 table td {
  }


div#navigation-2 a {
    background-image : none;
    color : #ffffee;
    display : block;
    text-decoration : none;
    height : 17px;
    padding-top : 4px;
  }


a#navigation-2:hover {
    color : #500000;
    background-image : url('../images/nav/ahorn-nav.jpg');
  }


td a#aktuell-2 {
    color : #500000;
    background-image : url('../images/nav/ahorn-nav.jpg');
  }


td a#aktuell-galerie {
    color : #500000;
    background-image : url('../images/nav/ahorn-nav.jpg');
  }

div#info {
    margin-left : -500px;
    position : absolute;
    top : 0px;
    width : 200px;
  }


