   /* Standard für alle Witcher Seiten 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: #cccccc;
   text-decoration: none;
   }

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

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

#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: 700px;
   margin-right: auto;
   margin-left: auto;
   margin-top: 0px;
   background-image: url(style/char_leiste1.png);
   background-repeat: no-repeat;
   background-position: right top;
   position: relative;
   padding-top: 100px;
   }

#headline {
   font-family: "Monotype Corsiva", cursive;
   font-size: 0.9em;
   padding-top: 30px;
   }

#headline h1 {
   background-position: top center;
   background-repeat: no-repeat;
   padding-left: 50px;
   color: #c0c0cc;
   }

#headline h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   color: silver;
   padding-left: 75px;
   }

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

#absatz1 h3, #absatz2 h3, #absatz3 h3, #absatz4 h3, #absatz5 h3, #absatz6 h3, #absatz7 h3, #absatz8 h3, #absatz9 h3, #absatz10 h3, #absatz11 h3, #absatz12 h3, #absatzEnde h3 {
   background-image: url(../site_images/zierrahmen_oben_ohne.png);
   background-repeat: no-repeat;
   height: 101px;
   padding-top: 70px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 2em;
   font-variant: small-caps;
   margin-bottom: -80px;
   }

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

.end {
   background-image: url(../site_images/zierrahmen_unten_ohne.png);
   background-repeat: no-repeat;
   height: 72px;
   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: repeat-y;
   top: 215px;
   right: 170px;
   width: 170px;
   height: 414px;
   margin: -170px;
   line-height: 200%;
   padding-top: 20px;
   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(style/bottom3.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0px;
   }