/* Erweiterungs-CSS: TYPO3-Rich-Text-Editor */

h1, h2, h3 {
	color: #f05500;
}

span.rte_blue {
	color: #04307f;
}

span.rte_orange {
	color: #f05500;
}

span.rte_big {
	color: #04307f;
	font-size: 2.25em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1em;
}

p.text_einleitung {
	color: #ff5d02;
	font-weight: bold;
}

ul.abstand_klein {
	/* RTE-Dummy-Container: nicht entfernen! */
}

a.internal-link,
a.internal-link-new-window {
	background-image: url(../layout/rte_link_intern.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
}

#footer a.internal-link,
#footer a.internal-link-new-window {
	background-image: none;	
}

a.external-link,
a.external-link-new-window {
	background-image: url(../layout/rte_link_extern.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#footer a.external-link,
#footer a.external-link-new-window {
	background-image: none;
}

a.mail {
	background-image: url(../layout/rte_link_mail.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 22px;
}

#footer a.mail {
	background-image: none;
}

a.download {
	background-image: url(../layout/rte_link_download.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}

#footer a.download {
	background-image: none;
}

#content a.internal-link {
	color: #f05500 !important;
}

#content_rechts a.internal-link,
#content .fce_startseite_einleitung a.internal-link {
	color: #04307f !important;
}

