body {
  background-image:url(../images/wand.gif);
  background-attachment:fixed;
  margin:0;
  padding:0;
  width:100%;
}

   /*valide 27.04.14, geöffnet mit opera 12, chrome und IE 10, getestet versch. auflösungen, okay*/
  /*div für verschiedene auflösungen */
   
.wrapper 
{
width: 960px; 
margin:0 auto;
}      
   
   
  /* layer im hintergrund */
#hintergrund
{
  position: relative;
  top: 5px;
  height: 2260px;
  width: 955px;
  background-image: url(../images/layer7.png);
}

.header
{
  position: absolute;
  top: 60px;
  left: 38px;
  height: 200px;
  width: 826px;
  border-color:#000000; 
  border-width:25px; 
  border-style:solid;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; 
  box-shadow:8px 8px 8px #666;
  z-index:1;
}

 /* nagel grün */
.gruen {
  position: absolute;
  top: 40px;
  left: 45px;
  z-index:2;
}

/* nagel weiß */
.wei {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index:3;
}

 /*menü*/
/*menü*/
/*menü*/

.Navigation {
    position: absolute;
    margin: 0; 
    padding: 0.8em;
    text-align: center;
    border: 1px solid black;
    background-color:  #555555;
    top: 310px;
    width: 850px;
    left: 38px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow:8px 8px 8px #666;
    z-index:3;
  }
 
.Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; 
    padding: 0;
  }

.Navigation a, .Navigation span {
    padding: 0.2em 0.5em;
    text-decoration: none; 
    font-weight: bold;
    border: 1px solid black;
    border-left-color: white; 
    border-top-color: white;
    color: maroon; 
    background-color: #ccc;
    font-family:  verdana,sans-serif;
    font-size: 11px;
  }
  
  

    
    
.Navigation a:hover, .Navigation span {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: gray;
  }

 /*ende menü*/
/*ende menü*/
/*ende menü*/ 







/*titelbox*/
/*titelbox*/
/*titelbox*/



/* box für storytitel */
.titelbox {
  position: absolute;
  top: 380px;
  left: 50px;
  height: 250px;
  width: 860px;      
}



/* text unter box für storytitel */
.einlei{
position: absolute;
font-family: courier,"courier new",monospace;
font-size: 11px;
left: 100px;
top: 180px;
right: 100px;  
}

/*ende titelbox*/
/*ende titelbox*/
/*ende titelbox*/



/*textteil*/
/*textteil*/
/*textteil*/



 /* textbox  gesamttext */
.rahmen {
  position: absolute;
  top: 650px;
  left: 45px;
  height: 1450px;
  width: 865px; 
  padding: 0px 5px;
  border-color: black;     /* diese drei müssen für rahmen in css sein */
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 1px 6px 20px #0f100f; /* webkit browser*/ 
  -moz-box-shadow: 1px 6px 20px #0f100f; /* firefox */ 
  box-shadow: 1px 1px 10px #0f100f;                               
}
 /* Nur Firefox  */
@-moz-document url-prefix() {
    .rahmen {
        height: 1500px;
    }
}  


    /* text und bilder kapitel 1 */
.kap1_schreibmaschine{
font-family: Verdana, sans-serif;
font-size: 12px;  
}


 /* text und bilder kapitel 2 */
.kap2_scene{
font-family: Verdana, sans-serif;
font-size: 11px;
}
 

/*ende textteil*/
/*ende textteil*/
/*ende textteil*/




 /* box für link zu sitemap */
  /* box für link zu sitemap */
  /* box für link zu sitemap */
  
  
.linkbox {
position: absolute;
bottom: 60px;
left:50px;
height: 22px;
width: 195px; 
border-color: grey;
border-width: 1px;
border-style: solid;
background-color: rgba(255,255,255, 0.4);
-moz-transform:rotate(-1deg); /* Firefox 3.6 Firefox 4 */
-o-transform:rotate(-1deg); /* Opera */ 
-webkit-transform:rotate(-1deg); /* Safari, Chrome */   
transform:rotate(-1deg); /* W3C */        
-ms-transform:rotate(-1deg); /* IE9 */  
-webkit-box-shadow: 1px 6px 10px #0f100f; /* webkit browser*/ 
-moz-box-shadow: 1px 6px 10px #0f100f; /* firefox */ 
box-shadow: 1px 1px 5px #0f100f;        
}


/* linkschrift */
.linkbox a {
font-size: 18px;
line-height: 1.1em;
font-family: Arial, sans-serif;
}


/* ende box für link zu sitemap */
/* ende box für link zu sitemap */
/* ende box für link zu sitemap */ 
  
  
  
  
  
  





.smily 
{
  display: inline;
  margin: 0px 3px -3px -2px;  
}




 /*tooltipps zu texten*/
acronym, abbr {
	color: green;
	border-bottom: 0px;
}





 /* box weiterpfeil */
.pfeil {
  position: absolute;
  bottom: 70px;
  right: 190px;
  height: 30px;
  width: 60px; 
}

 /* box navi unten*/
.navi {
  position: absolute;
  bottom: 25px;
  right: 30px;
  height: 60px;
  width: 400px;      
}


/* listenelemente */
.navi li {
  display: inline;            /* Listenelemente nebeneinander */
  list-style-type: none;      /* Aufzählungszeichen entfernen */ 
}


a:link { font-weight:bold; color:#0000FF; text-decoration:none; }
a:visited { font-weight:bold; color:#800080; text-decoration:none; }
a:focus { font-weight:bold; color:#FF0000; text-decoration:underline; }
a:hover { font-weight:bold; color:#808000; text-decoration:none; }
a:active { font-weight:bold; color:#008000; text-decoration:underline;}