  body, p a {
    color: black; background-color: white;
    font: 10pt Arial, Helvetica, sans-serif;
    margin: 0; 
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 769px;
    min-height: 600px;
    padding: 0;
    background: #ffffff url(http://www.startercenter-westfaelisches-ruhrgebiet.de/ressourcen/starter_bg2.gif) repeat-y;  
    border: 1px solid;
    border-color: #000000;
  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    background: #ffffe0 url(http://www.startercenter-westfaelisches-ruhrgebiet.de/ressourcen/logo_startcenter.gif) no-repeat height:65px;
    border-bottom: 1px solid silver;
  }


  ul#Navigation {
    float: left; width: 160px;
    margin: 0 0 1.2em; padding: 20px 0 0 0 ;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }

  ul#Navigation a {
    background: url(http://www.startercenter-westfaelisches-ruhrgebiet.de/ressourcen/leftmenu_icon.gif) top left no-repeat; 
    padding : 0px 5px 5px 10px; 
    display: block;
    font-weight: bold;
  }

  ul#Navigation li.level2 {
    padding : 0px 5px 1px 20px; 
    display: block;
    font-weight: bold;
  }

  ul#Navigation li.plaintext {
    text-decoration: none;
    font: bold 13px Arial, Helvetica, Verdana, sans-serif;
    color: #FFFFFF;
  }



  ul#Navigation a:link {
    color: white;
    text-decoration:none;
  }
  ul#Navigation a:visited {
    color: white ;
    text-decoration:none;
  }

  ul#Navigation a:hover {
    color: white;
    text-decoration:underline;
  }
  ul#Navigation a:active {
    color: white;
    text-decoration:none;
  }

  div#Inhalt {
    margin: 0 0 1em 160px;
    padding: 20px ;
  }
  p#Fusszeile {
    clear: both;
    margin: 0; padding: 0.1em;
  }


p.footer-text {
font-size:0.80em; color: #4C4C4C; line-height: 110%; font-weight: normal; text-decoration: none; display:block;
}



  p { text-align:left;}   /* nur fuer den 'zurueck'-Link */

