html {
	margin:0; 
}

body { 
	margin: 0;
	padding: 0;
	overflow: hidden;
	font: 0.8em arial, helvetica; sans-serif;
	width:100%;
	height:100%;
	background-color:#FFFBF4;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FED579;
	scrollbar-highlight-color:#FED579;
	scrollbar-3dlight-color:#FED579;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FED579;
	scrollbar-arrow-color:#FFFFFF;

	
}

#seite
{
background:url(../images/rosengarten.jpg); 
border:1px solid #FAB600; 
position: absolute;
visibility: visible; 
left: 50%; 
top: 50%; 
width: 900px; 
height: 660px; 
margin-left: -450px; 
margin-top: -330px;
}

#inhalt {
position:absolute;
top: 370px;
left:90px;
width:368px;
height:240px;
overflow:auto;
}


#willkommen {
position:absolute;
top: 578px;
left:550px;
width:300px;
height:50px;

}

#impressum {
position:absolute;
top: 639px;
left:64px;
width:60px;
height:25px;
overflow:auto;
}




h1 { 
		font-size: 1.0em;
		margin: 0; 
		color: #004F9D;
		}
		
h2 { 
		font-size: 1.0em;
		padding: 10px; 
		color: #90AACA;
		background-color: #004F9D;
		}
h3 { 
		font-size: 1.0em;
		margin: 0; 
		color: #004F9D;
		}

a {
color: #004F9D;
font-weight: bolder;


}

