/* ---------------------- Schriftformatierungen ----------------------- */

span.red{
	color:red;
}

span.hervorhebung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #950000;
	font-weight: bold;
}
span.unterschrift {
    font-family:  Arial, Helvetica, sans-serif;
	color: #737373;
    font-style: italic;
    float:right;
}