/*css für xhtml*/
html {
   width: 100%; height: 100%;
   background-color: #eeeeff;}
body {
   border: 0px; margin-left: 20px; margin-bottom: 5px; margin-right: 20px; margin-top: 10px; 
   text-align: left; color: #000000; font-family: sans-serif; font-size: 100%;      /*= Standard*/
   padding: 0px; }
em, p {
   border: 0px; margin: 0px; padding: 0px;
   font-size: 100%; font-style: normal; font-weight: normal;}
ul {
   margin-left: 1.25em; margin-right: 0.5em; margin-top: 0.5em; margin-bottom: 0.5em; padding: 0px;}
:lang(de) {
   quotes: "\201E" "\201D"; "\2192";}

.Arbeit {      /* "In Vorbereitung" */
   position: relative; margin-left: 1em; margin-right: 1em; margin-top: 1em; color: #000000; font-size: 600%;}
.Aufzaehlungszeichen { 
   list-style-type: "– ";}
.ausgegraut {
   position: relative; margin-left: 1em; margin-top: 1em; color: #bbbbbb;}

.GroesseLogo {
   width: 800px;}
.Fusstext {
   position: relative; margin-left: 1em; margin-right: 1em; margin-top: 3em}
.Haupttext {
   position: relative; margin-left: 1em; margin-right: 1em; margin-top: 4em}
/*  position: fixed; top: 20%; left: 15 %;}*/
.Hinweis {
   position: relative; color: #ff0000; text-decoration: none;}   /* zu erläuternder Text */
.Hinweis::after {
   content: attr(data-hinweis); position: absolute; bottom: 130%; left: 20%;
   background: #eeffff;
   padding: 0.5em 0.5em;
   color: #000000;
   border-radius: 0.3em;
   opacity: 0; transition: all 0.3s;
   min-width: 10em; max-width: 55em;}
.Hinweis::before {   /* Dreieckszeiger unter dem Feld */
   content: "";
   position: absolute; width: 10&; height: 0;
   border-top: 1em solid #ff0000; border-left: 1em solid transparent; border-right: 1em solid transparent;
   transition: all 0.0s; opacity: 0;
   left: 20%; bottom: 90%;}
.Hinweis:hover::after, .Hinweis:focus::after {   /* Versatz des Feldes nach oben */
   opacity: 1;
   bottom: 100%;}
.Hinweis:hover::before, .Hinweis:focus::after {   /* Dreieckszeiger unter dem Feld */
   opacity: 1;
   bottom: 70%; }

.Kopftext {
   position: relative; top: 0%; left: 0%;}
.SchaltflaechenUnten {
   position: relative; top: 10%; margin-left: 500px;}
.Sprachumschalter {
   position: relative; top: 0%; margin-left: 700px;}
.verdeckt {
   color: #eeeeff;}
.Vorbereitung {
   position: relative; margin-left: 1em; margin-top: 4em; font-size: 300%;}

/*
  
*/
