  body {
    color: black;
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    background: #ADC9B3 url(/img/back.jpg) repeat-x;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 970px;
    padding: 0;
    border: 0px;
  }

  div#Inhalt {
    width: 750px;
    margin-left: 220px;
    padding-left: 0;
  } 



