html, body {
	height:100%; 
	max-height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#FAE5A4; 	
	overflow: hidden; 
	font-family: "Comic Sans MS", Times, serif;
	color: #000080;
/*?????
width: 100%;  */
}


body {
	background-color: #FAE5A4;
	scrollbar-face-color: #993366; 
	SCROLLBAR-TRACK-COLOR: #E0D3B4;
	scrollbar-arrow-color: black; 
	scrollbar-base-color: #00E0FF; 
	scrollbar-shadow-color : #E0D3B4; 
	SCROLLBAR-3DLIGHT-COLOR: #E0D3B4;
	SCROLLBAR-DARKSHADOW-COLOR: #E0D3B4; 
	scrollbar-highlight-color: #E0D3B4; 
}


/*Alle Außendiv*/
.Aussendiv{
	position:absolute;
	width:100%;
	height:100%;
/*border:1px solid red;*/
	overflow:auto;
}

/*Alle Formatierungen Inhalt*/
#Inhalt{
	position: absolute;
	top:80px;
	left:0em;
	right:0em;
	bottom:25px;
	width:745px;
	overflow:auto;
	background-image: url(/Schuessler%20Salze%20Alternative%20pic/Alternative%20Schuessler%20Salze%20Soleopathie_Sonne_728.jpg);
	background-position:center;
	background-repeat: repeat-y;
	margin:0em auto;
/*border:1px solid red;*/
	text-align:center;

	
	
}
* html #Inhalt{
	height:100%; top:0px; bottom:0;
	border-top:80px solid #FAE5A4;
	border-bottom:25px solid #FAE5A4;
}


/*Alle Formatierungen Kopf*/
#Kopf{
	position:absolute;
	display:block;
	width:983px;
	height:75px;
    background-color: #FAE5A4;
	text-align:center;
	top: 0em;
	left: 0em;
	right: 0em;
	overflow: auto;
	padding: 0em;
	margin:0em auto;
/*border:1px solid red;*/
}


#Kopf img{
	float: left;
	width:70px;
	height:60px;
	margin-top:6px;
	right:0px;
}


/*Alle Formatierungen Fuss*/
#Fuss{
	background:gainsboro;
	position:absolute;
	width:745px;
	height:25px;
	line-height: 25px;
	margin:0em auto;
	padding:0;
	background-color: #FEF4DA;
	font-size: 10pt;
	text-align: center;
	left: 0em;
	right: 0em;
	bottom: 0em;
	overflow: auto;
}