@import url("seite_zwei.htm");
/* ALLGEMEIN */
html { height: 100% }
body { height: 100% }
body { margin: 0; padding: 0; width: 100%; background-color: #a8c215; }
img { border: 0; }

/* Wrapper um Inhalt */
#wrapper  {
	background-color: #6b8e23;
	background-image: url(hintergrund_index.png);
	background-repeat: no-repeat;
	margin-top: -300px;
	margin-left: -400px;
	position: absolute;
	z-index: 150;
	top: 328px;
	left: 543px;
	width: 800px;
	height: 600px;
	visibility: visible;

}
#navigation {
	position: absolute;
	top: 217px;
	left: 50px;
	width: 200px;
	height: 200px;
	visibility: visible;


}
#hilfsmenue  {
	position: absolute;
	top: 1342px;
	left: 447px;
	width: 296px;
	height: 30px;
	visibility: visible;

}
#hilfsmenue img  { margin-left: 4px; margin-right: 4px;  }
#hilfsmenue a { border-right: 1px dotted #00612C }

/* Inhaltsbereich */
#inhalt  {
	background-image: url(bg_textinhalt.png);
	position: absolute;
	top: 160px;
	left: 201px;
	width: 566px;
	height: 1606px;
	overflow: auto;
	visibility: visible;

}
#text   {
	margin-top: 50px;
	margin-left: 20px;
	height: 1500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00612c;
}
