body      {
	background: #EEEEFF;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }

/* Links */
a:link    { color: navy;
	background: white;
	font-size: 10pt;
	text-decoration: none; }
a:visited { color: navy; 
	background: white;
	font-size: 10pt;
	text-decoration: none; }
a:active  { color: navy;
	background: white;
	font-size: 10pt;
	text-decoration: none; }
a:hover  { color: maroon;
	background: white;
	font-size: 10pt;
	text-decoration: underline; }

/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
}
/* Normale Texte */
span.impressum  {
	font-size: 10pt;  }