@charset "utf-8";

body {
  margin-left:auto;
  margin-right:auto;
  width:110px;
}

#wrapper1 {
   margin-top:10px;   
}

a.buttonhover_home {
   display:block;   
   width:110px;
   height:25px;
   background:transparent url('home.png') no-repeat top left;
}

a.buttonhover_home:hover {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('home.png') no-repeat bottom left;
}

#wrapper2 {
   margin-top:1px;
}

a.buttonhover_aktuelles {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('aktuelles.png') no-repeat top left;
}

a.buttonhover_aktuelles:hover {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('aktuelles.png') no-repeat bottom left;
}

#wrapper3 {
   margin-top:1px;
}

a.buttonhover_mitglieder {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('mitglieder.png') no-repeat top left;
}

a.buttonhover_mitglieder:hover {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('mitglieder.png') no-repeat bottom left;
}

#wrapper4 {
   margin-top:1px;
}

a.buttonhover_galerie {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('galerie.png') no-repeat top left;
}

a.buttonhover_galerie:hover {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('galerie.png') no-repeat bottom left;
}

#wrapper5 {
   margin-top:1px;
}

a.buttonhover_historie {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('historie.png') no-repeat top left;
}

a.buttonhover_historie:hover {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('historie.png') no-repeat bottom left;
}

#wrapper6 {
   margin-top:1px;
}

a.buttonhover_termine {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('termine.png') no-repeat top left;
}

a.buttonhover_termine:hover {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('termine.png') no-repeat bottom left;
}

#wrapper7 {
   margin-top:1px;
}

a.buttonhover_kontakte {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('kontakte.png') no-repeat top left;
}

a.buttonhover_kontakte:hover {
   display:block;
   width:110px;
   height:25px;
   background:transparent url('kontakte.png') no-repeat bottom left;
}