html, body {
	color: black;
	font-family: 'Lucida Grande','Lucida Sans Unicode',verdana,arial;
	margin: 0; padding: 0;
	text-align:center;
	background-color:white;
	font-size:10px;
}

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

  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;
	text-align:right;
        height:69px;
  }

  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:438px;
        height:auto;
	margin:0px;
	margin-top:25px;
	padding:0px;
	padding-bottom:0px;
	float:left;
  }


  div#Inhalt {
  	width:462px;
	max-width:438px;
	height:auto;
	margin:0px;
	margin-top:25px;
	padding:0px;
	padding-left:24px;
	float:left;
	margin-bottom:50px;
  }

* html div#Inhalt {
  float:left;
  width:438px;
}

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

  
  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;
  }


  div#hizHeadline {
	clear:both;
  }

  .clear { clear:both; }