body{
	color: #000000;
	background-color: #000000;
	font-family: Verdana,Arial,sans-serif;
}

#wrapper{
	position: absolute;
	background-color: #FDEEC1;
	top: 0px;
	left: 0px;
	width: 702px;
	height: 402px;
}

#canvasbox{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#inputsbox{
	position: absolute;
	float:right;
	top: auto;
	bottom: 0px;
	left: auto;
	right: 0px;
	background-color: #ffffff;
	font-size: 0.8em;
	border: 2px solid #000000;
	border-right: 0px;
	border-bottom: 0px;
}

#radio{
	position: relative;
	margin-top: 5%;
	font-size: 0.9em;
}

#radio2{
	position: relative;
	font-size: 0.9em;
}

.inputButtons{
	position: relative;
	left: 5%;
	width: 90%;
	padding-bottom: 10px;
}

#sliders{
	position: relative;
	left: 5%;
	width: 80%;
	height: 20%;
}

#buttons{
	position: absolute;
	left: 5%;
	bottom: 0%;
	width: 80%;
	height: 15%;
	margin-bottom: 5%;
}

.outputText{
	position: relative;
	font-size: 0.9em;
	float:left;
	width: 45%;
	height: 50%;
}

#golfsnelheid{
	position: relative;
	height: 8%;
	left: 5%;
	margin-top: 8%;
}

#tijd{
	position: relative;
	height: 8%;
	left: 5%;
}

.sliderText{
	position: relative;
	font-size: 0.9em;
	float:left;
	width: 55%;
	height: 50%;
	
}

.slider{
	position: relative;
	bottom: 0%;	
	margin-bottom: 5%;
}

.sliderBox{
	position: relative;
	height: 35%;
	width: 100%;
	margin-top: 0%;
}

