
#stage {
  background-image: url("img/index-soft.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	left: 0; top: 0; right: 0; bottom: 0;
}

#intropage {
	position: absolute;
	width: 72%;
	height: 93%;
	left: 14%;
	top: 4%;
  background-image: url("img/info-detail-back.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#introhead {
	position: absolute;
	width: 48%;
	height:15%;
	left: 26%;
	top: 15%; 
	text-align: left;
	font-size: 130%;
}

#introtext {
	position: absolute;
	width: 48%;
	height:28%;
	left: 26%;
	top: 33%; 
	text-align: left;
	font-size: 100%;
}

#menubtn {position: absolute; width: 20.67%; height: 18.51%; left: 38.67%; bottom: 0.5%; background-image: url("img/btn-weiter.png"); background-repeat: no-repeat; background-size: contain;}
