  body {
    color: black; background-color: #8DC1EF;
    font-size: 100.01%;
    font-family: Georgia, Trebuchet MS;
    margin: 0; padding: 1em;
    min-width: 70em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    max-width: 70em;
  }

/* #####################################################
 Header */
 
  h1 {
    font-size: 1.5em;
    text-shadow:white 0px 4px 3px, white 0px -4px 3px, white 4px 0px 3px, white -4px 0px 3px;
    margin: 0 0 0.7em 0; padding: 0.2em;
    text-align: center;
    text-decoration: none;
    background-color: #eee;
    border: 2px white;
  }

  div#header {
    position: absolute; top:180px; left: 600px;
    font-family: Verdana;
    font-size: 1.3em;
    color: #003399;
  }

/* Header ENDE
##################################################### */  
  
  
/*#####################################################
 MenŸleiste und Navigation */

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 12em;
    margin: 0 0 0; padding: 0;
    /*border: 1px dashed silver;*/
  }
  
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0;
  }
  
  ul#Navigation a {
    text-decoration: none;
    display: block;
    padding: 0.5em;
    font-weight: bold;
  }
  
  ul#Navigation a:link {
    color: black; background-color: #8DC1EF;
  }
  
  ul#Navigation a:visited {
    color: black; background-color: #8DC1EF;
  }
  
  ul#Navigation a:hover {
    color: black; background-color: white;
  }
  
  ul#Navigation a:active {
    color: white; background-color: gray;
  }
  
  ul#Navigation h2 {
    font-size: 1.3em;
    color: #003366;
  }
  
/* MenŸleiste und Navigation ENDE 
##################################################### */
  
 
/*#####################################################
 Zertifikate Box rechte Seite */
 
  div#Info {
    font-size: 0.9em;
    float: right; width: 7em; 
    margin: 0 0 1.1em; padding: 0;
    background-color: #eee; 
    /*border: 1px dashed silver;*/
  }
  div#Info h2 {
    font-size: 1.2em;
    margin: 0.2em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }
  
/*Zertifikate Box rechte Seite ENDE
##################################################### */


/*#####################################################
 Inhaltsbereich */

  div#Inhalt {
    margin: 0 12em 1em 12em;
    padding: 0.25em 1em;
    line-height:1.4em; 
    font-size:1em;
    /*border: 1px dashed silver;*/
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  
/* Inhaltsbereich ENDE
##################################################### */


/*#####################################################
 Bildbereich im Inhaltsbereich */

  div#Bilder {
    margin: 1em 12em;
    padding: 0.25em 1em;
    /*border: 5px dashed silver;*/
    min-height: 200px;
    /*max-height: 250px;*/
    /*background-color: #eee;*/
  }
  
  div#Bilder img {
   border: 2px solid #eee;
  }
  

/* Bildbereich im Inhaltsbereich ENDE
##################################################### */

/*#####################################################
 Formatierung Preise-Seite */
  td#preise_preise {
    color: white; 
    padding: 0.5em;
    padding-top: 0.8em;
  }
  
  td#preise_zimmer {
    font-weight: bold;
    padding: 0.2em;
    padding-top: 0.8em;
  }
  
  td#preise_sonstiges {
    padding-left: 0.3em;
    padding-top: 0.8em;
  }
  
/* Formatierung Preise-Seite ENDE
##################################################### */


/*#####################################################
 Fusszeile */
 
  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #eee; border: 1px white;
  }
  
  /* Fusszeile ENDE
##################################################### */

