/* ### Standardeinstellungen für den RTE festlegen ### */
body.htmlarea-content-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #4c4d48;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}

/* ### Styledefinitionen für Frontend-Rendering ### */

p {
	margin: 0px 0px 25px 0px;
}

a {
	color: #4c4d48;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3d99d5;
	margin: 0px 0px 15px 0px;
}

#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #3d99d5;
	margin: 0px 0px 15px 0px;
}

#news h1 {
	font-size: 11px;
	font-weight: bold;
	color: #c28c4b;
	margin: 0px 0px 25px 0px;
}

#news h1 img, #content h1 img {
	vertical-align: middle;
}

li p, td p {
	margin: 0px;
}


#content hr {
	width: 200px;
	border: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #4d4e4a;
	height: 3px;
	color: #FFFFFF; 
	background-color: #FFFFFF;
}

#content .referenz hr {
	width: 350px;
	border: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #4d4e4a;
	height: 3px;
	color: #FFFFFF; 
	background-color: #FFFFFF;
}

#news hr {
	width: 160px;
	border: 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #4d4e4a;
	height: 3px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

* #news hr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ### 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; }


/* ### Stile für Bildausrichtung ### */
img.align-left { float: left; margin: 0px 10px 0px 0px; }
img.align-right { float: right; margin: 0px 0px 0px 10px; }
