#main {
	font-size: 10pt;
	position: absolute; 
	top: 85px;
	left: 199px;
	width: 550px;
}

.8pt {
	font-size: 8pt;
}
.10pt {
	font-size: 10pt;
}
.table_10pt {
	font-size: 10pt;
}
.headline_orange {
	color: #FF6600;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_gruen {
	color: #669900;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_gelb {
	color: #FFCC00;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_pink {
	color: #CC0099;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_rot {
	color: #CC3333;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_beige {
	color: #CC9900;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_hellblau {
	color: #3300CC;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_hellgruen {
	color: #99CC00;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_blau {
	color: #000099;
	font-size: 14pt;
	font-weight: bolder;
}
.headline_braun {
	color: #612222;
	font-size: 14pt;
	font-weight: bolder;
}
.subline {
	font-size: 11pt;
	font-weight: bolder;

}
.text_italic_orange {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #FF6600;
}
.text_italic_gruen {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #669900;
}

.text_italic_gelb {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #FFCC00;
}
.text_italic_pink {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #CC0099;
}
.text_italic_rot {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #CC3333;
}
.text_italic_beige {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #CC9900;
}
.text_italic_hellblau {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #3300CC;
}
.text_italic_hellgruen {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #99CC00;
}
.text_italic_blau {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #000099;
}
.text_italic_braun {
	font-style: italic;
	font-weight: bolder;
	border-bottom: 1px solid #612222;
}
.fett {
	font-weight: bold;
}
