/****************************************************************************************
# Default 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
#
# TYPO3 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z stucki $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left { text-align: left; }
p.align-center { text-align: center; }
p.align-right { text-align: right; }
p.bodytext { margin-bottom: 5px; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link { color: #3C529B; text-decoration: none; line-height: 1.3em; }
a.external-link:hover { color: #588400; text-decoration: none; line-height: 1.3em; }

a.external-link-new-window { color: #3C529B; text-decoration: none; line-height: 1.3em; }
a.external-link-new-window:hover { color: #588400; text-decoration: none; line-height: 1.3em; }

a.internal-link { color: #3C529B; text-decoration: none; line-height: 1.3em; }
a.internal-link:hover { color: #588400; text-decoration: none; line-height: 1.3em; }

a.internal-link-new-window { color: #3C529B; text-decoration: none; line-height: 1.3em; }
a.internal-link-new-window:hover { color: #588400; text-decoration: none; line-height: 1.3em; }

a.download { color: #3C529B; text-decoration: none; line-height: 1.3em; }
a.download:hover { color: #588400; text-decoration: none; line-height: 1.3em; }

a.mail { color: #3C529B; text-decoration: none; line-height: 1.3em; }
a.mail:hover { color: #588400; text-decoration: none; line-height: 1.3em; }
