@charset "utf-8";
.Ueberschrift_02 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9;
	text-align: left;
}
.Ueberschrift_03 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	font-style: normal;
	color: #CF9;
	text-decoration: underline;
}

.Ueberschrift_02_underlined {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: underline;
	color: #FF9;
	font-weight: bold;
}
.Ueberschrift_02_strikethrough {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: line-through;
	color: #FF9;
}

