body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
	height: 100%;
	width: 100%;
	background-color: #ff9900;
}
.kompass-wrapper {
	width: 600px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -300px;
}
.kompass {
}
.nadel {
	position: absolute;
	left: 0;
	top: 0;
	/** transform: rotate(45deg); **/
}
.kompass-wrapper a {
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
}
a.one {
	/*border: 1px solid red;*/
	left: 0;
	top: 0;
	border-radius: 300px 0 0 0;
}
a.two {
	/*border: 1px solid green;*/
	left: 300px;
	top: 0;
	border-radius: 0 300px 0 0;
}
a.three {
	/*border: 1px solid blue;*/
	left: 300px;
	top: 300px;
	border-radius: 0 0 300px 0;
}
a.four {
	/*border: 1px solid black;*/
	left: 0;
	top: 300px;
	border-radius: 0 0 0 300px;
}