.Heading
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Arial;
}
.Caption
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #f58542;
}
.Text
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.Sum
{
	border-top: white thin solid;
	font-weight: bold;
	font-size: 10pt;
	border-bottom-width: thin;
	border-bottom-color: black;
	color: white;
	font-family: Arial;
}
.BruttoSum
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: gainsboro;
}
.Textbox
{
	font-size: 9pt;
	text-align: right;
}
.Radio
{
	font-size: 9pt;
	color: black;	
	text-align: left;
}
.ErrorText
{
	font-size: 10pt;
	color: red;
	font-family: Arial;
}
.Banner
{
	font-weight: bold;
	font-size: 18pt;
	color: #f26f1f;
	font-family: Arial;
}
