


/* ********************************************************************************************* */
/* THIS FILE CONTAINS PAGELAYOUT FOR THE FRONTPAGE                                               */
/* ********************************************************************************************* */
/* Anne, february 12th 2010                                                                      */


/* This seperate file ("pagelayout-frontpage.css") wich works together
   with the seperate page-xslt-stylesheet: "pages/berlingskemobil-frontpage.xsl" 
   and the compontent-xslt-stylesheet: "components/xhtml_1_0_0/berlingskemobil-frontpage.xsl".
   The styles for the content on the frontpage is set in the css-file: "pagestyles.css"          */

   
/* --------------------------------------------------------------------------------------------- */

/* Unique pagelayout-styles for the frontpage */
.frontpageContainer1,
.frontpageContainer2 {
	position				: relative;			
	top					: 122px;			
	width					: 930px;			
	border-left				: solid 1px #277498;	
	border-right			: solid 1px #277498;	
	text-align				: left;
	}
.frontpageContainer1 {
	background				: url("/application/css/berlingskemobil/images/elements/page-background.gif") no-repeat;
	padding				: 0px 0px 11px 0px;
	}	
.frontpageContainer2 {
	background				: url("/application/css/berlingskemobil/images/frontpage/contentcontainer2-frontpage-background.gif") no-repeat #E7E8E9;
	padding				: 13px 0px 3px 0px;
	}
.advertisementWrapper {
	width					: 619px;
	float					: left;
	display				: inline;	
	margin				: 0px 0px 0px 0px;
	}
.advertisementRight{
	width					: 278px;
	float					: right;
	display				: inline;			
	margin				: 0px 0px 0px 9px;	
	padding				: 0px 0px 0px 0px;
	}

.advertisementCenter {
	width					: 278px;
	float					: right;
	display				: inline;	
	margin				: 0px 0px 0px 9px;
	}
.advertisementLeft {
	width					: 332px;
	float					: left;
	display				: inline;	
	margin				: 0px 0px 0px 0px;
	}	

/* Styles also used in pagelayout.css */		
.contentWrapperOuter {
	width					: 906px		!important;	/*overwrites styles in the pagelayout.css*/
	padding				: 0px 0px 0px 0px !important;	/*overwrites styles in the pagelayout.css*/
	border				: none		!important;	/*overwrites styles in the pagelayout.css*/
	background				: none		!important; /*overwrites styles in the pagelayout.css*/
	}
.content { 
	padding				: 0px 0px 0px 0px	!important; /*overwrites styles in the pagelayout.css*/
	}	
.pageBottom	{ 
	background				: url("/application/css/berlingskemobil/images/frontpage/pagebottom-background-frontpage.gif") no-repeat !important;/*overwrites styles in the pagelayout.css*/
	}		
/* --------------------------------------------------------------------------------------------- */