   /* Raven Team Standard-CSS 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: #DDDDDD;
   height: 100%;
   width: 100%;
   background-color: #000000;
   }

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

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

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

#oberbox {
   z-index: 1;
   width: 1020px;
   margin-top: 50px;
   margin-left: auto;
   margin-right: auto;
   background-image: url(style/box_design_x1.png);
   background-repeat: repeat-y;
   background-color: #DDDDDD;
   position: relative;
   }

#header {
   z-index: 2;
   background-image: url(style/header_design_x1.png);
   height: 584px;
   width: 100%;
   background-position: top center;
   background-repeat: no-repeat;
   margin-top: -50px;
   position: absolute;
   }

#pagetext {
   z-index: 5;
   margin-top: 50px;
   margin-left: 210px;
   margin-right: 210px;
   width: 700px;
   position: relative;
   padding-top: 250px;
   }

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

#pagetext h2 {
   font-family: "Monotype Corsiva", cursive, serif;
   font-size: 2em;
   color: #0000DD;
   padding-left: 100px;
   padding-right: 100px;
   }

#absatz1 h3, #absatz2 h3, #absatz3 h3, #absatz4 h3 {
   padding-top: 50px;
   padding-left: 70px;
   padding-right: 140px;
   font-family: "Monotype Corsiva", cursive, serif;
   color: #0000DD;
   font-size: 1.5em;
   text-decoration: underline;
   }

#absatz1 h4, #absatz2 h4, #absatz3 h4  {
   font-size: 1.2em;
   color: #0000DD;
   }

p {
   margin-top: 0px;
   padding: 20px 140px 20px 40px;
   }

#linkliste_links {
   z-index: 6;
   width: 180px;
   margin-top: 360px;
   margin-left: 5px;
   margin-right: 820px;
   color: #FFFFFF;
   position: absolute;
   }

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

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

#linkliste_rechts {
   z-index: 7;
   width: 180px;
   margin-top: 360px;
   margin-left: 820px;
   margin-right: 5px;
   color: #FFFFFF;
   position: absolute;
   }

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

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

#footer {
   margin-top: 50px;
   margin-left: -100px;
   padding-top: 0px;
   padding-bottom: 10px;
   text-align: center;
   }