body {
  background-color: #2e9afe;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: 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: yellow;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: inherit;
  text-decoration: none;
}

#feld {
  height: 60px;
  width: 400px;
  background-color: white;
  font-size: 2.3em;
  position: absolute;
}

#loesungsanzeige {
  height: 60px;
  color: red; 
  font-size: 2.5em;
  font-weight: bold;
  position: absolute;
  margin-top: 340px;
  margin-left: 50px;
  z-index: 1;
}
#aufgabe {
  position: absolute;
  margin-top: 230px;
  margin-left: 50px;
  height: 50px;
  font-size: 2.3em;
  z-index: 1;
}

#tickcontainer {
  position: absolute;
  margin-left: 520px;
  margin-top: 320px;
  z-index: 5;
}
#crosscontainer {
  position: absolute;
  margin-left: 520px;
  margin-top: 320px;
  z-index: 5;
}
#eingabefeld {
  margin-top: 330px;
  position: absolute;
  margin-left: 50px;
}
#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 {
  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: yellow;
  font-size: 2.5em;
  position: absolute;
  margin-top: 35px;
  margin-left: 50px;
}
#grafik {
  background-image: url(img/eule.png);
  background-position:  center center;
  position: absolute;
  width: 150px;
  height: 248px;
  margin-top: 50px;
  margin-left: 550px;
}
#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;
}


