/* the following can be used in combination with
h2 for Auszeichnung
h3 for Zwischentitel und Legende */

.Schwarz { color: #000000;  }
.Pink    { color: #E2007A;  }
.Blau    { color: #0000FF;  }
.Rot     { color: #E2001A;  }

.SchwarzRechts { color: #000000; text-align: right; }
.PinkRechts    { color: #E2007A; text-align: right; }
.BlauRechts    { color: #0000FF; text-align: right; }
.RotRechts     { color: #E2001A; text-align: right; }

.fettFarbigerHintergrund { background-color: #FFFF00; color: #000; font-weight: bold; }

h1 {
	font-size: 20px;
	color:#E2001A;
	padding-bottom: 5px;
}

h2 {
	font-size: 15px;
	padding-bottom: 5px;
}

h3 {
	font-size: 12px;
	padding-bottom: 5px;
}
