  div#page {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
    background-color: #f9f9ff; 
    color: rgb(43,40,44);
    font-family:'Garmon',Times,serif;
/*    border: 2px ridge silver; */
  }

  div#header {
    background-image: url(../images/background.jpg);
    height: 167px;
    font-size: 120%;
    line-height: 120%;
    font-weight: bold;
    margin: 0; 
    padding: 5px 10px 0px 10px;
    text-align: right;
    vertical-align: middle;
  }

  div#photo {
    float: left;
  }

  p#head {
    vertical-align: middle;
  }

  div#head {
    float: right;
  }

  div#head-big {
    font-size: 150%;
    line-height: 120%;
  }

  div#navigation {
   float: left;
/*   width: 50px; */
   height: 100%;
   padding: 0px 16px;
   font-size: 90%;
   line-height: 100%;
   font-weight: bold;
   vertical-align: bottom;
   color: rgb(43,40,44);
  }

  p#sub {
   text-indent: 16px;
   line-height: 50%;
  }

  a#nav {
   color: rgb(43,40,44);
   text-decoration: none;
  }

  a#nav:hover {
/*   text-decoration: underline;  */ 
   font-weight: bold;
   color: rgb(70,1,101);
  }

  div#main {
    clear: both;
    color: rgb(70,1,101);
    background-image: url(../images/background.jpg); 
    background-repeat: repeat-y;
  }

  div#heading {
    margin-left: 150px; 
    padding: 0px 16px;
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    background-image: url(../images/sonne.gif);
    background-repeat: no-repeat;
    background-position: 550px 20px;
  }

  div#h1 {
    padding: 50px 0px 0px 0px;
  }

  div#h2 {
    font-size: 120%;
    padding: 20px 0px;
  }

  div#content {
    margin-left: 162px; 
    padding: 0px 50px;
  }

  p#slogan {
   font-size: 100%;
   font-style: italic;
   text-align: left;
   padding: 10px 0px 10px 50px;
  }

  div#hp {
    padding: 3px 0px;
  }

  div#important {
    color: rgb(145,13,125);
    font-weight: bold;
  }

  a#important {
    color: rgb(145,13,125);
    text-decoration: underline;
  }

  a#important:hover {
    color: rgb(145,13,125);
    text-decoration: underline; 
  }

  div#indent {
    padding: 0px 50px;
  }

  div#center {
    text-align: center;
  }

  div#right {
    text-align: right;
  }

  li#text {
   padding: 2px 0px;
  }

  a#text {
   color: rgb(70,1,101); 
   text-decoration: underline;
  }

  a#text:hover {
   color: rgb(70,1,101); 
   text-decoration: underline; 
  }

  a#einladung {
   color: rgb(70,1,101); 
   text-decoration: underline;
  }

  a#einladung:hover {
   color: rgb(70,1,101); 
   text-decoration: underline; 
  }

  b#text {
    font-weight: bold;
  }

  table {
  }

  tr {
  }

  td {
  }


  div#foot {
/*    clear: both; */
    font-size: 80%;
    margin: 0; 
    padding: 0.1em;
    text-align: right;
    background-color: white;
    border-top: 1px solid silver;
  }






