#geige {
	text-align: center;
	top: -60px;
	position: relative;
	height: 150px;
	overflow: hidden;
}

#noten {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: teal;
	background-image: url(imgs/noten.png);
}