#Player1, #Verkenner{
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: black;
    border: 0px solid rgb(225, 66, 66);
    top: 90px;
    left: 250px;
}
#Verkenner{
    visibility: hidden;
}

#box{
    position: absolute;
    width: 800px;
    height: 500px;
    border: 1px solid black;
    left: 310px;
    top: 20px;
}
#grond{
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: green;
    top: 450px;
}
#obstakel1{
    position: absolute;
    width: 199.9px;
    height: 150px;
    background-color: blue;
    top: 150px;
    left: 200px;
}
.Coin{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: blanchedalmond;
}
#Coin1{
    top: 400px;
    left: 600px;
}
#Coin2{
    top: 400px;
    left: 650px;
}
#Coin3{
    top: 400px;
    left: 550px;
}
#Coin4{
    top: 400px;
    left: 500px;
}
#Coin5{
    top: 400px;
    left: 700px;
}

.Gehaald {
    
    left: 290px;
    top: 190px;
    position: absolute;
    z-index: 4;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:none;

	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding: 10px 70px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.Gehaald:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.Gehaald:active {
    position: absolute;
    left: 290px;
    top: 192px;

}