/* aanpassing 2008-01-16:
#container { background-color: #FFFFFF; }
*/


/* aanpassing 2008-01-06:
body { background-image: (); } toegevoegd
#container { width: 1000->970px; }
#logo { width: 1000->970px; }
#logo_fill1 { width: 1000->970px; }
#content_right { left: 785->760px; }
#content { left: 25->0px; }
*/


body {
 margin: 0px;
 background-image: url('../images/bgBody.jpg');
 background-repeat: repeat-x;
 background-position: top center;
 background-color: #FFFFFF;
}

#container {
 position: relative;
 width: 940px;
 height: auto;
 border: 0px solid #B2B2B2;
 background-color: #FFFFFF;
/* background-color: #FFB479; */
 overflow: visible;
 display: block;
 z-index: 1;
}


  #logo {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 940px;
   height: 90px;
   border: 0px solid green;
   border-left: 0px solid #B2B2B2;
   border-bottom: 0px solid #000000;
   background-color: #0066CC;
   background-image: url('../images/bgLogo.jpg');
   background-repeat: no-repeat;
   background-position: top left;
   overflow: hidden;
   display: block;
   z-index: 10;
  }
  #logo_motto,#logo_fietsenmakerij,#logo_refide_shade,#logo_refide {
   position: absolute;
   width: auto;
   height: auto;
   font-family: verdana, helvetica;
  }
  #logo_motto {
   top: 50px;
   left: 460px;
   font-size: 12pt;
   font-weight: bold;
   font-variant: small-caps;
   font-style: italic;
   color: #FFCC66;
   border: 0px solid #000000;
   z-index: 101;
  }
  #logo_fietsenmakerij {
   top: 11px;
   left: 225px;
   font-size: 30pt;
   font-weight: normal;
   font-variant: normal;
   color: #CC6633;
   border: 0px solid #000000;
   z-index: 102;
  }
  #logo_refide_shade {
   top: 15px;
   left: 31px;
   font-size: 38pt;
   font-weight: bold;
   font-variant: normal;
   color: #FFFFFF;
   border: 0px solid #000000;
   z-index: 103;
  }
  #logo_refide {
   position: absolute;
   top: 14px;
   left: 30px;
   width: auto;
   height: auto;
   font-size: 38pt;
   font-weight: bold;
   font-variant: normal;
   color: #88BBFF;
   border: 0px solid #000000;
   z-index: 104;
  }



  #logo_fill1 {
   position: absolute;
   top: 90px;
   left: 0px;
   width: 940px;
   height: 2px;
   border: 0px solid #FFFFFF;
   background-color: #000000;
   overflow: hidden;
   display: block;
   z-index: 30;
  }
  #logo_fill2 {
   position: absolute;
   top: 92px;
   left: 0px;
   width: 785px;
   height: 1px;
   border: 1px solid #FFFFFF;
   background-color: #FFFFFF;
   overflow: hidden;
   display: block;
   z-index: 30;
  }


  #content_right {
   position: absolute;
   top: 5px;
   left: 755px;
   width: 195px;
   height: 525px;
   border: 1px solid #FFFFFF;
   background-color: #0066CC;
   background-image: url('../images/bgRight.jpg');
   background-repeat: no-repeat;
   background-position: top left;
   font-family: trebuchet ms, helvetica;
   font-size: 9pt;
   color: #FFFFFF;
   text-align: center;
   overflow: hidden;
   display: block;
   z-index: 50; /* boven menu */
  }




  #content {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 775px;
   height: auto;
   /* min-height: 100%; */
   border: 0px solid red;
   border-left: 2px solid #CCCCCC; /* DD7B3C;*/
   border-right: 3px solid #CCCCCC;
   border-bottom: 2px solid #CCCCCC;
   background-image: url('../images/contentbg.jpg');
   background-repeat: repeat-x;
   background-position: top left;
   background-color: #F5F5F5;
   overflow: visible;
   display: block;
   z-index: 3;
  }







