body{
  background-color: black;
}

.cursorNormal {
  cursor: default;
}

a {
  text-decoration: none;
  color: red;
}

a:focus {
  outline: none;
}

#logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 675px;
  height: 579px;
  margin-left: -338px;
  margin-top: -290px;
  z-index: 2;
}

#main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 454px;
  margin-left: -400px;
  margin-top: -227px;
}

#imgFrame {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 600px;
  margin-left: -200px;
  margin-top: -300px;
}

#laufband {
  color: white;
  font-family: monospace;
  position: absolute;
  top: 0px;
  width: 800px;
}

.gallerie {
 text-align: center;
 color: red;
 font-family: verdana, sans-serif;
 font-size: 10pt;
 width: 400px;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 344px;
  height: 568px;
  margin-left: -172px;
  margin-top: -284px;
}

#btnKommentatorenkabine {
  position: absolute;
  top: 200px;
  left: 10px;
}

#btnFankurve {
  position: absolute;
  top: 200px;
  left: 150px;
}

#btnVereinsheim {
  position: absolute;
  top: 200px;
  left: 250px;
}

#btnSpielplan {
  position: absolute;
  top: 200px;
  right: 265px;
}

#btnMannschaftsaufstellung {
  position: absolute;
  top: 200px;
  right: 10px;
}

#btnBauchladen {
  position: absolute;
  top: 200px;
  right: 150px;
}

a img.buttons {
  text-decoration: none;
  color: red;
  border: none;
  border-style: none;
}

p.Impressum {
  font-family: verdana, sans-serif;
  color: rgb(212, 39, 23);
  font-size: 11pt;
}

#shop {
  position: absolute;
  width: 382px;
  padding: 10px;
  margin-left: -180px;
  left: 50%;
  height: 520px;
  margin-top: -260px;
  top: 50%;
  color: rgb(212, 39, 23);
  text-align: justify;
  font-family: verdana, sans-serif;
  overflow: auto;
/*  background-color: yellow;*/
}

#Spielplan {
  position: absolute;
  left: 50%;
  width: 360px;
  margin-left: -180px;
  top: 50%;
  height: 560px;
  margin-top: -280px;
  padding: 10px;
  text-align: justify;
  font-family: verdana, sans-serif;
  color: rgb(212, 39, 23);
  overflow: auto;
}

#Vereinsheim {
  position: absolute;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  top: 50%;
  height: 500px;
  margin-top: -250px;
  font-family: verdana, sans-serif;
  color: rgb(212, 39, 23);
  overflow: auto;
}

.fett {
  font-weight: bold;
}

#lyric {
  visibility: hidden;
  z-index: 100;
  left: 50px;
  top: 50px;
  position: absolute;
}

