  body {
    color: black; background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0; padding: 20px;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 900px;
    height: 100%;
    padding: 0;
    background: #ffffff;
    border: 0px ;
  }

  div#Inhalt {
    margin: 0 0 0em 25px;
    width: 650px;
    height: 100%;
	background-image: url(../commons/hintergrund.gif);
	background-repeat: no-repeat;
	background-attachment: fixed
    padding: 0 0 100px;
  }

  h1 {
    font-size: 16px;
    margin: 0; padding: 0px;
  }

  h2 {
    font-size: 14px;
    margin: 0; padding: 0px;
  }

  ul#Navigation {
   float: right; width: 120px;
   margin: 0px; margin-left: 24px; padding: 0px;
  }

  ul#Navigation li {
    list-style: none;
  	white-space: nowrap; 
    margin: 0; 
  }

  ul#Navigation a {
    text-decoration: none; font-weight: bold;
    color: #027d38;
  }

  ul#Navigation a:hover {
    color: black;
  }

  a {
    text-decoration: none; font-weight: bold;
    color: #027d38;
  }

  a:hover {
    color: black;
  }

  td#thumbnail {
  	white-space: nowrap; 
    background: #fafafa;
  }

  td#thumbnail a {
    font-size: 10px;
  }

  p#Subnavigation a {
    text-decoration: none; font-weight: bold;
    color: black;
  }

  p#Subnavigation a:hover {
    color: #027d38;
  }

  div#Inhalt {
    margin: 0 0 0em 150px;
    padding: 0 48px;
  }

  div#Inhaltbeschreibung {
    xheight: 379px;
    xbackground: #ff0000;
  }

  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
  }

  ul li {
	list-style-position: outside;
	list-style-image: url(../commons/dash.gif);
	list-style-type: none;
	}


