@charset "utf-8";
/* CSS Document */


   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 1024px;
   }
	
/* header stijlen hieronder */
   #header {
	 background-color:#ffffff;
      margin: 0 auto;
      text-align: left;
      width: 1024px;
      height:56px;
	 
	  
      
   }
   
/* language stijlen hieronder */
   #language {
	  background-color:#ffffff;
      margin: 0 auto;
      text-align: left;
      width: 1024px;
      height: 29px;
	 
	
   }
   
/* main stijlen hieronder */
   #main {
	  background-color:yellow ;
      margin: 0 auto;
      text-align: left;
      width: 1024px;
      height: 606px;
   }
   
/*------------------------------------------------
#dev comments#
SUB STIJLEN VAN DE MAIN DIV!!! HIERONDER!!

De main_container stijl hieronder zie niet maar deze bevat de div van de menu en content.
NIETS IN AANPASSEN!

De floats moeten erin blijven.
*/
   #main_container {
		float: left; 
		height: 617px; 
		width: 850px;
	}
	
   #leftbar {
		float: left; 
		background-color:#ffffff; 
		height:617px; 
		width:174px;
		background-repeat:no-repeat;
		
		}
		
	#banner {
		height: 249 px;
		width: 174 px;
		}
	
	
	#foto {
	background-color:#ffffff;
	height: 289px; 
	width: 850px;
	background-image:url(images/photo_banner.jpg);
	

	
	}
	
	#menu {  
		background-color:ffffff; 
		height: 60px; 
		width: 850px;
		background-image:url(images/horizontal_menu.jpg);
		background-repeat: no-repeat;
		
   }
   
   #content_2 {
		background-color:000000; 
		height: 557px; 
		width: 850px;
        background-repeat: no-repeat;
		
		
   }
  
   
/* -------------------------------------------------------
footer stijlen hieronder */
   #footer {
	  background-color:ffffff;
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 1024px;
      height: 23px;	  
	  text-align:center;
	  font:Arial, Helvetica, sans-serif;
	  font-size:12px;
	  padding-top:3px;
	  background-image:url(images/footer.jpg);
	  background-repeat:no-repeat;
	 
 }
