
#navi-cont {
	
	overflow:hidden;
	float: right;
	background: transparent;
	
	
	}

#navi {
  margin:0;
  padding:0;
  height:36px;
  display:inline;
  overflow:hidden;
  list-style:none;
  
}

#navi li {
  margin:0;
  padding:0;
  list-style:none;
  display:inline;
  
  }

#navi a {
  float:left;
  padding:36px 0 0 0;
  overflow:hidden;
  height:0px; 
  
}

#navi a:hover {
  background-position:0 -36px;
}

#navi a:active, #navi a.current {
  background-position:0 -36px;
}

#navi-home a {
  width:93px;
  background:url(images/home.png) no-repeat;
}

#navi-sms a {
  width:149px;
  background:url(images/sms.png) no-repeat;
}
#navi-book a {
  width:122px;
  background:url(images/book.png) no-repeat;
}

#navi-sprueche a {
  width:138px;
  background:url(images/sprueche.png) no-repeat;
}

#navi-impr a {
  width:125px;
  background:url(images/impr.png) no-repeat;
}

#navi-partner a {
  width:101px;
  background:url(images/partner.png) no-repeat;
}





