* { padding: 0; margin: 0; }
html { }
body { /* Das HTML-Element mit dem Namen body */
   color: #000000; /* Schriftfarbe */
   background-color: #DCEAF1; /* Hintergrundfarbe */
   background-image: url(../images/h2.gif);
/* background-repeat: repeat-x; */
   height: 100%;
   font-family: Verdana, Arial, Helvetica;
   font-size: small; /* Schriftgröße */
}

html, body, textarea {
scrollbar-base-color:#FFFFFF;
scrollbar-track-color:#DCEAF1;
scrollbar-face-color:#A1C6D6;
scrollbar-highlight-color:#DCEAF1;
scrollbar-3d-light-color:#DCEAF1;
scrollbar-dark-shadow-color:#DCEAF1;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
}

h1 {
    color: #802A48;
    font-size: 105%;
    font-style: normal;
    font-weight: bold;
}

#wrapperhome {
   color: black;
   width: 710px;
   margin-top: 0px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
   min-height: 100%; /* Mindesthöhe für moderne Browser */
   height:auto !important; /* Important Regel für moderne Browser */
   height:100%; /* Mindesthöhe für den IE */
   overflow: hidden !important; /* FF Scroll-leiste */ 
   }


