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;
}

#satzdiv {
  position: absolute;
  margin-top: 320px;
  margin-left: 50px;
  z-index: 1;
    width: 700px;
}

#aufgabe_teil1 {
  font-size: 32px;
  line-height: 60px;
  float:left;
}
#aufgabe_teil2 {
  font-size: 32px;
  line-height: 60px;
  float:left;
}


#eingabefeld {
  float:left;
  margin-left: 10px;
  margin-right: 10px;
}
#feld {
  height: 50px;
  margin-bottom:10px;
  margin-top:2px;
  width: 240px;
  background-color: white;
  font-size: 30px;
}
#aufgabe_verbangabe {
  width: 240px;
  position: absolute;
  margin-top:320px;
  margin-left: 50px;
  font-size: 32px;
  font-style: italic;
  font-family: Arial;
  text-align: center;
  z-index: 9;
}
#Anleitung {
  position: absolute;
  margin-top:200px;
  margin-left: 50px;
  font-size: 25px;
  color:yellow;
}


#zurueck {
  margin-top: 536px;
  font-size: 1.3em;
  margin-left: 684px;
  position: absolute;
  font-weight: bold;
}

#loesungsanzeige {
  width: 240px;
  position: absolute;
  margin-left: 50px;
  color: red; 
  font-weight: bold;
  font-size: 35px;
  font-style: italic;
  font-family: Arial;
  text-align: center;
  z-index: 9;
}

#tickcontainer {
  position: absolute;
  margin-left: 620px;
  margin-top: 200px;
  z-index: 5;
}
#crosscontainer {
  position: absolute;
  margin-left: 620px;
  margin-top: 200px;
  z-index: 5;
}

#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/grafik.png);
  background-position:  center center;
  position: absolute;
  width: 250px;
  height: 147px;
  margin-top: 39px;
  margin-left: 500px;
}
#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;
}

#regeln {
  position:absolute;
  margin-top: 50px;
  font-size: 1.3em;
  margin-left: 30px;
  z-index: 10;
}
#regellink {
  cursor: pointer;
  margin-top: 460px;
  margin-left: 700px;
  position: absolute;
  font-weight: bold;
  color: white;
}
#regellinkschliessen {
  cursor: pointer;
  position:absolute;
  background-image: url(img/schliesskreuz.png);
  margin-top: 90px;
  margin-left: 700px;
  height: 60px;
  width: 60px;
  z-index: 11;
}

