/* settings */
* {margin: 0; padding:0;}
.clear {clear: both;}
body { background: #FFFFFF;}
/* typografie */
p {
padding: 0px 0 0 0px;
}
/* standaart settings */
.header {
height: 191px;
float: left;
width: 940px;
border-bottom: 0px;
background-color: #FFFFFF;
text-align: center;
}
.footer {
height: 23px;
width: 940px;
float: left;
background-color: #;
text-align: center;
}

/* container voor alle layouts */
#container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 2 kolommen */
.content-links {
	width: 940px;
	height: auto;
	float: left;