body {
	background-color:rgb(174,208,123);
	margin:0px;
}

table {
  border:none;
	table-layout:fixed;
}
td {
  border:none;
}
tr {
  border:none;
}

img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
	/* font-family:Arial, 'Times New Roman', Times, serif, sans-serif, 'Nimbus Roman No9 L', Sans, Helvetia; */
	color:rgb(51,102,51);		/*   #336633   */
	margin:0pt;
	text-align:center;
}

dd, dt {
	/* font-family:Arial, 'Times New Roman', Times, serif, sans-serif, 'Nimbus Roman No9 L', Sans, Helvetia; */
	color:rgb(0,0,128);	/*   #000080   */
}
dd {
	font-size:10pt;
}
dt {
	font-size:10pt;
	font-weight:bold;
}

li {
	/* font-family:Arial, 'Times New Roman', Times, serif, sans-serif, 'Nimbus Roman No9 L', Sans, Helvetia; */
	color:rgb(0,0,128);	/*   #000080   */
	font-size:12pt;
	margin:0pt;
}

p {
	/* font-family:Arial, 'Times New Roman', Times, serif, sans-serif, 'Nimbus Roman No9 L', Sans, Helvetia; */
	color:rgb(0,0,128);	/*   #000080   */
	font-size:12pt;
	margin:0pt;
}
.norm {
	font-size:12pt;
	margin-bottom:10pt;
}
/*	Leerzeilen     */
.blank {
	font-size:0pt;
}
/*	kleine Schrift     */
.small {
	font-size:10pt;
}
/*	extra kleine Schrift     */
.xsmall {
	font-size:8pt;
}
/*	Schrift für Links im Untermenü     */
.link {
	font-size:10pt;
	color:rgb(0,0,128);	/*   #000080   */
	text-decoration:none;
	margin-left:15px;
}
/*	Schrift für Links im Textverlauf     */
.textlink {
	font-size:10pt;
	text-decoration:underline;
	color:rgb(0,0,128);	/*   #000080   */
}
/*	kleine Schrift für Links im Untermenü     */
.smallink {
	font-size:8pt;
	color:rgb(0,0,128);	/*   #000080   */
	text-decoration:none;
	margin-left:15px;
}
/*  große Links am Anfang vom Hauptteil     */
.greatlink {
  font-size:12pt;
	color:rgb(0,0,128);	/*   #000080   */
  text-decoration: underline;
	margin-left:25px;
}
/*	kleine Schrift für Links in der Sitemap     */
.sitemaplink {
	font-size:8pt;
	color:rgb(0,0,128);
	text-decoration:none;
	margin-left:1px;
}
/*	oberen Linkleiste in der Tabelle mit dem Logo     */
.globalmenu {
	font-size:8pt;
	color:rgb(235,235,235); /*   #EBEBEB   */
	vertical-align:middle;
	text-decoration:none;
}
.extra {
	font-size:14pt;
	font-weight:bold;
	margin-bottom:20pt;
}
