* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
body {
	background: #fff url('../img/body.gif') repeat-x;
	font-family: Tahoma, arial;
	font-size: 90%;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px 15px;
	background: #fff url('../img/achtergrond.gif') repeat-y; 
}

#logo {
	float: left;
	height: 85px;
	margin-left: 10px;
	width: 200px;
}


#topmenu {
	float: right;
	height: 80px;
	text-align: right;
}
#topmenu a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#preview {
	clear: both;
	overflow: hidden;
}

#content {
	float: left;
	width: 535px;
	padding: 20px;
}

#content h1 {
	color: #008061;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1em;
}

#content p {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0 0 10px 0px;
}

#kolom {
	float: left;
	width: 325px;
	text-align: center;
}

#kolom img {
	margin-top: 20px;
}

#footer {
	background: #fff url('../img/merken_grey.gif') repeat-x;
	overflow:hidden;
	width: 900px;
	height: 120px;
	clear: both;
}
#disclaimer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 15px;
	color: #333;
	font-size: .7em;
	text-align: right;
}
#disclaimer a {
	color: #666;
}