/* =Container(s) this is the main table, in here you can define which proportions your website has to have.
----------------------------------------------------------------------------------------------------------*/
.body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* dit haalt de rand weg van alle images*/
.img {
	border: 0px;
}

/* This defines the whole outside ie: the wrapper*/
#wrap {
	text-align:center;
	width:645px;
	margin:10px auto;
}
/*dit is de spacer die de tussenruimtes bepaald*/

.spacer {
	height: 20px;
}
/* hier kunnen de verschillende headers in staan*/
.titles {
	width: 645px;
}
/*dit is de container waar het logo en de navigatie in staat*/

.container_nav {
	width: 645px;
	height: 122px;
	
}
/* hierin moeten de header bars*/
	
.header {
	width: 645px;
}
/* dit zorgt dat de floats niet stom doen*/
.clear {
	clear: both;
}


/* dit is de linkscontaintergrid; hier moeten alle linksblokken instaan*/
.linksgrid {
	height: 284px;
	width: 645px;
}
/* dit is de div voor de plaatjes; hier moeten alleen maar de links marges in worden aangegeven*/
.grid_links {
	float: left;
	width: 191px;
	height: 284px;
	margin-left: 19.5px;
}

.links_thumb {
	clear: both;
}