/****************************************************************************************
# css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# ***************************************************************************************/

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {
	padding-left: 22px;
	background: url("../img/icons/external_link.gif") no-repeat left center;
}

a.external-link-new-window {
	padding-left: 22px;
	background: url("../img/icons/external_link_new_window.gif") no-repeat left center;
}

/* internal link nicht formatieren */
a.internal-link {
	padding-left: 22px;
	background: url("../img/icons/internal_link.gif") no-repeat left center;
}

a.internal-link-new-window {
	padding-left: 22px;
	background: url("../img/icons/internal_link_new_window.gif") no-repeat left center;
}

a.download {
	padding-left: 22px;
	background: url("../img/icons/file.gif") no-repeat left top;
}

a.mail {
	padding-left: 22px;
	background: url("../img/icons/mail.gif") no-repeat left top;
}