body {
	background-color: #FFF0DC;
	/*background-color: #FFFFFF; */
	/*background-color: #F6DCA0; */
	/*background-color: #443696;
	/*color: #443696; */
	/*font-family: Arial, sans serif; */
	font-family: Arial, sans serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.1em;
	/*
	margin-left: 3em;
	margin-right: 3em;
	scrollbar-base-color: #365897;
	scrollbar-face-color: #FBFEDF;
	scrollbar-track-color: #FBFEDF;
	scrollbar-highlight-color: #365897;
	scrollbar-shadow-color: #365897;
	scrollbar-arrow-color: #365897;
	scrollbar-3Dlight-color: #365897;
	scrollbar-darkshadow-color: #365897;
	*/
}

	/* ueberschriften */
	h1 {
		/* color: #DE7329; */ /* orange */
		color: #008080; /* türkis */
		/* color: #008080; */ /* gelb */
		font-family: Comic Sans MS, sans serif;
		/* font-weight: bold; */
		font-size: 1.6em;
		line-height: 1.2em;
		/* font-size: 1.3em; */
		text-align: center;
		padding-top: 1.5em;
	}

	h2 {
		color: #008080; /* türkis */
		font-family: Comic Sans MS, sans serif;
		/* font-weight: bold; */
		font-size: 1.5em;
		line-height: 1.2em;
		/* text-align: left; */
		padding-top: 1.5em;
		/* margin-left: 1.0em; */
	}

	h3 {
		color: #008080; /* türkis */
		font-family: Comic Sans MS, sans serif;
		/* font-weight: bold; */
		font-size: 1.4em;
		line-height: 1.2em;
		/* text-align: left; */
		padding-top: 1.5em;
		
	}

	h4 {
		font-family: Comic Sans MS, sans serif;
		color: #008080; /* türkis */
		/* font-weight: bold; */
		font-size: 1.3em;
		line-height: 1.2em;
		/* text-align: left; */
		padding-top: 1.5em;
	}

	h5 {
		font-family: Comic Sans MS, sans serif;
		color: #008080; /* türkis */
		/* font-weight: bold; */
		font-size: 1.1em;
		line-height: 1.2em;
		/* text-align: left; */
		padding-top: 0.8em;
	}

	h6 {
		font-family: Comic Sans MS, sans serif;
		color: #008080; /* türkis */
		/* color: #CC3300; */
		/* font-weight: bold; */
		font-size: 1.0em;
		line-height: 1.0em;
		/* text-align: left; */
		padding-top: 0.8em;
	}
	/* /ueberschriften */

/* inhaltsformatierungen*/

	/* listen */
	ul {
		list-style-type: disc;
		text-align: left;
		line-height: 1.0em;
		padding-top: 0em;
	}

	li {
		margin-left: -1.0em;
		line-height: 1.2em;
		text-align: left;
		padding-top: 0.0em;
	}
	/* /listen */



