/* CSS Document */
#musik
{
  display: block;
  width: 200px;
  height: 96px;
  background: url(../../_img/_temp/navi/musik.jpg) no-repeat;
}

#musik:hover
{ 
  background-position: 0 -48px;
}

#musik span
{
  display: none;
}

#sport
{
  display: block;
  width: 200px;
  height: 96px;
  background: url(../../_img/_temp/navi/sport.jpg) no-repeat;
}

#sport:hover
{ 
  background-position: 0 -48px;
}

#sport span
{
  display: none;
}

#tambouren
{
  display: block;
  width: 200px;
  height: 96px;
  background: url(../../_img/_temp/navi/tambouren.jpg) no-repeat;
}

#tambouren:hover
{ 
  background-position: 0 -48px;
}

#tambouren span
{
  display: none;
}

#vorstand
{
  display: block;
  width: 200px;
  height: 96px;
  background: url(../../_img/_temp/navi/vorstand.jpg) no-repeat;
}

#vorstand:hover
{ 
  background-position: 0 -48px;
}

#vorstand span
{
  display: none;
}
