/*/////////////*/
/*// 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 #fff; border-top: 0px; margin: 10px 0 25px 0; padding:0; margin:0;}

.htmlarea-content-body .align-left, .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/listbullet.gif); list-style-position: outside; margin-bottom:0; }
li, .htmlarea-content-body li { padding-bottom: 8px; line-height: 120%; }
ul li, .htmlarea-content-body ul li { margin-left: -22px; }
ol li, .htmlarea-content-body ol li { margin-left: -15px; }


/*--------- HYPERLINKS ---------*/
/*------ hyperlinks: download, mail, external ------*/
a.download:link, a.download:visited, a.download:hover, a.download:active {
	background: url(/fileadmin/media/_statics/link_download.gif) right no-repeat;
	padding-right:17px;
}
a.mail:link, a.mail:visited, a.mail:hover, a.mail:active {
	background: url(/fileadmin/media/_statics/link_mail.gif) right no-repeat;
	padding-right:20px;
}
a.external:link, a.external:visited, a.external:hover, a.external:active {
	background: url(/fileadmin/media/_statics/link_external.gif) right no-repeat;
	padding-right:17px;
}
a.pfeil:link, a.pfeil:visited, a.pfeil:hover, a.pfeil:active {
	background: transparent url(/fileadmin/media/_statics/link_pfeil.gif) 2px 5px no-repeat;
	padding-left:9px;
}

/*------ hyperlinks: text ------*/
.htmlarea-content-body a, .htmlarea-content-body a:link, .htmlarea-content-body a:visited, 
a, a:link, a:visited {		
	color: /*#fcc200*/#014EA0;
	text-decoration: underline;
}
.htmlarea-content-body a:hover, .htmlarea-content-body a:active,
a:hover, a:active {
	color: /*#fcc200*/#014EA0;
	text-decoration: none;
}


/*------ HEADLINES ------*/
h1, h1 a, h1.headline-white, h1.headline-yello, h1.headline-white a, h1.headline-yello a, h2, h2 a, h2.headline-white, h2.headline-yello, h2.headline-white a, h2.headline-yello a {
	font-size: 18px;
	font-weight: bold;
	color: #4E5C6B !important;
	text-decoration: none !important;
	line-height: 135%;
}

h2, h2 a, h2.headline-white, h2.headline-yello, h2.headline-white a, h2.headline-yello a {
 	font-size: 12px;
}

h1.headline-yello {
	color: #fcc200 !important;
}

.small {
	font-size: 10px;
}

.highlight {
	color: #014EA0;
}
