/* ### Standardeinstellungen für den RTE festlegen ### */
body.htmlarea-content-body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}

/* ### Styledefinitionen für Frontend-Rendering ### */

a {
	color: #b80f23;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	text-align: center;
	margin: 0px 0px 30px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #95632f;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #636266;
	margin: 0px 0px 20px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

li p, td p {
	margin: 0px;
}

/* ### Textattribute ### */

span.rot {
	color: #b80f23;
}

span.hellGrau {
	color: #636266;
}

/* ### Stile für Textausrichtung ### */

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

