	body				{
						margin:0px; padding:0px;
						font-family:arial, helvetica, sans-serif;
						color:#333333;
						font-size:0.8em;
						line-height:20px;
						}
	
	#seite				{
						position:absolute;
						top:0px; left:0px;
						width:100%; height:100%;
						}
	
	#inhalte_links		{
						position:absolute;
						top:80px; left:15px;
						width:72%; height:65%;
						z-index:3;
						overflow:auto;
						}
	
	#oben				{
						position:absolute;
						top:0px; left:0px;
						width:100%; height:70px;
						background-color:#297a29;
						background-image:url(../images/oben.jpg);
						background-repeat:repeat-x;
						}
	
	#oben_links			{
						position:absolute;
						top:0px; left:0px;
						width:100%; height:70px;
						background-image:url(../images/oben_links.jpg);
						background-position:left;
						background-repeat:no-repeat;
						z-index:3;
						}
	
	#oben_rechts		{
						position:absolute;
						top:0px; right:0px;
						width:312px; height:70px;
						background-color:#297a29;
						background-image:url(../images/oben_rechts.jpg);
						background-position:right;
						background-repeat:no-repeat;
						z-index:1;
						}
	
	#unten				{
						position:absolute;
						bottom:0px; left:0px;
						width:100%; height:70px;
						background-color:#246b24;
						background-image:url(../images/unten.jpg);
						background-repeat:repeat-x;
						}
	
	#unten_links		{
						position:absolute;
						bottom:0px; left:0px;
						width:800px; height:70px;
						background-image:url(../images/unten_links.jpg);
						background-position:left;
						background-repeat:no-repeat;
						}
	
	#unten_rechts		{
						position:absolute;
						bottom:0px; right:0px;
						width:312px; height:70px;
						background-color:#246b24;
						background-image:url(../images/unten_rechts.jpg);
						background-position:right;
						background-repeat:no-repeat;
						}
	
	
	#pellets			{
						position:absolute;
						bottom:70px; right:0px;
						width:400px; height:125px;
						background-color:#246b24;
						background-image:url(../images/pellets.jpg);
						background-position:right;
						background-repeat:no-repeat;
						}
	
	#engelke			{
						position:absolute;
						top:80px; left:76%;
						width:24%; height:75%;
						z-index:2;
						}
	
	h2.engelke			{
						font-size:11px;
						font-weight:bold;
						margin-top:5px;
						margin-bottom:5px;
						}
	p.engelke			{
						font-size:11px;
						font-weight:bold;
						margin-top:5px;
						}
	
