*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
	cursor: default;
}

body{
	margin: 0px;
	background-color: #f7f7f7;
}

html>body #div_container{
	height: auto;
}

#div_container{
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto;
	min-width: 970px;
}

#div_header{
	width: 100%;
	height: 187px;
	background-image:url(../images/images-headerBG.jpg);
}

#div_headerLogo{
	width: 381px;
	height: 187px;
	background-image: url(../images/img-headerLogo.jpg);
	float: left;
}

#div_headerKantoor{
	width: 381px;
	height: 187px;
	background-image: url(../images/image-headerKantoor.jpg);
	float: right;
}

#div_mainContent{
	margin-top: 30px;
	margin-left: 120px;
	height: auto;
	float: left;
}

#div_contentMenu{
	float: left;
	width: 205px;
	height: 320px;
	padding-left: 40px;
	margin-top: 30px;
}

#div_contentRight{
	float: left;
	margin-left: 120px;
}

#div_footer{
	position: relative;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-repeat: repeat-x;
	background-image: url(../images/image-footer.jpg);
	clear: both;
}

#div_footer_inner{
	padding-right: 25px;
	padding-top: 11px;
	text-align: right;
}

#div_footer_contactleft{
	float: left;
}