/* RTE FORMATTIEREN */

.ueberschrift_rot {
	font-size: 16px;
	font-weight: 900;
	color: #B7233E;
	line-height: 140%;
}
.ueberschrift_blau {
	font-size: 13px;
	font-weight: bold;
	color: #2881B9;
}
span.roteSchrift { color: #B6233F; }

span.graueSchrift { color: #564B47; }

span.grueneSchrift { color: #5e912b; }

p {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564B47;
}
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564B47;
}

span.grau_fett {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564B47;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	font-weight: 900;
	color: #B7233E;
	line-height: 140%;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #2881B9;
}
hr {
	color: #9CAAB7;
	height: 1px;
	width: 100%;
}