#nav a, #nav strong {
  display: block;
  text-indent: -9999em;
  cursor:pointer;
  background-repeat:no-repeat;
}

#nav li{
  width: 21.25em;
  height: 4.08em;
  background-image: url('../js/img/0.gif');
  cursor:pointer;
}

/* Home */
#nav #home {
  background-image: url('../img/nav.home.link.png');
  width: 21.25em;
  height: 3.83em;
}

#nav #home.active, #nav strong #home {
  background-image: url('../img/nav.home.hover.png');
}

/* Kolumnen */
#nav #kolumnen {
  background-image: url('../img/nav.kolumnen.link.png');
  width: 21.25em;
  height: 4.08em;
}

#nav #kolumnen.active, #nav strong #kolumnen {
  background-image: url('../img/nav.kolumnen.hover.png');
}

/* Bestellen */
#nav #bestellen {
  background-image: url('../img/nav.bestellen.link.png');
  width: 21.25em;
  height: 4.08em;
}

#nav #bestellen.active, #nav strong #bestellen {
  background-image: url('../img/nav.bestellen.hover.png');
}

/* DJ */
#nav #dj {
  background-image: url('../img/nav.dj.link.png');
  width: 21.25em;
  height: 4.25em;
}

#nav #dj.active, #nav strong #dj {
  background-image: url('../img/nav.dj.hover.png');
}

/* Gabi */
#nav #gabi {
  background-image: url('../img/nav.gabi.link.png');
  width: 21.25em;
  height: 3.83em;
}

#nav #gabi.active, #nav strong #gabi {
  background-image: url('../img/nav.gabi.hover.png');
}

/* Kulturtest */
#nav #kultur {
  background-image: url('../img/nav.kulturtest.link.png');
  width: 21.25em;
  height: 4.75em;
}

#nav #kultur.active, #nav strong #kultur {
  background-image: url('../img/nav.kulturtest.hover.png');
}

/* Blog */
#nav #blog {
  background-image: url('../img/nav.blog.link.png');
  width: 21.25em;
  height: 5.08em;
}

#nav #blog.active, #nav strong #blog {
  background-image: url('../img/nav.blog.hover.png');
}

/* Impressum */
#nav #impressum {
  text-indent: 0em;
  margin-left:70px;
  margin-top:45px;
  Xwidth: 21.25em;
  Xheight: 4.75em;
}

#nav #kultur.active, #nav strong #kultur {
  background-image: url('../img/nav.kulturtest.hover.png');
}

