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;
}
#auswahlmenu {
  position: absolute;
  font-size: 1.8em;
  margin-top: 200px;
  margin-left: 100px;
  line-height: 1.8em;
}

#uebung {
  font-family: Arial;
  margin-left: 14px;
  position: absolute;
  width: 800px;
  height: 600px;
  background-color: #0066ff;
  left: 50%;
  margin-top: 50px;
  margin-left: -400px;
}

#haupttitel {
  font-weight: bold;
  color: yellow;
  font-size: 2.5em;
  position: absolute;
  margin-top: 75px;
  margin-left: 50px;
}

#grafik {
  background-image: url(img/maus_gross.png);
  background-position:  center center;
  position: absolute;
  width: 250px;
  height: 139px;
  margin-top: 250px;
  margin-left: 350px;
}

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


