BODY
{
	background-image : url(../img/pergament.jpg);
	margin-left: 0cm;
	/* linker Seitenabstand */
	margin-right: 0cm;
	/* rechter Seitenbstand */
	margin-top: 0cm;
	/* oberer Seitenbstand */
	background-color : White;
	/* Hintergrundfarbe (lädt vor dem Bild) */
	background-position: top;
	/* Position oben */
	background-attachment: fixed;
	/* Man kann das BG-Image fixieren, dass wenn der Text gescrollt wird, der BG stehen bleibt */
	text-align: justify;
	/* Wie soll sich dieser Fliesstext verhalten (justify=Blocksatz) */
	color:#003399 /* Textfarbe */
}
ol li 
{
list-style: disc;                                                             /* Listen */
color: White;
background: transparent;
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 70%;
font-weight: 900;
line-height : 15px;
margin-right : 3mm;
}

ol ol li 
{
list-style: lower-roman inside
color: White;
background: transparent;
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 70%;
font-weight: 900;
margin-right : 0.3;
}

ol ol ol li 
{
list-style: decimal
color: White;
background: transparent;
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 70%;
font-weight: 900;
margin-right : 0.3;
}


H1																	/* die schriftgrösse h1 wird hier definiert */
{
	color: #006600;
	background: transparent;
	/* Hintergrundfarbe des Textes als transparent definieren damit 3W tauglich ist */
	font-family: "Comic Sans MS";
	font-size: 180%;
	/* 100% entspricht ca 12 */
	font-weight : lighter;
	text-align: left /* links */
}
H2
{
	color: #006600;
	background: transparent;
	font-family: "Comic Sans MS";
	/* Es gibt schriften mit und ohne serifen, diese sind ohne (sans-serif kann vom auge her besser gelesen werden). Immer 3-4 Typen angeben, denn nicht alle Systeme unterstützen die Standartschrift Arial*/
	font-size: 150%;
	font-weight : lighter;
}
H3
{
	color: #006600;
	background: transparent;
	font-family: "Comic Sans MS";
	font-size: 120%;	/* Schriftgrösse 100% = ca 12 (Word) [meine Vermutung] */
	text-align: justify;
	font-weight: 900;
}
H4
{
	color: #006600;
	background: transparent;
	font-family: "Comic Sans MS";
	font-weight : lighter;
	font-size: 100%;
	line-height : 
	text-align: left;
}
H5
{
	color: #006600;
	background: transparent;
	font-family: "Comic Sans MS";
	font-size: 80%;
	font-weight : lighter;
}
H6
{
	color: #006600;
	background: transparent;
	font-weight : lighter;
	font-family: "Comic Sans MS";
	/* Es gibt schriften mit und ohne serifen, diese sind ohne (sans-serif kann vom auge her besser gelesen werden). Immer 3-4 Typen angeben, denn nicht alle Systeme unterstützen die Standartschrift Arial*/
	font-size: 70%;
	/* Schriftgrösse 100% = ca 12 (Word) [meine Vermutung] */
	text-align : left;
}
p                            						 /* Alle Textstücke, die mit P definiert werden, zeigt es im vorgeschriebenen Vormat vor */
{
	color: #006600;
	background: transparent;
	font-family: "Comic Sans MS";
	font-size: 80%;
	text-align: justify;
	margin-left : 0.1cm;
}
A:link																	/* auch links können/sollen formatiert werden */
{
	color: #006600;
	background-color : transparent;
	text-decoration:none;
}
A:visited
{
	color: #006600;
	background-color : transparent;
	text-decoration:none;
}
A:hover
{
	color: #33CC66;
	background-color : transparent;
	text-decoration:none;
}
A:active
{
	color: #33CC66;
	background-color : transparent;
	text-decoration:none;
}		

