#navleft {
	float:left;
	margin-left:23px;
}
#navright {
	float:right;
	margin-right:23px;
}
#navleft div {
	float:left;
}
#navright div {
	float:right;
}
#nav a {
	margin-bottom:3px;
}
.ueber {
	float: left;
	overflow: hidden;
	height: 0px;
	background: url(images/eisblumenfee/menu_btn_ueber.png) 0px 0px no-repeat;
	width: 120px;
	height: 47px;
}
.galerie {
	float: left;
	overflow: hidden;
	height: 0px;
	background: url(images/eisblumenfee/menu_btn_galerie.png) 0px 0px no-repeat;
	width: 120px;
	height: 47px;
}
.presse {
	float: left;
	overflow: hidden;
	height: 0px;
	background: url(images/eisblumenfee/menu_btn_presse.png) 0px 0px no-repeat;
	width: 120px;
	height: 47px;
}
.kontakt {
	float: left;
	overflow: hidden;
	height: 0px;
	background: url(images/eisblumenfee/menu_btn_kontakt.png) 0px 0px no-repeat;
	width: 120px;
	height: 47px;
}
#navleft a:hover {
	background-position: 0px -47px;
}
#navleft a:active {
	background-position: 0px -47px;
}
#navright a:hover {
	background-position: 0px -47px;
}
#navright a:active {
	background-position: 0px -47px;
}