body, html {
	background-color: #3d3d3f; 
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x:hidden;
	overflow-y:true;
	height: 100%;
	background-image: url(../layout/bg_container.jpg); 
	background-repeat: repeat-y;
	

}


#container {
width: 100%; 
margin: 0 auto;
text-align: left;
position: relative;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
background-image: url(../layout/bg_content.jpg); 
background-repeat: no-repeat;
background-position: 596px 100%;

}



#header{
	height:165px;
	width:100%;
	background-image: url(../layout/schaduw-header.jpg); 
	background-repeat: repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	z-index: 10;
	
}

#inhoud{
	width: 495px;
	margin-left: 237px;
	margin-top:0px;


}
#left{
	float: left;
	width: 180px;
	background-color: #3d3c3f; 
	}


#nav{	
	width: 144px;
	margin-left: 36px;
	padding-top: 10px;
	}

#right{
	float: right;
	margin-left: 813px;
	margin-top: 165px;
	width: 180px;
	height: 159px;
	background-image: url(../layout/bg_right.jpg); 
	background-repeat: no-repeat;
	position: absolute;
	padding-left: 20px;
	}	
	
	
	
#footer {
		position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 60px;
	clear: both;
	background-image: url(../layout/bg_footer.jpg); 
	background-repeat: repeat-x;
	z-index:1;
	padding-left: 230px;

}

	
#corner_left{
	float: left;
	margin-bottom: 1px;
	margin-left: 0px;
	width: 136px;
	height: 155px;
	position: absolute;
	bottom: 0; 
	background-image: url(../layout/left_corner.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 100%;
	z-index:10;
	}

#col1{
	margin-top:-35px;
	float: left;
	width: 120px;
	margin-left: -10px;
	margin-right: 25px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	background-image: url(../layout/logo-gedon.gif); 
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-top: 30px;
	}
	
#col2{
	margin-top:-35px;
	float: left;
	width: 140px;
	padding-top: 30px;
	margin-right: 25px;
	text-align: center;
	background-image: url(../layout/logo-grafinex.gif); 
	background-repeat: no-repeat;
	background-position: 50% 0%;
	cursor: pointer;
	cursor: hand;
	}
#col3{
	margin-top:-35px;
	float: left;
	width: 150px;
	padding-top: 30px;
	text-align: center;
background-image: url(../layout/logo-intellimens.gif); 
	background-repeat: no-repeat;
	background-position: 50% 0%;
	cursor: pointer;
	cursor: hand;
	}
	
#language{
	margin-left: 885px;
	margin-top: 55px;
	width: 50px;
	height: 15px;
	position: absolute;
	cursor: pointer;
	cursor: hand;

	}
