/* CSS Document */
#musik
{
  display: block;
  width: 200px;
  height: 96px;
  background: url(../../_img/_temp/navi/musik.png) 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.png) 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.png) 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.png) no-repeat;
}

#vorstand:hover
{ 
  background-position: 0 -48px;
}

#vorstand span
{
  display: none;
}
#akv
{
  display: block;
  width: 200px;
  height: 96px;
  background: url(../../_img/_temp/navi/akv.png) no-repeat;
}

#akv:hover
{ 
  background-position: 0 -48px;
}

#akv span
{
  display: none;
}
