@charset "Windows-1252";
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
	<head>
	<title>Stylesheet></title>
	<style type="text css" >
		.Default
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: black;
}
		.Headline1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: red;
}
		.Headline2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #800000;
}
		.Headline3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: green;
}
		.Text1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
		.Text1Fett
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
}
		.Text1Kursiv
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: Black;
}
        .Text1Hoch
{
	vertical-align: super;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
		.Text1Rot
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: Red;
}
		.Text1RotFett
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: Red;
}
		.Text1HG_Grau
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
	background-color: #DCDCDC;
}
		.Beispieltext
{
	font-family: "Courier New" , Courier, Monospace;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
}
		.Text2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
		.Text2Rot
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: Red;
}
		.Text3RotFett
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: Red;
}
	</style>
	</head>
<body>
</body>
</html>