#navWrapper {
	position:absolute;
	top:560px;
	left:50%;
	margin-left:-275px;
	width:550px;
	height:100px;
	border:1px;
	border-color:#ffffff;
	border-style:solid;
}

#images a {
	position:absolute;
	top:-2px;
	left:10px;
	display:block;
	width:64px;
	margin: 1em 0;
	padding:0px 0px 8px 0px;
	background: url("../nav/images.png") top left no-repeat;
	text-decoration: none;
}
#images a:hover {
	background-position: 0 -25px;
}

#contact a {
	position:absolute;
	top:0px;
	left:100px;
	display:block;
	width:71px;
	margin: 1em 0;
	padding:0px 0px 0px 18px;
	background: url("../nav/contact.png") top left no-repeat;
	text-decoration: none;
}
#contact a:hover {
	background-position: 0 -18px;
}

#links a {
	position:absolute;
	top:-2px;
	left:200px;
	display:block;
	width:40px;
	margin: 1em 0;
	padding:0px 0px 6px 20px;
	background: url("../bilder/nav/links.png") top left no-repeat;
	text-decoration: none;
}
#links a:hover {
	background-position: 0 -20px;
}

#home a {
	position:absolute;
	top:570px;
	left:50%;
	display:block;
	width:55px;
	margin: 1em 0;
	padding:0px 0px 6px 20px;
	background: url("../bilder/nav/home.png") top left no-repeat;
	text-decoration: none;
}
#home a:hover {
	background-position: 0 -20px;
}

#cred a {
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	width:152px;
	margin: 1em 0;
	padding:0px 0px 6px 20px;
	background: url("../bilder/nav/cred.png") top left no-repeat;
	text-decoration: none;
}
#cred a:hover {
	background-position: 0 -24px;
}

/*
.alt {
	display:none;
}
*/
