   /* Standard für alle Fantasy Wars & Elven Legacy Seiten by Hexenmeister Raven 2009 */
   
html {
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%;
   }

body {
   margin: 0px;
   padding: 0px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 0.9em;
   line-height: 150%;
   color: #ffffff;
   height: 100%;
   width: 100%;
   background-color: #000000;
   }

a:link {
   color: #FFFF00;
   text-decoration: none;
   }

a:visited {
   color: #FF0000;
   text-decoration: none;
   }

a:hover, a:active {
   color: #00FF00;
   text-decoration: none;
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #99FF99;
   }

#oberbox {
   z-index: 1;
   width: 980px;
   height: 100%;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   background-color: #000000;
   position: relative;
   }

#header {
   z-index: 3;
   background-image: url(../site_images/hexraven_name2.jpg);
   height: 110px;
   width: 100%;
   background-position: top center;
   background-repeat: no-repeat;
   margin-top: 0px;
   position: absolute;
   }
   
   
#box1 {
   z-index: 2;
   margin-top: 0px;
   height: 589px;
   width: 980px;
   background-image: url(bilder/fwel_02.jpg);
   background-repeat: no-repeat;
   position: absolute;
   }

#box2 {
   z-index: 4;
   margin-top: 599px;
   height: 591px;
   width: 980px;
   background-image: url(bilder/fwel_01.jpg);
   background-repeat: no-repeat;
   position: absolute;
   }

#box3 {
   z-index: 5;
   margin-top: 1200px;
   height: 594px;
   width: 980px;
   background-image: url(bilder/fwel_03.jpg);
   background-repeat: no-repeat;
   position: absolute;
   }

#pagetext {
   z-index: 6;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   width: 660px;
   position: relative;
   padding-top: 130px;
   }

#pagetext h1 {
   background-color: #000000;
   text-align: center;
   margin-left: 70px;
   margin-right: 70px;
   font-family: "Monotype Corsiva", cursive;
   font-size: 2em;
   padding: 5px 5px 5px 5px;
   }

#pagetext h2 {
   display: none;
   }

#absatz1 h3, #absatz2 h3, #absatz3 h3, #absatz4 h3, #absatz5 h3 {
   background-color: #000000;
   text-align: center;
   font-family: "Monotype Corsiva", cursive;
   font-size: 1.8em;
   margin-top: 70px;
   margin-left: 200px;
   margin-right: 200px;
   padding: 5px 5px 5px 5px;
   }

#absatz1 h4, #absatz2 h4, #absatz3 h4, #absatz4 h4, #absatz5 h4 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1.2em;
   text-align: center;
   background-image: url(../site_images/back_s.gif);
   margin-left: 200px;
   margin-right: 200px;
   padding: 3px 3px 3px 3px;
   }

p {
   background-image: url(../site_images/back_s.gif);
   margin-left: 70px;
   margin-right: 70px;
   padding: 10px 10px 10px 10px;
   }

#listelinks {
   z-index: 7;
   width: 160px;
   margin-top: 140px;
   margin-left: 5px;
   position: absolute;
   padding-top: 10px;
   }

#listerechts {
   z-index: 8;
   width: 160px;
   margin-top: 140px;
   margin-left: 770px;
   margin-right: 5px;
   position: absolute;
   padding-top: 10px;
   }

#listelinks ul {
   list-style-image: url(../site_images/sternchen.png);
   }

#listelinks h3 {
   padding-left: 30px;
   }

#listerechts ul {
   list-style-image: url(../site_images/sternchen.png);
   }

#listerechts h3 {
   padding-left: 30px;
   }

#footer {
   padding-top: 30px;
   padding-bottom: 10px;
   text-align: center;
   }