  body {
    color: black;
   /*  background: url(grafiken/back_body.jpg) no-repeat; */
    background-color:#8A0000;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#engl {
   width: 900px;
   background-color:#C0C0C0;
   text-align: left;    /* Seiteninhalt wieder links ausrichten */
   padding: 20px;     /* standardkonforme horizontale Zentrierung */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    margin-left: -450px;
    position: absolute;
    left: 50%;
 
   /* border: 2px solid #383838;  */
  }
  div#engl h1{
    font-size: 16px;
  }
  div#engl p{
    align: justify;
  }


                   div#engl a {
                  text-decoration: none;
                  color: #950000;
                  font-weight: bold;
                  font-size: 15px;
                  }
                   div#engl a:visited{
                  text-decoration: none;
                  color: #950000;
                  font-weight: bold;
                  font-size: 15px;
                  }
                   div#engl a:hover {
                  text-decoration: none;
                  color: #950000;
                  font-weight: bold;
                  font-size: 15px;
                  }
                   div#engl a:active {
                  text-decoration: none;
                  color: #950000;
                  font-weight: bold;
                  font-size: 15px;
                  }