html, body {height:100%;}

p { margin:0; padding:0; }

body {
    color: #5b4d34;
    font-family: 'Lucida Grande','Lucida Sans Unicode',verdana,arial;
    margin: 0; padding: 0;
	text-align:center;
	background:#faf1e1 url('../images/background.gif') top center no-repeat;
	font-size:11px;
	line-height:18px;
	position:relative;
}

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

*html div#Seite {  height:100%; }

div#headerbox {
	width:900px;
	height:109px;
	clear:both;
}

div#Headerlinks, div#Logo, div#Sprachen {
	width:300px;
	height:109px;
	float:left;
}

div#navibildbox {
	width:900px;
	/*height:294px;*/
	background-color:#eedec1;
	padding-bottom:7px;
	clear:both;
	text-align:center;
}

div#Hauptnavigation {
       width:auto;
       height:32px;
       display: -moz-inline-box; /* zu versuchen auch noch = -moz-inline-box / -moz-inline-stack  */
       display:inline-block;
       clear:both;
}

div#Bild {
	width:886px;
	/*height:255px;*/
	margin:0 7px 0 7px;
	clear:both;
}

div#contentbox {
	width:900px;
	height:auto;
	padding-top:24px;
	padding-bottom:40px;
	clear:both;
}

div#contentlinks {
	width:150px;
	height:auto;
	float:left;
}

div#Subnavigation {
	width:150px;
	height:auto;
	padding-bottom:20px;
	margin-bottom:16px;
	background:url('../images/subnaviback.gif') repeat-x left bottom;
	font-weight:bold;
	clear:both;
}

div#Servicenavigation {
	width:150px;
	height:auto;
	clear:both;
}

div#contentrechts {
	width:750px;
	height:auto;
	float:left;
}

div#Content{ clear:both; }

div#footerbox {
	width:100%;
	height:32px;
	color:#616161;
	background-color:#fefbf5;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	text-align:center;
	clear:both;
}

* html div#footerbox {
	margin-bottom:-1px;
 	position:absolute;
}

div#Footer {
	width:900px;
	height:auto;
	padding-top:8px;
	display:inline-block;
}

.clear {
	height:0px;
	width:auto;
	clear:both;
	font-size:0px;
	line-height:0px;
}