body { margin-top: 30px; margin-bottom: 10px; margin-left: 10px}
/* margin = Abstand */
h1, h2, h3, h4, h5, h6, ul, ol, li, div, td, th, address, div, textarea, input
{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; margin-top: 0px; margin-bottom: 2px }
/* font-family = Schriftart fuer Textelemente */
h1 { font-size: 18pt }
h2 { font-size: 16pt }
h3 { font-size: 14pt }
h4 { font-size: 12pt }
h5 { font-size: 12pt }
h6 { font-size: 12pt }
td { vertical-align: top }
ul { list-style-type: square }
/* Aufzaehlungszeichen */
A:link { color: #339966; text-decoration: underline }
A:visited { color: #339966; text-decoration: underline }
A:active { color: #33CC00; text-decoration: underline }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */

.dsy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	line-height: normal;
	background-repeat: no-repeat;
	letter-spacing: normal;
	word-spacing: normal;
	page-break-before: left;

}

p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

.space10 {
	margin-top: 8px;
	margin-bottom: 8px;
}
