html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
}
body {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
	height:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#content {
	display:block;
	width:972px;
	background-color:#FAF8E7;
	color:#000000;
	margin:0 auto;
	min-height:100%;
	height:auto;
}
div#footer {
	clear:both;
	display:block;
	margin:0 auto;
	width:972px;
	height:57px;
	background-color:#FAF8E7;
	color:#000000;
	background-image:url('../img/layout/bg_unten.gif');
	background-repeat:no-repeat;
	background-position:center;
	text-align:left;
	position:fixed;
	bottom:0;
}
div#links {
	position:relative;
	float:left;
	width:170px;
	background-color:#FAF8E7;
	padding:5px 0 5px 0;
	background-image:url('../img/layout/bg_oben_links.gif');
	background-repeat:no-repeat;
}

div#links_unten {
	position:relative;
	top:0;
	width:170px;
	background-color:#FAF8E7;
	padding:5px 0 0 0;
	overflow:auto;
} 

/* Inhalt und Hauptmenü finden hier drin Platz */
div#rechts {
	position:relative;
	top:0;
	left:0;
	width:802px;
	background-color:#FAF8E7;
	float:left;
	text-align:left;
	background-image:url('../img/layout/bg_oben_rechts.gif');
	background-repeat:no-repeat;
}

/* Innere Container des Rahmenlayouts mit den Grundinhalten*/
/* Hauptmenü-Container */
div#oben_rechts {
	position:relative;
	top:0;
	left:0;
	height:114px;
	width:802px;
}
		
/* Inhalts-Container */
div#unten_rechts {
	background-color:#FAF8E7;
	width:777px;
	overflow:auto;
	text-align:center;
	margin:0 auto;
	padding:0 15px 0 10px;
}
/* Logo-Grafik */
img#logo {
	clear:both;
	margin:38px 0 5px 0;
	border:0;
}

/* Positionierung der sechs Hauptmenübuttons */
div#oben_rechts img#navimg0 {
	position: relative;
	float:left;
	margin-left:3px;
	margin-top:25px;
}
div#oben_rechts img#navimg1 {
	position: relative;
	float:left;
	margin-left:2px;
	margin-top:24px;
}
div#oben_rechts img#navimg2 {
	position: relative;
	float:left;
	margin-left:5px;
	margin-top:24px;
}
div#oben_rechts img#navimg3 {
	position: relative;
	float:left;
	margin-left:3px;
	margin-top:28px;
}
div#oben_rechts img#navimg4 {
	position: relative;
	float:left;
	margin-left:2px;
	margin-top:33px;
}
div#oben_rechts img#navimg5 {
	position: relative;
	float:left;
	margin-left:2px;
	margin-top:50px;
}

img#ecard_img {
	position:relative;
	top:-77px;
	left:555px;
	border:0;
}
img#suchen_img {
	position:relative;
	top:-75px;
	left:550px;
	border:0;
}
img#impressum_img {
	margin-left:5px;
	margin-top:10px;
	float:left;
	border:0;
}
img#kontakt_img {
	margin-top:10px;
	float:left;
	border:0;
}

img#quali_logo {
	width:120px;
	height:85px;
	border-left:0;
	border-right:0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:0 0 0 18px;
}