@media screen
{

body  { background-color: #000000;
        color: #FFFF99;
        font-size: 101%;
        font-size: 1.0em;}
a     { color: #FF9966; }
a:hover { color: #FF0000; }
h1 { }
td { vertical-align: top;
     padding-left: 1.0em;
     padding-right: 1.0em; }
.l  { text-align: left; }
.r  { text-align: right; }
.c  { text-align: center; }
.j  { text-align: justify; }

p  { margin-top: 0; margin-bottom: 0; }

.textfeld { margin-right: 15%;
            margin-left: 15%; }
div.textnavi { text-align: center; }
div.navitop  { text-align: center; }
div.bild     { text-align: center; }
div.bild img { width: 40.0em; height:32.0em; }
div.fuss     { text-align: center; border-top: 1px solid silver; color: silver;}

.kapitel { font-variant: small-caps; }
.regie { font-style: italic; }
.text  { font-style: normal; }
.anmerkung  { margin-right: 25%;
              margin-left: 10%;
              text-align: right;;
              color: #33FFFF; }
.rolle { font-size: 1.3em;
         font-weight: bold;
         color: #FFFFCC; }

} /* media*/
