html, body {
  color: #5b5b5b;
  font-family: 'Lucida Grande','Lucida Sans Unicode',verdana,arial;
  margin: 0; padding: 0;
  text-align:center;
  background-color:white;
  font-size:11px;
  line-height:16px;
}

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

  div#Header {
        width:900px;
        height:120px;
        clear:both;
  }

  div#Logo {
        width:430px;
        height:auto;
        float:left;
  }

  div#HeaderRechts {
        float:left;
        width:470px;
        height:auto;
        background-image:url(../images/hg_mirabeau.gif);
  }

  div#SprachenHotline {
        clear:both;
        width:470px;
        height:51px;
  }

  div#iframeBuchung {
        background-image:url(../images/hg_mirabeau.gif);
        clear:both;
        width:470px;
        height:69px;
        text-align:right;
  }

  div#Sprachen {
    width:284px;
  height:25px;
  float:left;
  background-image:url('../images/hg_mirabeau.gif');
  }

  div#Hotline {
    width:186px;
  height:25px;
  float:left;
  background-image:url('../images/hg_mirabeau.gif');
  }

  div#Hauptnavigation {
    width:900px;
  height:25px;
  margin:0px;
  padding:0px;
  background-color:#eee1bc;
  text-align:right;
  clear:both;
  }

  div#Subnavigation {
    width:900px;
  height:25px;
  margin:0px;
  padding:0px;
  background-color:#ad8f76;
  text-align:right;
  clear:both;
  }

  div#Bild {
    width:225px;
  margin:0px;
  margin-top:25px;
  padding:0px;
  float:left;
  padding-bottom:50px;
  }

  div#Inhalt {
    width:675px;
  max-width:650px;
  height:95%;
  margin:0px;
  margin-top:25px;
  padding:0px;
  padding-left:25px;
  float:left;
  padding-bottom:50px;
  }

* html div#Inhalt {
  width:650px;
}

   div#Footer {
        position:fixed;
        bottom:0px;
    width:900px;
    height:35px;
  background-color:#a2c6e6;
  text-align:left;
  margin:0px;
  clear:both;
  z-index: 10000000;
  }

  
  div#Footertext {
  padding-top:3px;
  /*font-size:9px;
  color:#3d3d3d;*/
  }
  /*div#Footertext a, a:link, a:visited, a:active { font-size:9px; color:#3d3d3d; text-decoration:none; }
  div#Footertext a:hover  { font-size:9px; color:black; text-decoration:none; }*/
  div#Footertext span    { font-weight:bold; }
  div#Servicenavigation {
  text-align:right;
  }


/* Spezielle Formatierungen für den Inhaltstyp "Accordion Inhalt" */

  div#incontent {
        float:left;
  margin:0px;
  padding:0px;
  }

  div#intext {
  margin:0px;
  padding:0px;
  padding:4px;
        text-align:left;
        clear:both;
  height:349px;
  }

  div#intext .bodytext {
        margin:0px;
        padding:0px;
  color:#50183f;
  font-size:12px;
  font-weight:bold;
  }

