﻿h1 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size:12px;
}

div#header {
	height:319px;
	width:961px;
	background-color:#000000;
}
div#header * {
	float:left;
	margin:0px;
	color:#FFFFFF;
}
div#header a {
	float:none;
	color:#FFFFFF;
}
div#menu {
	background-color:#676767;
	height:42px;
}
	div#menu div {
		float:left;
		padding-left:20px;
		height:42px;
	}
	div#menu div.metRand {
		background-image:url(../images/home_menu_seperator.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
	}
	div#menu div.nieuws {
		width:177px;
	}
	div#menu div.vacaturesProjecten {
		width:182px;
	}
	div#menu div.overTotality {
		width:341px;
	}

div#home {
	float:left;
	background-color:#e4e4e4;
}
	div#home div.content {
		height:120px;
	}
	div#home h1 {
		display:none;
	}
	div#home div.content p {
		margin:0px;
		padding:0px;
	}
		
	div#home div.url a {
		color:#009ee0;
		text-decoration:none;
		font-weight:bold;
	}
	div#home div.url a:hover {
		text-decoration:underline;
	}
	div#home div.metRand {
		border-left:1px solid #FFFFFF;
	}
	
	div#home div.nieuws, div#home div.vacaturesProjecten, div#home div.overTotality, div#home div.actueleProjecten {
		float:left;
		padding:20px 20px 8px 20px;
		height:140px;
	}
	div#home div.nieuws {
		width:157px;
	}
	div#home div.nieuws div.content {
		overflow:hidden;
	}
	div#home div.nieuws div.content strong {
		display:block;
		margin-bottom:10px;
		
	}
	div#home div.vacaturesProjecten {
		width:161px;
	}
		div#home div.vacaturesProjecten div.content * {
			font-size:11px;
		}
		div#home div.vacaturesProjecten select.invoer {
			width:166px;
			_width:160px;
			margin-bottom:2px;
		}
		div#home div.vacaturesProjecten input.invoer {
			width:160px;
			_width:154px;
		}
		div#home div.vacaturesProjecten input.button {
			float:right;
			margin-top:5px;
		}
	div#home div.overTotality {
		width:320px;	
	}
	div#home div.actueleProjecten {
		width:160px;
	}
	div#home div.actueleProjecten div.content a {
		display:block;
		padding-bottom:5px;
		text-decoration:none;
		color:#454545;
	}
	div#home div.actueleProjecten div.content a:hover {
		text-decoration:underline;
	}
	
div#footerCvUpload {
	background-image:url(../images/footer_cvupload.gif);
	background-position:top left;
	background-repeat:no-repeat; 
	margin-top:3px;
	padding-top:20px;
}