/* **************************************************************************************** */
/* Layout fsn (font-size-normal)                                Update:            23.11.09 */
/*                                                              Version:             4.0/01 */
/*                                                              Browser:        FF1/FF2/FF3 */
/*                                                                                          */
/* ****************** Copyright by beratungscenter.net - Reinhard Lange ******************* */
/* ---------------------------------------------------------------------------------------- */
/* Import css-datei -> common/layout_01/layout.css              Update:   4.0/00 - 10.03.09 */

@import url(../../common/layout_01/layout.css);

/* ---------------------------------------------------------------------------------------- */	
/* body	- Schriftgröße 100% = normal                                      4.0/00 - 23.11.09 */	
/* html, body */
html 
	{
/*	background: none; */
	border: 1px dashed red;
	border-width: 0 0 0 0;	
	margin: 2px 2px 2px 2px;
	padding: 5px;
	/*font-family: trebuchet, arial, verdana, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", Geneva, sans-serif;
	}
	
body
	{	
	background: #DBE8F3;
	border: 1px solid red;
	border-width: 0 0 0 0;
	margin: 2px 2px 2px 2px;
	padding: 5px;		
	font-size: 100%; /* ist => 100% */
	width: 98.5%; /* ! max. 98.5% -> wg IE6 Anzeige Scrollbalken bottom ! */
	}

/* ------------------------------------------------------------------------------------ END */

/* **************************************************************************************** */	
/* ***************** Copyright by beratungscenter.net - Reinhard Lange ******************** */
/* **************************************************************************************** */	

