/* +----------------------------------------------------------------+ */
/* | Initial Style sheet of jrCMS                                   | */
/* +----------------------------------------------------------------+ */
/* | Copyright (c) 2009, Jens Raabe                                 | */
/* | All rights reserved                                            | */
/* +----------------------------------------------------------------+ */
/* | Autor: Jens Raabe <jens@raabe-berlin.de                        | */
/* +----------------------------------------------------------------+ */

/* @version $Revision: 322 $   */
/* font size: em (M)     */
/* input fields: ex (x)  */

body, html{
	margin:0;
	/*padding:0px 11px 0px 13px;*/ 
	width:100%;
	height:95%;
	background-color:#transparent; 
	font-size: 100.01%; 
	font-family: ariel, helvetica, sans-serif; 
	color: #666666;
}

/* *** be carefully in changing the following setting ***  */
/* this setting will hide the initial loading              */
/* changes of the wrapping frame have to be defined in     */
/* cConfig.js as well                                      */
#divFrame{
	display:none;
}
