/** * /////////////////////////////////////////////////// * //////////  C M S  G R I D  S T Y L E S  ////////// * /////////////////////////////////////////////////// *  * Page Grid Definition *  * @author			Olli, Larsen, Norbert * @since			20080925 * @version			0.1 * @revision		20080925 *  * ///////////////////////////////////////////////// *//** * @section			GLOBAL DOCUMENT * @note			Outer containers of the document *//* Body Container */body {	background-color: #fff;	font-size: 8pt;/*	line-height: 10pt;*/	color: #333;	width: auto;	padding: 0;	margin: 0;}/* Outer Container */div#bodyContent {	margin: 0px auto 0px auto;	padding: 0px 0px 0px 0px;	position: relative;	width: 962px; /* 958 + 2 + 2px */}/** * @section			HEADER SECTION * @note			Usually contains Logos, Claims etc. */div#headerSection {	position: absolute;	left: 0px;	top: 20px;}div#headerSection div#headerBody {}/** * @section			CONTENT SECTION * @note			Contains all the informational content of the page */div#contentSection {	background: #ffffff;}div#contentSection div#contentBody {	margin: 0px 0px 0px 0px;	padding: 72px 0px 36px 0px; /* 14px rand rechts fr boxmargins */}div#contentSection div#contentBody div.mainSection {	margin-left: 0px;	width: auto;}div#contentSection div#contentBody div.sideSection {	display: none;}div#navigationSection {	display: none;}#statusBar{	display: none;}div#footerSection {	display: none;}div.buttonBar{	display: none; }div.companyAddress{	display: block;}
