    #box{
       width:750px;
		 height:600px;		 		 
		 margin:0px auto 0px auto; 	  		  
		 background-image: url(../images/achtergrond.jpg);
		 background-position: 0px 0px;
		 background-repeat:no-repeat;                
    }   
		#header{
		 width:750px;
		 height:165px;					
		}	
		/*#content{
		  float:left;
			width:410px;
			height:380px;			
			overflow:auto;							
		}			*/	
		#content{
      position:absolute;
      z-index:1;
      width:150%;
      height:380px;
      margin:0px 0px 0px 195px;
      overflow:auto;
    }
		.boxrighttotaal{
		  position:absolute;
		  /*bottom:150px;*/
		  z-index:2;
		  width:15px;
		  height:22px;
		  margin:40px 0px 0px 585px;						
		}
		.boxright{			 
		  width:15px;
		  height:11px;			
		  padding:0px 0px 5px 0px;	
		}				
		.tekst{
      width:385px;
      height:auto;
      font-family:Arial;
      font-size: 12px;
      font-weight:normal;
      word-spacing: normal;
      letter-spacing:0px;
      line-height:1.3em;      
      color:#000;
      margin:15px 5px 105px 2px;
      padding:0px;					  
    }
    h2{
      font-family:Arial;
      font-size:13px;
      font-weight:bold;
			margin:0px;
      padding:0px 0px 20px 0px;
    }		 