   /* neuer Standard für alle Dragon Age 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-image: url(../site_images/back_fl_01.png);
   background-color: #000000;
   }

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

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

a:hover, a:active {
   color: #FF9900;
   text-decoration: none;
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #FFCC99;
   }

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

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

#bildbox1 {
   z-index: 3;
   margin-top: 200px;
   margin-left: 0px;
   height: 980px;
   width: 956px;
   background-image: url(style/char_leiste.png);
   position: absolute;
   }

#bildbox2 {
   z-index: 4;
   margin-top: 1280px;
   margin-left: 0px;
   height: 980px;
   width: 956px;
   background-image: url(style/char_leiste1.png);
   position: absolute;
   }

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

#pagetext h1 {
   font-family: "Monotype Corsiva", cursive, serif;
   font-size: 2.5em;
   padding-left: 200px;
   padding-right: 200px;
   }

#pagetext h2 {
   }

#absatz1 h3, #absatz2 h3, #absatz3 h3, #absatz4 h3 {
   background-image: url(style/zierrahmen_oben.png);
   background-repeat: no-repeat;
   height: 100px;
   padding-top: 70px;
   padding-left: 70px;
   padding-right: 140px;
   font-size: 1.5em;
   font-variant: small-caps;
   text-decoration: underline;
   margin-bottom: -70px;
   }

#absatz1 h4, #absatz2 h4, #absatz3 h4  {
   background-image: url(style/zierrahmen_oben.png);
   background-repeat: no-repeat;
   height: 100px;
   padding-top: 70px;
   padding-left: 70px;
   padding-right: 140px;
   font-size: 1.2em;
   margin-bottom: -70px;
   }

p {
   background-image: url(style/zierrahmen_mitte.png);
   background-repeat: repeat-y;
   margin-top: 0px;
   padding: 20px 140px 20px 40px;
   }

.end {
   background-image: url(style/zierrahmen_unten.png);
   background-repeat: no-repeat;
   height: 72px;
   margin-top: -20px;
   }

#linkliste_rechts {
   z-index: 6;
   width: 180px;
   margin-top: 240px;
   margin-left: 820px;
   margin-right: 5px;
   position: absolute;
   }

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

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

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