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

   /* valide 14.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: 1990px;
  width: 955px;
  background-image: url(../images/layer6.png);     
}

 

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

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

.Navigation a, .Navigation span {
    padding: 0.2em 1em;
    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ü*/ 
 
 

 /* anfang textteil */
/* anfang textteil */ 
 /* anfang textteil */
 
 
/* storybox */
.storybox {
  position: relative;
  top: 150px;
  left: 40px;
  height: 1670px;
  width: 845px; 
  padding: 10px;
  padding-right: 25px; 
  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() {
    .storybox {
        height: 1710px;
    }
}  


 /* text story */

.text {
  position: relative;
  top: 10px;
  left: 20px;
  font-style: normal; 
  font-weight: normal; 
  font-size: 13px;
  line-height: 130%;
  font-family: Verdana, sans-serif;
  color: black;
}

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


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

/* 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: 50px;
left:90px;
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 */ 
  
  
  
  
  





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



 /* box navi */
.navi {
  position: absolute;
  bottom: 50px;
  right: 100px;
  height: 40px;
  width: 280px; 
               
}


/* 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;}   