/****************************************************************************************
# 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 $
# ***************************************************************************************/

/***************************/
/* General element styles: */
/***************************/
/*
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, sans-serif; color:#989697; } 
*/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, sans-serif; color:#333333; }

PRE { font-family: monospace; }
/* A{text-decoration:underline;} 
A:link {color: #333333;text-decoration:underline;}
A:visited {color: #333333;text-decoration:underline;}
A:hover {color: #333333;background-color:#dbc8ca;}
*/

FORM { margin: 0px 0px 0px 0px;}
/* P, PRE { margin: 0px 0px 0px 0px; } */
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size:100%; color:#000000;}   

/* Left, center and right alignment of text in paragraphs and cells.*/
/* Blocksatz hinzugefuegt */
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.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, td.align-justify {text-align: justify; }

h1,h2,h3,h4,h5,h6 {
  font-family:Arial, sans-serif;
  font-style:none;
	color:#44444;
}

/* Bulletlists */
ul { margin-top: 0px;  }
ul li{
	text-align:left;
 	margin-top: 0px; margin-bottom: 0px; padding-top: 2px; 
	font-family:Arial, sans-serif;
	font-size: 100%; 
	color:#333333;
}


/* Tabellenzellen mit H-Tags */
.contenttable h1{
	font-size:110%; 
	font-family:Arial, sans-serif;
  font-style:normal;
  line-height:1.2em;
  margin-top:0em;
  margin-bottom:0em; 
  color:#ffffff;
 	border: 1px solid;        
}

.contenttable h2{
	font-size:110%;   
	font-family:Arial, sans-serif;
  font-style:normal;
  line-height:1.2em;
  margin-top:0em;
  margin-bottom:0em;
  color:#333333;
 	border: 1px solid;       
}

.contenttable h3{
  font-size:100%; 
	font-family:Arial, sans-serif;
  font-style:normal;
	font-weight:normal; 
  line-height:1em;
  margin-top:0em;
  margin-bottom:0em;
  color:#333333;
 	border: 1px solid;         
}

.orangeBG {background:#FEC216;}

.contenttable {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
