body {
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-size:14pt;
	font-weight:normal;
	background-color:#FFFFFF;
	}

td {
	vertical-align:top;
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:normal;
	font-size:14px;
}
td.middle {
	vertical-align:middle;
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:normal;
	font-size:14px;
}

em {
	font-weight:bold;
	font-style:normal;
	}
em.red {
	color:red;
	font-weight:normal;
	font-style:normal;
	}
em.green {
	color:darkgreen;
	font-weight:normal;
	font-style:normal;
	}
em.selbst {
	color:blue;
	font-style:normal;
	font-weight:bold;
	}
em.schutz {
	color:red;
	font-style:normal;
	font-weight:bold;
	}

p {
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:normal;
	font-size:14px;
	}

p.uschrift {
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:bold;
	font-size:18px;
	}
p.fett {
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:bold;
	font-size:14px;
	}
p.klein{
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:normal;
	font-size:10px;
	}
div.kursivnormal18 {
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:bold;
	font-size:16px;
	}
ul {
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:bold;
	font-size:16px;
	}
li {
	font-family:Times New Roman,Arial,Verdana,Helvetica;
	font-weight:normal;
	font-size:14px;
	}
/* Beispiel-Angabe fuer Links ohne Unterstreichung */
A
{
font-family:Times New Roman,Arial,Verdana,Helvetica;
color:blue;
text-decoration: none;
}

/* Beispiel-Angabe fuer Link-Farbe von Links */
A:link
{
font-family:Times New Roman,Arial,Verdana,Helvetica;
color:blue;
text-decoration: underline;
}

/* Beispiel-Angabe fuer Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover
{
font-family:Times New Roman,Arial,Verdana,Helvetica;
background-color:red;
text-decoration: none;
}

/* Beispiel-Angabe fuer Link-Farbe von besuchten Links */
A:visited
{
font-family:Times New Roman,Arial,Verdana,Helvetica;
color:blue;
text-decoration: underline;
}

