html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #EEECEC;
}

.content a		      	{text-decoration: none;color: #000000;}
.content a:visited		{text-decoration: none;color: #000000;}
.content a:hover		{text-decoration: none;	color: #FF0000;}
.content a:active		{text-decoration: none;color: #000000;}

.contentmet a		      	{text-decoration: none;color: #000000;}
.contentmet a:visited		{text-decoration: none;color: #000000;}
.contentmet a:hover		{text-decoration: none;	color: #FF0000;}
.contentmet a:active		{text-decoration: none;color: #000000;}

.main {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height: 100%;
	z-index: 1;
}

.top {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 181px;
	width: 599px;
}

.logo {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 601px;
	height: 181px;
	width: 173px;
}

.hoofdmenu {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 181px;
	left: 0px;
	height: 38px;
	width: 774px;
}

.submenu {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 221px;
	left: 0px;
	height: 25px;
	width: 774px;
	
}
.content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	position: absolute;
	top: 240px;
	left: 10px;

	
	padding-bottom: 20px;
	padding-right: 400px;
	
	text-align: left;
	font-size: 12px;
	color: Black;
	font-family: Verdana;
	line-height: 15px;
	
}


.contentmet {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	position: absolute;
	top: 270px;
	left: 10px;

	
	padding-bottom: 20px;
	padding-right: 400px;
	
	text-align: left;
	font-size: 12px;
	color: Black;
	font-family: Verdana;
	line-height: 15px;
	
}