#navi{
    margin: 0;
	height: 24px;
    background-color: #546CA9;
    background-image:  url(img/nav_de.gif); 
	background-repeat: no-repeat;
	text-align: center;
} 


#navi li {display: block; list-style: none; margin-top: 0px; height: 24px; }
#navi li a {display: block; list-style: none; vertical-align: middle; height: 24px;}
#navi li a span {list-style: none; display:none;}

#navi ul {list-style: none; margin: 0; padding: 0;}
#navi ul li {list-style: none; margin: 0; padding: 0;}
#navi ul li ul {list-style: none; margin: 0; padding: 0;}


li#home  {
    background:  url(img/nav_de.gif) no-repeat -304px 0;
	width: 31px;
	left: 304px;
	position: absolute;
}
li#home a:hover { background:  url(img/nav2_de.gif) no-repeat -304px 0;}

li#vorteile  {
    background:  url(img/nav_de.gif) no-repeat -376px 0;
	width: 70px;
	left: 376px;
	position: absolute;
}
li#vorteile a:hover { background:  url(img/nav2_de.gif) no-repeat -376px 0;}

li#vereine {
   background:  url(img/nav_de.gif) no-repeat -487px 0;
	width: 42px;
	left: 487px;
	position: absolute;
}
li#vereine a:hover { background:  url(img/nav2_de.gif) no-repeat -487px 0;}


li#kontakt {
    background:  url(img/nav_de.gif) no-repeat -571px 0;
	width: 42px;
	left: 571px;
	position: absolute;
}
li#kontakt a:hover { background:  url(img/nav2_de.gif) no-repeat -571px 0;}

li#impressum {
    background:  url(img/nav_de.gif) no-repeat -653px 0;
	width: 64px;
	left: 653px;
	position: absolute;
}
li#impressum a:hover { background:  url(img/nav2_de.gif) no-repeat -653px 0;}
