body, p, span, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.s1 {
	font-size: 9pt;
}
.s2 {
	font-size: 8pt;
}
.s3 {
	font-size: 7pt;
}
.s3grau {
	font-size: 7pt;
	color: #999999;

}
.s1grau {
	font-size: 9pt;
	color: #666666;

}
.s2dunkelgrau {
	font-size: 8pt;
	color: #4D4D4D;

}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
}
.s1rot {
	font-size: 9pt;
	color: #FF0000;
}
.s1gruen {
	font-size: 9pt;
	color: #009900;
}
.h2grau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}

@media print { 
  .noprint { display:none; }
}
@media screen{
  .noprint { display:compact; }
}

