/* Resetten van alle marges en paddings */

h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd {
	margin: 0;
	padding: 0;
}

/* Algemene body elementen */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #dddee4 !important;
	color: #004490;
	font: normal normal 12px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	white-space: normal;
	letter-spacing: normal;
}


#container {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background: transparent;
}

#header {
	width: 900px;
	height: 90px;
	background: url(pictures/logo.jpg) no-repeat right;
	padding: 0;
	margin: 0;
	line-height: 90px;
	font-size: 24px;
	font-weight: bold;

}
