@CHARSET "UTF-8";

#hover {
	display: none;
}

#hinweis {
	top: 65px;
	left: 168px;
}

#content {
	padding-top: 100px;
	height: 580px;
}

#fragenr {
	bottom: 550px;
}

/* Zusätzliche Divs */

#Hand,
#Finger,
#Huefte,
#Knie,
#Zehen,
#Fuss,
#Ellenbogen,
#Nacken,
#Schulter,
#RueckenMitte,
#RueckenUnten,
#KeineSchmerzen {
	position: absolute;
	z-index: 4;
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background-image: url('/download/SportfrageToolLayout/WebHome/Frage4.png');
}
#Hand:hover,
#Finger:hover,
#Huefte:hover,
#Knie:hover,
#Zehen:hover,
#Fuss:hover,
#Ellenbogen:hover,
#Nacken:hover,
#Schulter:hover,
#RueckenMitte:hover,
#RueckenUnten:hover,
#KeineSchmerzen:hover {
	background-image: url('/download/SportfrageToolLayout/WebHome/Frage4-Hover.png');
}
#Hand.active,
#Finger.active,
#Huefte.active,
#Knie.active,
#Zehen.active,
#Fuss.active,
#Ellenbogen.active,
#Nacken.active,
#Schulter.active,
#RueckenMitte.active,
#RueckenUnten.active,
#KeineSchmerzen.active {
	background-image: url('/download/SportfrageToolLayout/WebHome/Frage4-Aktiv.png');
}

#Fuss {
	left: 640px;
	top: 50px;
	width: 140px;
	height: 116px;
	background-position: -640px -70px;
}
#Zehen {
	left: 570px;
	top: 170px;
	width: 100px;
	height: 80px;
	background-position: -570px -190px;
}
#Ellenbogen {
	top: 260px;
	left: 610px;
	height: 100px;
	width: 110px;
	background-position: -610px -280px;
}
#Nacken {
	left: 770px;
	top: 330px;
	width: 58px;
	height: 65px;
	background-position: -770px -350px;
}
#Schulter {
	left: 828px;
	top: 330px;
	width: 85px;
	height: 83px;
	background-position: -828px -350px;
	border-bottom-left-radius: 30px;
	behavior: url('/download/SportfrageToolLayout/WebHome/PIE.htc');
}
#RueckenMitte {
	top: 395px;
	left: 730px;
	height: 120px;
	width: 125px;
	background-position: -730px -415px;
	border-top-right-radius: 30px;
	behavior: url('/download/SportfrageToolLayout/WebHome/PIE.htc');
}
#RueckenUnten {
	top: 510px;
	left: 760px;
	height: 60px;
	width: 80px;
	background-position: -760px -530px;
}
#KeineSchmerzen {
	top: 420px;
	left: 200px;
	height: 230px;
	width: 220px;
	background-position: -200px -440px;
}
#Knie {
	top: 390px;
	left: 510px;
	height: 100px;
	width: 80px;
	background-position: -510px -410px;
}
#Huefte {
	top: 250px;
	left: 450px;
	width: 150px;
	height: 150px;
	background-position: -450px -270px;
}
#Finger {
	top: 200px;
	left: 112px;
	height: 220px;
	width: 170px;
	background-position: -112px -220px;
}
#Hand {
	left: 10px;
	top: 300px;
	height: 100px;
	width: 105px;
	background-position: -10px -320px;
}

.selectable {
	cursor: pointer;
}