	/* Algemeen */
	
	body {
		margin: 0;
		padding: 0;
		background-color: #ECECEB;
		}
		
	.paragraph {
		padding: 15px 15px 0 15px;
		}
		
	h1.jobtitle {
		padding: 0 15px 0 15px;
		margin: 0;
		font-size: 14px;
		}
		
	a {
		color: #01BFFD;
		text-decoration: none;
		}
		
	a:hover {	
		color: #01BFFD;
		text-decoration: underline;
		}
		
	.logo a:hover {
		text-decoration: none;
		}
			
	/* Containers */
	
	div#main-container {
		margin: auto auto;
		width: 960px;
		overflow: hidden;
		background-color: #fff;
		font-size: 12px;
		font-family: Calibri, Verdana, Helvetica, sans-serif;
		color: #4A4A4A;
		}
		
	div#header-container {
		width: 960px;
		height: 230px;
		background: #fff url("images/header.gif") no-repeat 0 top;
		}
		
	.slideshow {
		padding: 30px 0 0 97px;
		}
	
	td#content-container1 {
		width: 290px;
		text-align: left;
		vertical-align: top;
		background: #fff url("images/left.gif") repeat-y left top;
		}
		
	.buttons {
		margin-left: 97px;
		}
		
	td#content-container2 {
		width: 670px;
		text-align: left;
		vertical-align: top;
		background: #fff url("images/right.gif") repeat-y right top;
		}
		
	.greyblock {
		width: 581px;
		}
		
	.greyheader {
		width: 581px;
		height: 20px;
		background: #fff url("images/grey_header.gif") no-repeat 0 top;
		}
		
	.greymiddle {
		width: 581px;
		background: #fff url("images/grey_middle.gif") repeat-y 0 top;
		}
		
	.greyfooter {
		width: 581px;
		height: 16px;
		background: #fff url("images/grey_footer.gif") no-repeat 0 top;
		}
	
	div#footer-container {
		width: 960px;
		height: 150px;
		background: #fff url("images/footer.gif") no-repeat 0 top;
		clear: both;
		}
		
	.copywright {
		text-align: center;
		font-weight: bold;
		padding-top: 35px;
		font-size: 14px;
		}
		
	.logo {
		padding: 25px 0 0 0;
		text-align: center;
		}
