  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 */
	height:100%; /* fenster ist 100 */
 }


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

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

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

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

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

  a {
    text-decoration: none; font-weight: bold;
    color: 931B50;
  }

  a:hover {
    color: #black;
  }

  a:visited {
    color: ffffff;
  }

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

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

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

  ul li {
    list-style: none;
  }

