/**
 * CSS File for Text Formatting
 * Will be used in backend rich-text-editor and in the frontend.
 * Editor pane for backend rich-text-editor.
 * Text formatting and colors should be the same for the frontend baselayout
 * in order to have an appropriate preview in the backend.
 *
 * @author	Stephan Köpp <s.koepp@atkon.de>
 */


/***  Only for the backend RTE ***/
/* Selectors for the content area of the htmlArea RTE editor
	Text formatting and colors should be the same for the frontend baselayout
	in order to have an appropriate preview in the backend. */
.htmlarea-content-body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


