/****************************************************************************************
# 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 mundaun $
# ***************************************************************************************/

.htmlarea-showtableborders {font-size:11px;}

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }
p.whiteText { color:#154473; overflow:hidden; width:220px ; padding-bottom:20px; margin: 5px 5px 20px 5px; border-bottom:1px; clear:both;  }

/* Selectors for the default configuration of the link accessibity feature.*/
a.externer-link { font-weight:bold; color:#154473; }
a.interner-link {  font-weight:bold; color:#154473; }
a.externer-link-neues-fenster { font-weight:bold; color:#154473; }
a.interner-link-neues-fenster {  font-weight:bold; color:#154473; }
a.dashed { border-bottom: 1px dashed #154473; color:#154473; font-weight:normal; text-decoration:none  } 
a.download {  font-weight:bold; color:#154473; }
a.mail {  font-weight:bold; color:#154473; }
a.download-icon { padding-left: 20px; background-image: url(../images/download_01.gif); background-repeat:no-repeat; background-position: left center; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }
.blau { font-weight:bold; color:#154473; }
.normal-blau { color:#154473; }

a.mail:hover {  font-weight:bold; color:#154473; text-decoration:none;  }
a.externer-link:hover { font-weight:bold; color:#154473; text-decoration:none;  }
a.interner-link:hover {  font-weight:bold; color:#154473; text-decoration:none;   }
a.dashed:hover { border-bottom:0px; color:#154473; font-weight:normal; text-decoration:none  } 
a.download:hover {  font-weight:bold; color:#154473; text-decoration:none;  }