/*/////////////*/
/*// 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 #999; 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	{ text-align: center; }
.htmlarea-content-body .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; }


/*--------- 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:#25a02d;
	text-decoration:underline;
}
.htmlarea-content-body a:hover, .htmlarea-content-body a:active,
a:hover, a:active {
	color:#25a02d;
	text-decoration:none;
}


/*------ HEADLINES ------*/
h1, h1 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: /*#333333*/#25a02d !important;
	padding: 0;
	line-height: 135%;
}
h2, h2 a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333 !important;
	padding: 0;
	/*margin-bottom: -10px;*/
}

.highlight {
	color: #25a02d;
	font-weight: bold;
}

.color {
	color: #25a02d;
}

.small {
	font-size: 10px;
}

.phone {
	background: url(/fileadmin/media/_statics/link_phone-1.gif) right no-repeat;
	padding-right:26px;
	margin-right: 5px;
	color: #25a02d;
}