h1{
	text-align: center;
}

#bildG{
	width: 350px;
	border-style: groove;
	border-width: 50px;
	border-color: #e8c974;
	margin: 20px;
}

#galerie{
	background-color: #474747;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 750px;
}

#btn_weiter{
	width: 150px;
	height: 50px;
}

#btn_zuruck{
	width: 150px;
	height: 50px;
}

#btndiv{
	text-align: center;
}

#btn_weiter:hover{
	cursor: e-resize;
}

#btn_zuruck:hover{
	cursor: w-resize;
}