input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

body {
  background-color: #2e9afe;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None; 
}

#auswahlbutton_eins {
  background-image: url(../img/btn.png);
  position: absolute;
  width: 160px;
  height: 160px;
  margin-top: 70px;
  margin-left: 30px;
  z-index: 2;
  text-align: center;
  font-size: 3.3em;
  cursor: pointer;
}
#auswahlbutton_zwei {
  background-image: url(../img/btn.png);
  position: absolute;
  width: 160px;
  height: 160px;
  margin-top: 70px;
  margin-left: 270px;
  z-index: 2;
  text-align: center;
  font-size: 3.3em;
  cursor: pointer;
}
#auswahlbutton_drei {
  background-image: url(../img/btn.png);
  position: absolute;
  width: 160px;
  height: 160px;
  margin-top: 70px;
  margin-left: 510px;
  z-index: 2;
  text-align: center;
  font-size: 3.3em;
  cursor: pointer;
}
#zaehlereinsanzeige {
  text-align: center;
  width: 100px;
  height: 60px;
  position: absolute;
  margin-top: 15px;
  margin-left: 30px;
}
#nennereinsanzeige {
  width: 100px;
  height: 60px;
  text-align: center;
  position: absolute;
  margin-top: 85px;
  margin-left: 30px;
}
#zaehlerzweianzeige {
  width: 100px;
  height: 60px;
  text-align: center;
  position: absolute;
  margin-top: 15px;
  margin-left: 30px;
}
#nennerzweianzeige {
  width: 100px;
  height: 60px;
  text-align: center;
  position: absolute;
  margin-top: 85px;
  margin-left: 30px;
}
#zaehlerdreianzeige {
  width: 100px;
  height: 60px;
  text-align: center;
  position: absolute;
  margin-top: 15px;
  margin-left: 30px;
}
#nennerdreianzeige {
  width: 100px;
  height: 60px;
  text-align: center;
  position: absolute;
  margin-top: 85px;
  margin-left: 30px;
}
#Anweisung {
	  font-size: 1.8em;
	    width: 730px;
}


.buttons_design {
  width: 140px;
  height: 40px;
  font-size: 1.3em;
  background-color: #0066ff;
  -webkit-border-radius:0;
  -webkit-appearance: none;
}
a {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: inherit;
  color: white;
  text-decoration: none;
}
a:active {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: inherit;
  color: white;
  text-decoration: none;
}
a:visited {
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  font-weight: inherit;
}
a:hover {
  color: #ffff00;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: inherit;
  text-decoration: none;
}
#aufgabe {
  margin-top: 150px;
  width: 500px;
  position: absolute;
  margin-left: 50px;
  height: 50px;
  z-index: 1;
}
#tickcontainer {
  position: absolute;
  margin-left: 600px;
  margin-top: 125px;
  z-index: 3;
}
#crosscontainer {
  margin-top: 125px;
  position: absolute;
  margin-left: 600px;
  z-index: 3;
}
#punkte {
  margin-top: 500px;
  font-size: 1.2em;
  position: absolute;
  margin-left: 120px;
}
#fehler {
  margin-left: 120px;
  margin-top: 530px;
  position: absolute;
  font-size: 1.2em;
}
#uebung {
		 -ms-user-select: None;
 -moz-user-select: None;
 -webkit-user-select: None; 
  font-family: Arial;
  margin-left: 14px;
  position: absolute;
  width: 800px;
  height: 600px;
  background-color: #0066ff;
  left: 50%;
  margin-top: 50px;
  margin-left: -400px;
}
#punktetitel {
  margin-left: 50px;
  margin-top: 500px;
  position: absolute;
  font-size: 1.2em;
}
#fehlertitel {
  position: absolute;
  margin-top: 530px;
  margin-left: 50px;
  font-size: 1.2em;
}
#titel {
  font-weight: bold;
  color:#ffff00;
  font-size: 2.5em;
  position: absolute;
  margin-top: 35px;
  margin-left: 50px;
}
#grafik {
  background-image: url(../img/schildkroete.png);
  background-position:  center center;
  position: absolute;
  width: 100px;
  height: 75px;
  margin-top: 470px;
  margin-left: 350px;
}
#zurueck {
  margin-top: 536px;
  font-size: 1.3em;
  margin-left: 684px;
  position: absolute;
  font-weight: bold;
}
#copyright {
  position: absolute;
  width: 200px;
  margin-top: 570px;
  margin-left: 300px;
  font-size: 0.9em;
  text-align: center;
}
#basisinfo {
  font-family: Arial;
  position: absolute;
  width: 800px;
  height: 50px;
  margin-top: 610px;
}
#username {
  font-family: Arial;
  position: absolute;
  width: 250px;
  height: 50px;
  color:red;
}
#uebungslink {
  font-family: Arial;
  position: absolute;
  width: 250px;
  height: 50px;
  margin-left: 275px;
  text-align: center;
}
#logout {
  font-family: Arial;
  position: absolute;
  width: 250px;
  height: 50px;
  margin-left: 550px;
  text-align: right;
}


