* {
  margin: 0px;
  padding: 0px;
  border:1px;
  Font-family: Arial;
}
body {     
        behavior: url(csshover.htc);
        cursor:default;
        background-image: url(fotos/wallpaper.png);
        background-repeat: repeat;
}

td {
    font: italic;
    font-size: medium;
    font-weight: bold;
    font-family: sans-serif;
    color: #C0C0C0;
}

/* Links */
a {
    color: #C0C0C0;
}
a:visited {
    color: #F8F8F8;
}

#wrapper{
    position:absolute;
    width:829px;
    height:400px;
    margin: 0 0 0 -415px;
    left:50%;
    top:0px;
    z-index:2;
}

#banner{
    position:absolute;
    width:100%;
    height:200px;
    top:25px;
    z-index:3;
    text-align: center;
}

  /* ------------------------------------
  * Style zu den verscheidenen Buttons */
  #td_one {
      position:absolute;
        top:230px;
        left: 50%;
         margin: 0 0 0 -435px;
        width:100px;
        height: 100px;
  }

  #td_two{
      position:absolute;
        top:230px;
        left: 50%;
         margin: 0 0 0 -325px;
        width:100px;
        height: 100px;
  }
   
    #fotos{
      position:absolute;
        top:230px;
        left: 50%;
         margin: 0 0 0 -215px;
        width:100px;
        height: 100px;
  }

    #books{
      position:absolute;
        top:230px;
        left: 50%;
         margin: 0 0 0 -105px;
        width:100px;
        height: 100px;
  }
    
    #links{
      position:absolute;
        top:230px;
        left: 50%;
         margin: 0 0 0 5px;
        width:100px;
        height: 100px;
  }
    #info{
      position:absolute;
        top:230px;
        left: 50%;
         margin: 0 0 0 115px;
        width:100px;
        height: 100px;
  }
      #shop{
      position:absolute;
        top:230px;
        left: 50%;
         margin: 0 0 0 225px;
        width:100px;
        height: 100px;
  } 

    #facebook{
      position:absolute;
        top:230px;
        left: 50%;
         margin: 0 0 0 335px;
        width:100px;
        height: 100px;
  }
 .td_bilder {
     margin: 20px
 }
 .photo {
     border: 3px solid white;
     margin-top: 40px;
 }
 .photo:hover {
     border: 3px solid #C83525;
 }
 
       #last{
      position:absolute;
      width:100px;
      height: 100px;
      background-image: url(fotos/last.png) ;
      text-align: right;
  }

      #next{
      position:absolute;
      width:100px;
      height: 100px;
      background-image: url(fotos/next.png);
      text-align: left;
  }
