body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #444444;
}

.wrapperHome {
	width: 100%;
	height: 940px;
	overflow: hidden;
}

.menu {
	position: absolute;
	top: 0;
	right: 50%;
	margin: 0;
	margin-right: -475px;
	padding-right: 2px;
	padding-left: 30px;
	background: url(../images/menu.gif) top right no-repeat;
}

.menu li {
	display: inline;
	list-style-type: none;
}

.menu li a {
	display: block;
	float: left;
	margin-left: -30px;
	background: url(../images/menu_no.png) top left no-repeat;
}

.menu li a:hover, .menu li .actief {
	display: block;
	background: url(../images/menu_act.png) top left no-repeat;
}
.flags{

	position:absolute;
	right:50%; 
	margin: 9 430 0 0;

}
.logo {
	display: block;
	width: 600px;
	height: 175px;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -495px;
}

.header {
	width: 950px;
	height: 295px;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -475px;
}

.kader {
	width: 950px;
	height: 300px;
	background: url(../images/kader.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -475px;
}

.huisjes {
	position: absolute;
	top: 500px;
	bottom: 0;
	left: 50%;
	margin-left: -640px;
}