/********************************************
Inhaltsbereich Textformatierung
********************************************/
.heading1 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5C000E;
}

.heading2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding: 0px;
	color: #333;
}
.heading3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding: 0px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.normal {
	font-size: 12px;
	line-height: 16px;
}

.small {
	font-size: 11px;
	line-height: 14px;
}

.tiny {
	font-size: 9px;
	line-height: 12px;
}

.rubric {
	font-size: 10px;
	line-height: 13px;
	color: #CC0000;

}