body {
	margin-top: 0;
	margin-right: 0 px;
	margin-bottom: 0 px;
	margin-left: 0;
	background-color:#dddddd;
} 

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
a:link {
	color:#204A2C;
	text-decoration: underline;
}
a:visited {
	color:#327545;
	text-decoration: underline;
}
a:active {
	color:#4CB369;
	text-decoration: underline;
}

/* normaler Text */
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family: serif;
	font-size:12pt;
	color:#204A2C;
}

/* Ueberschrift im HEAD-FRAME */
h1 {
	font-size:26pt;
	color:#204A2C;
	text-align : center;
}

/* Ueberschrift im Text-FRAME */
h2 {
	font-size:22pt;
	color:#204A2C;
	text-align : left;
}

/* Ueberschrift im Text-FRAME */
h3 {
	font-size: 12;
	color:#204A2C;
	text-align : center;
	text-decoration : underline;
}

/* Ueberschrift im Text-FRAME */
h5 {
	font-size:12pt;
	font-style: italic;
	color:#204A2C;
}

/* Text fuer Zitate */
h6 {
	font-size:12pt;
	font-style: italic;
	color:#204A2C;
	text-align : center;
}

