* { padding: 0; margin: 0; }
html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body { /* Das HTML-Element mit dem Namen body */
   color: #211D1C; /* Schriftfarbe */
   background-color: #FFFFFF; /* Hintergrundfarbe alt war #ACA899 */
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt; /* Schriftgröße */
   width: 100%;
   }

html, body, textarea {

scrollbar-base-color:#FFFFFF;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#C6C6C6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#FFFFFF;
}

/* Hyperlinks */
a { text-decoration: none; outline: none;} 

a:link {
 color: #211D1C;
} 
a:visited {
 color: #211D1C;
}
a:hover, 
a:focus {
  color: #800000; 
  border-bottom: 1px solid #800000; 
}

ul {
   list-style-type: none;
   font-family: bookman old style;
   color: #211D1C;
}

li {
   display:inline;
   padding-right:20px;
}


#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
   color: black;
   background-color: #FFFFFF;
   width: 990px; /* Breite des Inhaltsbereiches */
   height: 584px; /* Breite des Inhaltsbereiches */
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -495px;    /* Hälfte von width */
   margin-top: -292px;   /* Hälfte von height */
   padding-top: 0px;
   padding-right: 0px; 
   padding-bottom: 0px; 
   padding-left: 0px;
   }

#kopfbereich {
   color: #505050; 
   background-color: #FFFFFF;
   background-position: top left;
   padding-top: 0px;
   padding-right: 0px; 
   padding-bottom: 0px; 
   padding-left: 274px;
   }

#textbereich {
   color: #505050;
   font-size: 88%;
   background-color: #FFFFFF;
   background-image: url(../images/h11.gif);
   background-repeat: no-repeat;
   padding-top: 25px; /* Abstand oben zum Bildschirmrahmen alt war 120px*/
   padding-right: 180px; 
   padding-bottom: 0px; 
   padding-left: 210px;
   }

#fussbereich {
   color: #505050; 
   background-color: #ACA899;
   background-position: top left;
   padding-top: 0px;
   padding-right: 0px; 
   padding-bottom: 0px; 
   padding-left: 0px;
   }

h1 {
   font-size: 162%;
   color: #800000;
   font-family: bookman old style;
   } 

h2 {
   font-size: 116%;
   color: #828927;
   font-family: bookman old style;
   }

strong {
   color: #828927;
}

.linksimtext {
  color: #800000;
  border-bottom: 1px solid #800000; 
} 
.linksimtext:link {
  color: #800000;
  border-bottom: 1px solid #800000; 
} 
.linksimtext:visited {
  color: #800000;
  border-bottom: 1px solid #800000; 
}
.linksimtext:hover, 
.linksimtext:focus {
  color: #800000; 
  border-bottom: 1px solid #800000; 
}
