.textFett {
	font-weight: bold;
}

.textKursiv { 
	font-style: italic;
}

.textFettKursiv {
	font-style:italic;
	font-weight:bold;
}