@charset "utf-8";

body
  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
  }

h1
  {
    font: 150% Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #000000;
  }

#abdecker
  {
    position: fixed;
    top: -9999px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #A0A0A0;
    padding: 10px 20px;
    opacity: 0.3;
    z-index: 99;
  }

#alertfeld1 /*Erster Ton wird vorgegeben*/
  {
    position: fixed;
    width: 350px;
    margin-top: -180px;
    margin-left: -200px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: center;
    padding: 10px 20px;
    z-index: 100;
  }

#alertfeld2 /*Abbruch wegen falscher Eingabe*/
  {
    position: fixed;
    width: 350px;
    margin-top: -180px;
    margin-left: -200px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: center;
    padding: 10px 20px;
    z-index: 100;
  }

#alertfeld3 /*Diktat erfolgriech beendet*/
  {
    position: fixed;
    width: 350px;
    margin-top: -180px;
    margin-left: -200px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: center;
    padding: 10px 20px;
    z-index: 100;
  }

#alertfeld4 /*Erst Notendiktat erzeugen lassen!*/
  {
    position: fixed;
    width: 350px;
    margin-top: -180px;
    margin-left: -200px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: center;
    padding: 10px 20px;
    z-index: 100;
  }

#anleitung, #notfall_kein_ton
  {
    position: fixed;
    width: 500px;
    font-size: 0.85em;
    margin-top: -175px;
    margin-left: -250px;
    top: -9999px;
    left: 50%;
    border: 5px solid #0040FF;
    border-radius: 8px;
    background-image: url("../bilder/HB_Training.jpg");
    text-align: left;
    padding: 10px 20px;
    z-index: 100;
  }

#anleitungstext, #notfalltext
  {
    height: 250px;
    overflow-y: scroll;
    background: #FFFFFF;
    padding: 5px 10px;
    border: 2px solid black;
  }

#holder
  {
    width: 760px;
    background: #FFFF22;
    background-image: linear-gradient(#EEEE00, #FFFF66);
    margin: 0 auto 0 auto;
  }

#Arbeitscontainer
  {
    position: relative;
    height: 1300px;
    overflow-y: hidden;
    z-index: 9;
  }

#vorgaben
  {
    width: 720px;
    height: 170px;
    margin: 0px auto;
    background: #FFFFCC;
    text-align: center;
    overflow-y: hidden;
  }

#vorgaben td
  {
    width: 140px;
  }

#intervallwaehler
  {
    margin: 0px 0px 0px 20px;
    font-size: 0.9em;
  }

#umschaltbereich
  {
    width: 720px;
    margin: 0px auto;
    height: 55px;
    background: #FFFFCC;
    text-align: center;
    overflow-y: hidden;
  }

#steuerbereich
  {
    width: 720px;
    height: 170px;
    margin: 0px auto;
    background: #FFFFCC;
    text-align: center;
    overflow-y: hidden;
  }

#wertuebergabebereich
  {
    position: fixed;
    text-align: left;
    left: 1220px;
    top: -2000px;
    width: 400px;
  }

#anzg_intervallgroesse, #intervallwaehler
  {
    width: 40px;
  }

#loesungsbereich
  {
    position: relative;
    text-align: center;
    width: 720px;
    height: 110px;
    margin: 0px auto;
    background: #FFFFCC;
    overflow-y: hidden;
  }

#loesungsbereich img
  {
    position: fixed;
    top: -6666px;
  }

#klavier_v
  {
    position: relative;
    width: 720px;
    height: 200px;
    margin: 0px auto;
    background: #000000;
    overflow-y: hidden;
  }

#notenbilder
  {
    position: relative;
    width: 700px;
    height: 200px;
    padding: 0px 10px;
    margin: 0px auto;
    text-align: center;
    background: #FFFFCC;
    overflow-y: hidden;
  }

#notenbilder img
  {
    width: 40px;
    margin: 8px 2px;
  }

.steuerbutton_a
  {
    width: 200px;
    margin: 0px 15px;
    height: 40px;
    background: #90B0FF;
    color: #000000;
    font-size: 0.9em;
  }

.steuerbutton_b
  {
    width: 149px;
    margin: 0px 10px;
    height: 40px;
    background: #90B0FF;
    color: #000000;
    font-size: 0.9em;
  }

.steuerbutton_a:hover, .steuerbutton_b:hover,
  {
    background: #2030A0;
    color: #FFFFFF;
  }

.umschaltbutton
  {
    width: 225px;
    margin: 10px 20px;
    height: 30px;
    background: #90B0FF;
    color: #000000;
    font-size: 1.0em;
  }

.umschaltbutton:hover
  {
    background: #2030A0;
    color: #FFFFFF;
  }

.fensterschliesser
  {
    display: box;
    width: 60%;
    padding: 5px;
    background-color: #FFBBBB;
    border: 2px solid;
    border-color: #FF4444;
    border-radius: 8px;
    box-shadow: #FF8888 5px -2px 10px;
    font: 80% Verdana, Arial, Helvetica, sans-serif;
    transition: all 1s ease;
  }