#header-navi {
	position: relative;
	width: 941.5px;
	height: 200px;
	overflow: hidden;
	border: 2px solid #fff;

}



#header-navi ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1500px;
	}

#header-navi ul li {
	float: left;
	list-style-type: none ;
}

#header-navi ul li a {
	text-indent: -1500px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:103px;
	height: 200px;
}

#header-navi ul li.aktuelles a {
	background: url(../images/navi/aktuelles.jpg) repeat scroll 0%;
}

#header-navi ul li.ueberuns a {
	background: url(../images/navi/ueberuns.jpg) repeat scroll 0%;
}

#header-navi ul li.termine a {
	background: url(../images/navi/termine.jpg) repeat scroll 0%;
}

#header-navi ul li.shop a {
	background: url(../images/navi/shop.jpg) repeat scroll 0%;
}


#header-navi ul li.repertoire a {
	background: url(../images/navi/repertoire.jpg) repeat scroll 0%;
}

#header-navi ul li.referenzen a {
	background: url(../images/navi/referenzen.jpg) repeat scroll 0%;
}

#header-navi ul li.presseinfos a {
	background: url(../images/navi/presseinfos.jpg) repeat scroll 0%;
}

#header-navi ul li.partner a {
	background: url(../images/navi/partner.jpg) repeat scroll 0%;
}

#header-navi ul li.kontakt a {
	background: url(../images/navi/kontakt.jpg) repeat scroll 0%;
	width: 310px;
	border: 0;
}

.clear {
	clear: both;
}



#roundCorners { background-color: #fff; }
