  body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black;
    background-color: #ffffff;
    text-align: center;
  }
  div#header {
    font-size: 1.5em;
    margin: 0 0em 0.7em; padding: 1.4em;
    text-align: center;
    background: transparent url('./images/background_top.jpg') no-repeat center top;
    border: 0px;
  }
  div#header a {
    color:#f3e8cf;
  }
  div#page {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #FFFFFF url('./images/background_center.jpg') repeat-y center top;
    border: 0px ridge silver;
  }
  div#nav {
    font-size: 0.83em;
    border-right: 1px solid silver;
    float: left;
  }
  div#nav li {
    list-style: none;
    padding: 0.5em;
  }
  div#nav a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    text-decoration: none;
  }
  div#nav a:link {
    color: black; background-color: #f3e8cf;
  }
  div#nav a:visited {
    color: #666; background-color: #f3e8cf;
  }
  div#nav a:hover {
    color: black;
  }
  div#nav a:active {
    color: white;
  }
  div#Inhalt {
    margin: 0em 2em 0em 8em;
    padding: 0.5em 0em 0.5em 2em;
    font-family: Arial, Helvetica, Georgia, Sans-Serif;
    font-size: 90%;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    text-align: center;
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  div#footer {
    clear: both;
    padding: 1.5em 0em 0em 8.2em;
    text-align: center;
    font-family: Arial, Helvetica, Georgia, Sans-Serif;
    font-size: 70%;
    background: transparent url('./images/background_footer.jpg') no-repeat center bottom;
  }
  div#footer img {
    border: 0px;
  }
  div#home {
    text-align: center;
  }
  div#Inhalt a {
    padding: 0.2em;
    text-decoration: none;
  }
  div#Inhalt a:link {
    color: black; background-color: #f3e8cf;
  }
  div#Inhalt a:visited {
    color: #666; background-color: #f3e8cf;
  }
  div#Inhalt a:hover {
    color: black;
  }
  div#Inhalt a:active {
    color: white;
  }
  div#galerie {
  text-align:center;
  }
  div#red {
  border: 1px solid silver;
  width: 50%;
  background-color: silver;
  }
  input, select {
    border: 1px solid orange;
    margin: 1px 3px;
  }
  input:hover, input:focus, select:hover, select:focus {
    border: 1px solid silver;
    margin: 1px 3px;
  }
  input#missing {
    background-color:silver;
  }
  td#prev_pic {
  text-align:left;
  }
  td.gal_prev {
  width:25%;
  }
  td#next_pic {
  text-align:right;
  }
  table#galerie {
  text-align:center;
  margin-left:3em;
  }
  table#pic_scr {
  width:100%;
  }