body {
  background-color: #2e9afe;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None; 
}
#hervorgehoben {
  color: red;
}
#hervorgehoben2 {
  color: red;
  font-weight:bold;
}
#erklaerung {
  position: absolute;
  z-index: 6;
}
#schliesskreuzplatz {
  position: absolute;
  z-index: 7;
  width:65px;
  height:65px;
  margin-top: 33px;
  margin-left:690px;
}

#auswahlbutton_eins {
  background-image: url(img/btn.png);
  position: absolute;
  width: 160px;
  height: 160px;
  margin-top: 130px;

  z-index: 2;
  text-align: center;
  font-size: 2.8em;
  line-height: 3.5em;
  cursor: pointer;
}
#auswahlbutton_zwei {
  background-image: url(img/btn.png);
  position: absolute;
  width: 160px;
  height: 160px;
  margin-top: 130px;

  z-index: 2;
  text-align: center;
  font-size: 2.8em;
  line-height: 3.5em;
  cursor: pointer;
}
#auswahlbutton_drei {
  background-image: url(img/btn.png);
  position: absolute;
  width: 160px;
  height: 160px;
  margin-top: 130px;
  z-index: 2;
  text-align: center;
  font-size: 2.8em;
  line-height: 3.5em;
  cursor: pointer;
}
#wortanzeige {
  position: absolute;
  width: 700px;
  height: 120px;
  margin-top: 0px;
  z-index: 2;
  font-size: 2.5em;
  text-align: center;
}

#levelanzeige {
  position: absolute;
  width:300px;
  margin-top: -87px;
  margin-left:400px;
  font-size: 1.3em;
  font-style: italic;
}

#menu {
  position: absolute;
  margin-top: 30px;
  margin-left:30px;
  font-size: 1.5em;
    line-height: 1.7em;
    z-index: 5;
}
#menuspalte1{
  position: absolute;
    width: 300px;
}
#menuspalte2{
  position: absolute;
  margin-left:300px;
      width: 300px;
}

#i_btn {
position: absolute;
margin-top:3px;
}

.link {
margin-left:40px;
}


.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: yellow;
  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;
  z-index: 3;
}
#crosscontainer {
  position: absolute;
  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 {
  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.8em;
  position: absolute;
  margin-top: 50px;
  margin-left: 50px;
}
#grafik {
  background-image: url(img/robbe_klein.png);
  background-position:  center center;
  position: absolute;
  width: 100px;
  height: 82px;
  margin-top: 470px;
  margin-left: 350px;
}
#titelgrafik {
  background-image: url(img/robbe_klein.png);
  background-position:  center center;
  position: absolute;
  width: 100px;
  height: 82px;
  margin-top: 50px;
  margin-left: 600px;
}
#zurueck {
  margin-top: 380px;
  font-size: 1.3em;
  color:white;
  margin-left: 630px;
  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;
}


