@CHARSET "utf-8";

html {
   height: 100%;
   overflow: hidden;
}

body {
   margin: 0px; padding: 0px;
   height: 100%;
}

#content {
   position: absolute;
   top: 0px; margin-top: 100px;
   bottom: 120px; margin-bottom: 0px;
   width: 100%;
   overflow: auto;
   z-index: 10;
}

#content_text {
   margin: 0px; 
   padding: 0px 15px 20px 200px; /* oben, rechts, unten, links */
   width: 530px;

   font-family: Verdana, Arial, Sans-Serif;
   font-size: 12pt;
   font-weight: normal;      /* bold, normal */
   font-style: normal;       /* oblique, normal */
   text-decoration: none;    /* underline, none */
   color: #4900ff;           /* Schriftfarbe */
   font-size: 14px;

   /* background: #ffffff; /* gut zum Testen !! */
   /* min-height: 340px; */
}

img#box {
   border: 0px;
   position: fixed;
   overflow: hidden;
   z-index: 20;
}

img#background {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -10;
  position: fixed;  
  clear: both; 
}

