/****************************************************************************************
# 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 $
# ***************************************************************************************/

/* 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; }

/* ------------------------------------------------------------------------------------ */
/* Ueberschriften */


h1, h2, .csc-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #484848;
	text-transform: none;
	font-weight: normal;
	padding: 0px 0px 4px 0;
	}

h1.csc-firstHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #696969;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0px 0px 10px 0;
	}

	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #484848;
	font-weight: 600;
	padding-bottom: 4px;
	}

h4 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 2px;	
	  }
	
h5 { 	font-size: 12px;	 }

xh6 {	font-size: 90%;	 }		


/* ------------------------------------------------------------------------------------ */
/* Absatz-Formatierungen */

p.csc-frame-frame1, table.csc-frame-frame1 { 
						}
						 
p.csc-frame-frame2, table.csc-frame-frame2 { 	
						}

	
/* ------------------------------------------------------------------------------------ */


/* Aufzählung */
/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */

/* Geordnete Liste */
/* ------------------------------------------------------------------------------------ */
	
	
/* ------------------------------------------------------------------------------------ */
/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { 

		 	}

span.name-of-person { 	

			}

span.detail { 	

		}
			
span.important2 { 	

		}


/* ------------------------------------------------------------------------------------ */
/* Links formatiert von htmlArea.*/
a img {border: none; }
a { text-decoration: none; color: #db241e ; }
a:hover {color: #000000; text-decoration: underline;}
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail{}



/* ------------------------------------------------------------------------------------ */
/* ----------------  ab hier nicht mehr im FE - deshalb die Kopie rte_01.css  --------- */
/* ------------------------------------------------------------------------------------ */

/* Tabellen formatieren */
/* Tabelle.css */ 




/* ---------------------------------------- FIN ---------------------------------------- */
