*{
padding:0;
margin:0;
}
html, body {
	height: 100%; /* h��l belangrijk */
	background: #28787d url(img/bg_container.jpg) repeat-y center;
	text-align: center;
}
body{
	!overflow-y:hidden;
}
html{
	overflow-y:scroll;
}
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background: #FFF;
	border-left: 1px solid #1E585B;
	border-right: 1px solid #1E585B;
}
#header{
	height:290px;
	
}
#inhoud {
  	
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 57px;
	background-image: url(img/foot.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;	
}

/*
  vacatures and columns
*/
td.vacature{
	font-family: Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}
td.column{
	font-family: Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}

td.title{
	border-top:1px solid #28787d;
	font-weight:bold;
}
td.date{
	padding-top:0px;
	color:#666666;
}
td.intro{
	color:#666666;
}

ul{
	margin-left:15px;
}

