/* Eigenschaften der Referenzliste */
#Referenz {
	border: 4px solid rgb(226,2,16);
	background-color: rgb(255,255,255);
	width: 500px;
	left: 75px;
	top: -750px;
	position: relative;
	height: 650px;
	padding: 10px;
	overflow: auto;
	-webkit-border-radius: 20px 7px 7px;
	-moz-border-radius: 20px 7px 7px;
	border-radius: 20px 7px 7px;
}

/* Eigenschaften des Button Flyer */
#Button {
	height: 150px;
	width: 450px;
	left: 650px;
	top: -1450px;
	position: relative;
	z-index: 1;
}

/* Eigenschaften der Sterne */
#Sterne {
	left: 650px;
	top: -1520px;
	height: 350px;
	width: 450px;
	position: relative;
}
