body {
	font-family: "Trebuchet MS", Verdana, "sans serif";
	font-size:12px;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS", Verdana, "sans serif";
	font-weight: 600; font-size:14pt	
	/* Format für Überschrift 1: Begrüßung; Schriftart; -stärke; -grösse; */
}
td {
	font-family: "Trebuchet MS", Verdana, "sans serif";
	font-size:10pt;
	color: #003366;

	/* Format für Tabelle allgemein; Schriftart; -grösse; */
}
a:link {
	font-family: "Trebuchet MS", Verdana, "sans serif";
	color: #FF0000;
	text-decoration: none;
	font-size: 1em;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #FF0000; text-decoration: underline overline; font-weight: 400;
}
a.active {
	color: #FF0000; text-decoration: underline overline; font-weight: 400;
}
a.nav:link {
	font-family: "Trebuchet MS", Verdana, "sans serif";
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
}
a.nav:hover {
	color: #FF0000;
	text-decoration: underline overline;
	font-size: 1em;
}
a.nav:activ {
	color: #FF0000; text-decoration: underline overline;
}

