BODY {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(./bilder/mandala.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
}

A:LINK {
	color: Purple;
	font-size: 15px;
	font-weight: 100;
	text-decoration: none;
}

A:VISITED {
	color: Purple;
	font-size: 15px;
	font-weight:100;
	text-decoration : none;
}

A:HOVER {
	color: #000000;
	font-size: 15px;
	font-weight: 100;
	text-decoration: underline;
}

A:active {
	color: Purple;
	font-size: 15px;
	font-weight: 100;
	text-decoration: none;
}

H1 {
	color: Black;
	font-family: Papyrus, "Lucida Calligraphy", Enviro, sans-serif;
	font-size: 20px;
}

H2 {
	color : #993300;
	font-family : Papyrus, "Lucida Calligraphy", Enviro, sans-serif;
	font-size : 16px;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

div.text {
	position: relative;
	width: 35em;
	height: 40em;
	top: 9em;
	margin-left: 9em;
	overflow: auto;
	padding: 2em;
}

div.inhalt {
	position: relative;
	width: 48em;
	height: auto;
	top: 26em;
	left: 15em;
}

div.unten {
	position: absolute;
	width: 95%;
	height: auto;
	top: 64em;
}