   /* Standard für Index-Seite by Hexenmeister Raven 2009*/

html {
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%;
   }

body {
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   color: #ffffff;
   height: 100%;
   width: 100%;
   background-image: url(site_images/back_fl_01.png);
   background-position: top left;
   background-repeat: repeat;
   background-color: #000000;
   }

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

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

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

#header {
   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;
   }

#box {
   width: 580px;
   margin-right: auto;
   margin-left: auto;
   margin-top: 0px;
   position: relative;
   padding-top: 100px;
   }

#pagetext {
   font-style: normal;
   font-size: 0.8em;
   text-align: center;
   padding-top: 20px;
   padding-bottom: 100px;
   width: 580px;
   }

#absatz1 h3, #absatz2 h3, #absatz3 h3, #absatz4 h3, #absatz5 h3 {
   background-image: url(site_images/rahmen_blau_oben.png); 
   background-repeat: no-repeat;
   height: 127px;
   padding-top: 30px;
   padding-left: 30px;
   padding-right: 30px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 1.8em;
   font-variant: small-caps;
   margin-bottom: 0px;
   }

p {
   background-image: url(site_images/rahmen_blau_mitte.png);
   background-repeat: repeat-y;
   padding-top: 20px;
   padding-left: 30px;
   padding-right: 30px;
   margin-top: -30px;
   }

.end {
   background-image: url(site_images/rahmen_blau_unten.png);
   background-repeat: no-repeat;
   height: 84px;
   margin-top: -10px;
   }   

#footer {
   padding-bottom: 10px;
   }

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


#extraDiv1 {
   background-image: url(site_images/sidebar2.png);
   position: fixed;
   background-repeat: no-repeat;
   top: 300px;
   right: 140px;
   width: 140px;
   height: 207px;
   margin: -140px;
   line-height: 200%;
   padding-top: 10px;
   padding-left: 25px;
   }

#extraDiv1 h3 {
   background-image: url(site_images/rose_01.png);
   background-repeat: no-repeat;
   margin-left: 17px;
   padding-left: 25px;
   }

/* #extraDiv2 {
   background-image: url(site_images/bottom1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	width: 100%;
	position: fixed;
	bottom: 0px;
   } */