body {
  background-color: #2e9afe;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None; 
}
#menu {
  width: 750px;
  position: absolute;
  margin-top: 110px;
  margin-left: 50px;
    text-align: center;
}
.zahl {
  font-size: 1.5em;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 1.9em;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #2e9afe;
  font-weight: bold;
}
.menutitel {
  font-size: 2em;
  font-weight: bold;
}
.untermenu {
  float: left;
  width: 200px;
  margin-right: 50px;
}
.auswahlbutton {
  background-color: #d9d9d9;
  position: absolute;
  width: 150px;
  height: 50px;
  z-index: 2;
  text-align: center;
  font-size: 1.5em;
  line-height: 2.2em;
  cursor: pointer;
}


#text {
  position: absolute;
  margin-top: 100px;
  width: 710px;
  margin-left: 50px;
}

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

.woerter {
  float: left;
  font-size: 1.5em;
  -ms-user-select: None; 
  -moz-user-select: None; 
  -webkit-user-select: None;
}
.klammerdiv {
  float: left;
}
.space {
  float: left;
  font-size: 1.5em;
  -ms-user-select: None; 
  -moz-user-select: None; 
  -webkit-user-select: None;
  cursor: pointer;  
}
#hervorgehoben {
  font-weight: bold;
  color: yellow;
}

#crosscontainer {
  position: absolute;
  margin-left: 530px;
  margin-top: 480px;
  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;
}
#grafik {
  background-image: url(img/schlange.png);
  position: absolute;
  width: 200px;
  height: 73px;
  margin-top: 480px;
  margin-left: 310px;
}



#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;
}
#zurueck {
  margin-top: 536px;
  font-size: 1.3em;
  margin-left: 684px;
  position: absolute;
  font-weight: bold;
}

#punktanzahlanzeige {
  position: absolute;
  margin-top: 50px;
  margin-left: 600px;
  font-size: 1em;
  font-style: italic;
}
#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;
}


