h1{
	font-size: 16px;
}

h2, h3, h4{
	font-size: 14px;
}

h5{
	font-size: 16px;
	margin: 3px;
}

.align-center{
 text-align: center;
}

.align-right{
 text-align: right;
}

.align-left{
 text-align: left;
}

span.roteSchrift {
	color: red;
}

span.blaueSchrift {
	color: #000071;
}

span.grosseSchrift{
	font-size: 16px;
}

span.mittlereSchrift{
	font-size: 14px;
}

span.grosseSchriftFett{
	font-size: 16px;
	font-weight: bold;
}

span.mittlereSchriftFett{
	font-size: 14px;
	font-weight: bold;
}

