@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family:Verdana, Arial, sans-serif;
	font-size:13px;
	font-style:normal;	
}
	
.container {
	position: relative;
	width: 600px;
	height: 370px;
	max-width: 100%;
	margin: 0 auto;
	border: 0px;
}

#bild_auge {
	position: absolute;
}

#bild_lampe {
	position: absolute;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
}	
.input_daten {
  position: absolute;
  top: 300px;
  width: 100%;
}

.text01 {
	position: absolute;
	top: 3px;
	left: 20px;
}

.text02 {
	position: absolute;
	top: 45px;
	left: 19.4%;
}

.text03 {
	position: absolute;
	top: 45px;
	right: 19.5%;
}

.input_winkel {
	position: absolute;
	top: 25px;
	left: 20%;
	max-width: 60%;
	margin: 0% auto;
}	

/* Text in canvas */
.canvas_left {
  position: absolute;
	width: 100px;
}
.canvas_right {
  position: absolute;
	width: 100px;
	text-align: right;
}

/* allgemeine Texte */
#flaechennormale {
  position: absolute;
	top: 0%;
	text-align: center;
	width: 100%;
}
#oberflaeche {
  position: absolute;
	top: 267px;
	left: 20px;
	width: 100%;
	color: #FFFFFF
}
/* Eingabe Allgemein */
input[type=range] {
	width: 100%;
	margin: 0% auto;
  cursor: pointer;
}

input[type=range]::-ms-tooltip {
    display: none;
}

input {
    margin: 5px;
}	