/* -------------------------------------------------------------- 

  	bdigital
	www.bdigital.be
	
-------------------------------------------------------------- */

/*------------ imports -----------*/
@import url(typography.css);
@import url(navigation.css);
@import url(forms.css);

/*--------------------------------------- algemeen ----------------------------------------*/

body, html { height:100%;}

body { background-color:white; margin:0; padding:0;}

a     { behavior: url(css/behaviours/iepngfix.htc) }
img   { behavior: url(css/behaviours/iepngfix.htc) }
div   { behavior: url(css/behaviours/iepngfix.htc) }
div a { behavior: url(css/behaviours/iepngfix.htc) }


/*------------------------ bg stijlen van de verschillende paginas ------------------------*/

/* alle figuren en stijlen worden bepaald door de BODY ID */
/* thema achtergronden */

body#pageHome     { background:url('../images/bg/bg_page.jpg') no-repeat center top #948a8d;}
body#pageAuto     { background:url('../images/bg/body_auto.jpg') no-repeat center top #948a8d;}
body#pageContact  { background:url('../images/bg/body_contact.jpg') no-repeat center top #948a8d;}
body#pageInfo     { background:url('../images/bg/body_info.jpg') no-repeat center top #948a8d;}
body#pagePartners { background:url('../images/bg/body_partners.jpg') no-repeat center top #948a8d;}
body#pageMotor    { background:url('../images/bg/body_motor.jpg') no-repeat center top #948a8d;}


/*----------------------------- afmetingen van de containers ------------------------------*/
#mainContainer     { width:810px; margin:0 auto; height:100%; background:url('../images/bg/bg_mainPage.jpg') no-repeat center top;}
#menuContainer     { width:810px; height:268px;}
#siteContainer     { width:810px; margin:0 0 0 73px; overflow:hidden;}
#contentContainer  { width:810px; float:left; padding:3px 3px 0 3px; overflow:hidden;}
#bannerContainer   { width:100%; height:101px; position:absolute; top:258px;}

/*----------------------------- afmetingen van de containers ------------------------------*/

#flashHome1         { padding:0 0 0 35px; }
#clientLogin        { position:absolute; width:181px; height:35px; margin:80px 0 0 589px;}
#newsletter         { position:absolute; width:181px; height:111px;  
                      padding:30px 0 0 0; margin:127px 0 0 589px;
                      background:url('../images/bg/houd_mij_op_de_hoogte.jpg') no-repeat center top;}
.btnClientLogin img { width:181px; height:35px;}


/*----------------------------- algemene instellingen per blok ----------------------------*/


/* footer instellingen */
#footerBG { background:url('../images/bg/bg_footer.png') no-repeat center top; width:809px; height:37px; padding:20px 0 0 0;}
#footer   { height:57px; position:fixed; display:block; bottom:-1px; margin:0; padding:0; width:100%; z-index:4; }
* html #footer { position:absolute; top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));}





