/* CSS Document */
@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */

/* =universals 
These rules are applied to all elements unless otherwise specified below. */
*	{padding: 0; margin: 0;	}

/* =html *//* =body */
html, body 			{
/* Hack voor IE5*/
text-align:center; margin:0; padding:0;
background:url(../images_general/bg.jpg) center top repeat-x;	}			
/*--------------------------------------Main CONTAINER---------------------------------*/
div#maincontainer 		{ 
width:900px;
/* Linker en rechter margin op 'auto', centreren dus */
margin:0px auto;
/* Hack voor IE5*/
text-align:center;	}
div#container {
width:900px;
/* rechtreken van hack voor IE5*/
text-align:left;
}
/* ----------------------------------Main CONTAINER END--------------------------------*/

/*-------------------------------------------HEAD---------------------------------*/				
div#head_topmenu  	{
width:900px;
height:20px;
float:left;
}
div#head  	{
background-color:#fff;
width:900px;
float:left;
  }
div#head_left_container   	{
background-color:#fff;
width:250px;
height:400px;
padding:7px 7px 2px 7px;
float:left;
  }
div#head_left   	{
background-image:url(../images_general/menu.jpg);
background-position:left top;
width:250px;
height:400px;
float:left;
  }
div#logo      	{
float:left;
background:url(../images_general/logo.jpg) center top repeat-y;
width:200px;
height:100px;          }
div#mainmenu      	{
float:left;
width:200px; 		}
div#head_info_container   	{
background-color:#fff;
width:614px;
height:390px;
margin-top:7px;
border:3px solid #B9D0E3;
padding:3px 0 0 7px;
float:left;
  }			
div#head_info   	{
float:left;

  }				
/* =head_menu */
/* ---------------------------------------HEAD END--------------------------------*/
div#content  	{
background-color:#fff;
width:900px;
float:left;  }

div#content_left_container   	{
background-color:#fff;
width:400px;
min-height:336px;
padding:7px 7px 7px 7px;
float:left;  }
div#content_left   	{
background-color:#EAF1F7;
width:400px;
min-height:342px;
border:3px solid #B9D0E3;
padding:2px 2px 2px 2px;
  }
div#content_left_1   	{
background-color:#EAF1F7;
width:400px;
height:602px;
border:3px solid #B9D0E3;
padding:2px 2px 2px 2px;
  }  
div#content_left_2   	{
background-color:#EAF1F7;
width:400px;
height:492px;
border:3px solid #B9D0E3;
padding:2px 2px 2px 2px;
  }
div#content_right_container   	{
margin:7px 7px 0 0;
background-color:#B9D0E3;
width:462px;
min-height:350px;
float:right;  }
div#content_right   	{
width:462px;
height: auto;
  }	
div#content_right_1  	{
width:462px;
height:612px;
  }	 
div#content_right_2  	{
width:462px;
height:500px;
  }	  
div#content_foto_container   	{
background-color:#B9D0E3;
margin:7px 0 7px 7px;
padding-bottom:7px;
width:885px;
height: auto;
float:left;  }  										
/* --------------------------------------END-CONTENT--------------------------------*/
					
/* FOOTER */				
div#footer				{
background-color:#fff;
float:left;
width:900px;
height:40px;
clear:both;				}
div#copyright 			{ 
float:left;		}
div#webdesign 			{ 
float:right; 
			}					
}
/* =The rules below relate only to Mozilla Firefoc 1.5 and its provisional support for CSS3 columns. */