@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: 50%; left: 50%; width: 800px; height: 600px }
#navigation { position: absolute; top: 182px; left: 33px; width: 200px; height: 200px }
#hilfsmenue  { position: absolute; top: 559px; left: 531px; width: 296px; height: 30px }
#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: 184px; left: 235px; width: 1048px; height: 1579px; overflow: auto }
#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;
}

