#navi {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: url("../img/navi.png") no-repeat top left;
	width: 312px;
	height: 150px;
}


#home, #leistungen, #preise, #team, #referenzen, #kontakt {
	float: left;
}

#home a {
	display: block;
	margin: 1px 0px 0px 49px;
	width: 60px;
	height: 53px;
}

#home a:hover {
	background: url("../img/navi/h_home.png") no-repeat top left;
}

#leistungen a {
	display: block;
	margin: 3px 0px 0px 32px;
	width: 60px;
	height: 53px;
}

#leistungen a:hover {
	background: url("../img/navi/h_leistungen.png") no-repeat top left;
}

#preise a {
	display: block;
	margin: 1px 0px 0px 34px;
	width: 60px;
	height: 53px;
}

#preise a:hover {
	background: url("../img/navi/h_preise.png") no-repeat top left;
}

#team a {
	display: block;
	margin: 0px 0px 0px 51px;
	width: 60px;
	height: 53px;
}

#team a:hover {
	background: url("../img/navi/h_team.png") no-repeat top left;
}

#referenzen a {
	display: block;
	margin: 3px 0px 0px 32px;
	width: 60px;
	height: 53px;
}

#referenzen a:hover {
	background: url("../img/navi/h_referenzen.png") no-repeat top left;
}

#kontakt a {
	display: block;
	margin: 1px 0px 0px 31px;
	width: 60px;
	height: 53px;
}

#kontakt a:hover {
	background: url("../img/navi/h_kontakt.png") no-repeat top left;
}
