/*/////////////*/
/*// BACKEND //*/
/*/////////////*/

.htmlarea-content-body {
	font: 11px Verdana;
	color:#000;
	line-height: 135%;
	margin:0;
	padding:3px;
	background-color:#FFFFFF;
}

.htmlarea-content-body TD, .htmlarea-content-body UL, .htmlarea-content-body OL, .htmlarea-content-body TF { font-size:11px; }

/*//////////////*/
/*// FRONTEND //*/
/*//////////////*/



/*------ TEXT ------*/
.htmlarea-content-body p, .htmlarea-content-body td, .htmlarea-content-body th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}


hr { height: 0px; border-bottom: 1px solid #008CDB; border-top: 0px; margin: 10px 0 25px 0; padding:0; margin:0;}

.htmlarea-content-body .align-left			{ text-align: left; }
.htmlarea-content-body .align-center, .align-center	{ text-align: center; }
.htmlarea-content-body .align-right, .align-right		{ text-align: right; }


/*------ BULLETTS ------*/
ul, .htmlarea-content-body ul { list-style-image: url(/fileadmin/media/_statics/list-point-blue.gif); list-style-position: outside; margin-bottom:0; }
li, .htmlarea-content-body li { padding-bottom: 8px; }
ul li, .htmlarea-content-body ul li { margin-left: -22px; }


/*--------- HYPERLINKS ---------*/
/*------ hyperlinks: text ------*/
.htmlarea-content-body a, .htmlarea-content-body a:link, .htmlarea-content-body a:visited, 
a, a:link, a:visited {		
	color:#008CDB;
	text-decoration:underline;
}
.htmlarea-content-body a:hover, .htmlarea-content-body a:active,
a:hover, a:active {
	color:#008CDB;
	text-decoration:none;
}
/*------ hyperlinks: download, mail, external ------*/
a.download:link, a.download:visited, a.download:hover, a.download:active {
	background-image: url(/fileadmin/media/_statics/link_download-synergy.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:13px;
}
a.mail:link, a.mail:visited, a.mail:hover, a.mail:active {
	background-image: url(/fileadmin/media/_statics/link_mail-synergy.gif);
	background-repeat:no-repeat;
	padding-left:17px;
}
a.external:link, a.external:visited, a.external:hover, a.external:active {
	background: transparent url(/fileadmin/media/_statics/link_external-synergy.gif) no-repeat right top;
	padding-right:15px;
}
a.pfeil:link, a.pfeil:visited, a.pfeil:hover, a.pfeil:active {
	background: transparent url(/fileadmin/media/_statics/link_pfeil-synergy.gif);
	background-position:left -1px;
	background-repeat:no-repeat;
	padding-left:10px;
}

/*------ HEADLINES ------*/
h1, h1 a {
	font-size: 18px;
	text-decoration: none;
	color: #000 !important;
	padding: 0;
	line-height: 140%;
	/*margin-bottom: -10px;*/
}
h2, h2 a {
	font-size: 13px;
	text-decoration: none;
	color: #008CDB !important;
	padding: 0;
	line-height: 140%;
	/*margin-bottom: -10px;*/
}


/*------ HEADLINES ------*/
.farbigerHintergrund { background-color: #afe2fe; }

/*------ SPANs ----------*/
.highlight {
	color: #008CDB;
	font-weight: bold;
	font-style:italic;
}
