/* Abstaende */
body { margin : 5px 0px 0px 5px; }
table { margin-top:0px; }

/* Farben */
body { background-color:#FFFFFF; }
p,td,li,h1,h2,h3,h4,h5,h6 {
	color: Black;
}
td.farbe { background-color: #FF0066;  color: white;  font-weight:bold; }

/* Schriftfonts und -Größen */
p,td,li,h1,h2,h3,h4,h5,h6 { font-family:Arial, Verdana; }
p,td,li { font-size:10pt; }
h1 { font-size: 18pt; }
h2 {font-size: 12pt;}
h4 { font-size: 16pt; font-weight: normal; }
td.klein { font-size: 8pt; }
td.klein9    { font-size: 9pt }
/* Links */
a:link {
	color: #FFA500;
	text-decoration: underline;
	font-weight:normal;
}
a:active {
	color: #0000CC;
	text-decoration: underline;
	font-weight:normal;
}
a:visited {
	color: #636363;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color: #FFA500;
	text-decoration: underline;
	font-weight:normal;
}
