/*/////////////*/
/*// 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, 
#content-holder p, #content-holder TD, #content-holder TH {
	margin: 0 0 10px 0;
	line-height: 1.3em;
	vertical-align: top;
}
.htmlarea-content-body td p, .htmlarea-content-body th p, 
#content-holder td p, #content-holder th p {
	margin: 5px 0 5px 0;
}
/* Abstand vor und nach Absätzen im IE vergrößern, wegen Tabellen*/
*html .htmlarea-content-body TD, *html .htmlarea-content-body TH, 
* html #content-holder TD, * html #content-holder TH {
	padding-top:3px;
	padding-bottom:3px;
}


hr { 
	height: 2px; 
	margin: 15px 0;
	border-bottom: 1px solid #fae6ce; 
	border-top: 1px solid #f7c890;
	border-left: 0;
	border-right: 0;
	background: #fcddb7;
}

.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 ------*/
#content-holder ul, 
.htmlarea-content-body ul {
	margin-bottom: 15px;
	list-style-image: url(/fileadmin/media/_statics/listbullet.gif); 
	list-style-position: outside; 
	line-height: 1.3em;
	padding-left: 20px;
}




/*--------- HYPERLINKS ---------*/
/*------ hyperlinks: text ------*/
.htmlarea-content-body a, .htmlarea-content-body a:link, .htmlarea-content-body a:visited, 
a, a:link, a:visited {
	color:#7b858f;
	font-style:normal;
	text-decoration:underline;
}
.htmlarea-content-body a:hover, .htmlarea-content-body a:active,
a:hover, a:active {
	color:#7b858f;
	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/links/link_download.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:14px;
}
a.mail:link, a.mail:visited, a.mail:hover, a.mail:active {
	background-image: url(/fileadmin/media/_statics/links/link_mail.gif);
	background-repeat:no-repeat;
	padding-left:17px;
}
a.external-link:link, a.external-link:visited, a.external-link:hover, a.external-link:active {
	background: transparent url(/fileadmin/media/_statics/links/link_external.gif) no-repeat right 1px;
	padding-right:14px;
}
a.pfeil:link, a.pfeil:visited, a.pfeil:hover, a.pfeil:active {
	background: transparent url(/fileadmin/media/_statics/links/link_pfeil.gif);
	background-position:left -1px;
	background-repeat:no-repeat;
	padding-left:10px;
}


/*------ HEADLINES ------*/
h1, h1 a {
	margin: 1em 0 0.5em 0 !important;
	font-weight: bold;
	line-height: 1.5em; 
	font-size: 1.5em;
	font-style: normal;
	background: url(/fileadmin/media/_statics/contentheader-bullet.gif) left no-repeat;
	color: #000 !important;
	text-decoration: none !important;
}
h2, h2 a {
	margin: 1.75em 0 0.5em 0 !important;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1.2em; 
	font-style: normal;
	color: #000 !important;
	text-decoration: none;

}
h3, h3 a {
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1em; 
	font-style: normal;
	color: #f48e0f !important;
	text-decoration: none;

}


/*------ HIGHLIGHTS ------*/
span.highlight	{ color: #3a5b72; /*#00489B;*/ }
span.small 	{ font-size: 0.8em; color: #889AA6; }

strong { font-weight: bold; }

/*------ TABLES ------*/
.zellen-bg-weiss-linie	{ vertical-align:top; background-color: #fccc92; padding: 3px 5px 3px 5px !important; border-bottom: 1px solid #f88f00; }
.zellen-bg-weiss-linie h3 { color: #eb6309 !important; }
.zellen-bg-dunkel		{ vertical-align:top; background-color: #fee8cf; padding: 3px 5px 3px 5px !important; }
.zellen-bg-dunkel-linie	{ vertical-align:top; background-color: #fee8cf; padding: 3px 5px 3px 5px !important; border-bottom: 1px solid #fbd7ab; }
.zellen-bg-dunkel-ende	{ vertical-align:top; background-color: #fee8cf; padding: 3px 5px 3px 5px !important; border-bottom: 1px solid #ffc682; }
.zellen-bg-hell			{ vertical-align:top; background-color: #ffe6c9; padding: 3px 5px 3px 5px !important; }
.zellen-bg-hell-linie	{ vertical-align:top; background-color: #ffe6c9; padding: 3px 5px 3px 5px !important; border-bottom: 1px solid #fbd7ab; }
.zellen-bg-hell-ende	{ vertical-align:top; background-color: #ffe6c9; padding: 3px 5px 3px 5px !important; border-bottom: 1px solid #ffc682; }

.no-hover { background-color: inherit !important; }

.contenttable tr:hover td { 
	background-color: #fff8f0; 
}

.contenttable tr:hover td { 
	background-color: #fff8f0; 
}
