/*
    css-Sprite-Definitionen für Rundgang
*/

#links-oben {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('../pic/pfeile.png') 0px -350px;
}
#links-oben:hover, #links-oben:active {
	background-position: -50px -350px;
}

#oben {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('../pic/pfeile.png') 0px 0px;
}
#oben:hover, #oben:active {
	background-position: 50px 0px;
}

#rechts-oben {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('../pic/pfeile.png') 0px -50px;
}
#rechts-oben:hover, #rechts-oben:active {
	background-position: -50px -50px;
}

#links {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('../pic/pfeile.png') 0px -300px;
}
#links:hover, #links:active {
	background-position: -50px -300px;
}

#rechts {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('../pic/pfeile.png') 0px -100px;
}
#rechts:hover, #rechts:active {
	background-position: -50px -100px;
}

#links-unten {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('../pic/pfeile.png') 0px -250px;
}
#links-unten:hover, #links-unten:active {
	background-position: -50px -250px;
}

#unten {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('../pic/pfeile.png') 0px -200px;
}
#unten:hover, #unten:active {
	background-position: -50px -200px;
}

#rechts-unten {
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
	background: url('../pic/pfeile.png') 0px -150px;
}
#rechts-unten:hover, #rechts-unten:active {
	background-position: -50px -150px;
}
