@charset "UTF-8";
/* CSS Document */
    *{padding:0;margin:0;list-style:none;outline:none;}  

/* Schriftgrößen für den ENDE-Titel */
.fs1 {font-size:5pt;}
.fs2 {font-size:10pt;}
.fs3 {font-size:15pt;}
.fs4 {font-size:20pt;}
.fs5 {font-size:25pt;}
.fs6 {font-size:30pt;}
.fs7 {font-size:35pt;}
.fs8 {font-size:40pt;}
.fs9 {font-size:45pt;}
.fs10 {font-size:50pt;}
.fs11 {font-size:55pt;}
.fs12 {font-size:60pt;}
.fs13 {font-size:65pt;}
.fs14 {font-size:70pt;}
.fs15 {font-size:75pt;}
.fs16 {font-size:80pt;}

#Ende     {
           background-color:#ffffee;
           width: 110px;
           text-align:center;
           text-decoration:none;
           border:double thick green; 
           font-weight:bold; 
           font-size:.8em; 
           font-family:Arial;
          }

#Zurueck  {
           background-color:#ffffee;
           width: 80px;  
           text-align:center;
           text-decoration:none;
           border:double thick green; 
           font-weight:bold; 
           font-size:.8em; 
           font-family:Arial; 
          }

#Vor      {
           background-color:#ffffee;
           width: 80px;
           text-align:center;
           text-decoration:none;
           border:double thick green; 
           font-weight:bold; 
           font-size:.8em; 
           font-family:Arial;
          } 

#StartStop{
           background-color:#ffffee;
           width: 126px;
           text-align:center;
           text-decoration:none;
           border:double thick green; 
           font-weight:bold; 
           font-size:.8em; 
           font-family:Arial; 
          }

#Groesse  {
           background-color:#ffffee;
           width: 110px;
           text-align:center;
           text-decoration:none;
           border:double thick green; 
           font-weight:bold; 
           font-size:.8em; 
           font-family:Arial; 
          }

/* Bilder uebereinanderlegen */

#img1dia {
        position: absolute;
        border:   double thick green;
         }
 
#img2dia {
        position: relative;
        background: url(bilder/BILD0.JPG);    /*  hier sollte das Startbild stehen  */
        border:   double thick green;
        margin-left:auto; margin-right:auto;
         } 

#img3dia { 
        position: relative;
	padding:0;
        font-family: Georgia,sans-serif; 
	font-weight: bold;
   /*   color: maroon;     */
        color: yellow;
        margin:0;  
        text-align: center;    
        text-decoration:none; 
        top: -230px; 
         }

#noscriptdia { /* Auf die Aktivierung von JavaScript hinweisen */
	position: absolute;
        top: 160px; /* Abstand von der linken oberen Ecke des Elternelements vertikal */
        left: 50%;  /* Abstand von der linken oberen Ecke des Elternelements horizontal */
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	width: 300px;
	color: #a00003;
	padding: 5px;
        margin-left: -106px;
             }

body       {
	margin:0px;
	padding:0px;
	font:normal 1em/170% "Droid Sans";
	color:#4c4c4c;
        background-color:#f4a460;
           }

div        {
        position: absolute;
        top: 10px;
        left:25px;   
           }

#lauftext  {
        font-family: Arial;
        color:green;
        border: double thick green; 
        font-weight:bold;
        font-size:1.3em;
        height: 22px;
        padding: 3px;"
           }

#untertitel {       
        border:double thick green; 
        font-weight:bold; 
        font-size: 0.9em;
        font-family:Arial; 
        height: 16px;
        padding: 3px;
            }
