/* Standard waardes */
body, html {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Arial;
	font-size:12px;
	color:#000;
}
div#container {
	width:509px;
	margin:0 auto;
}
div.fixfloat {
	width:0;
	padding:0;
	height:0;
	margin:0;
	overflow:hidden;
	clear:both;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
form {
	margin: 10px 0;
}
div#content {
	width:509px;
	background: url(images/content_bg.png) repeat-y;
	color:#fff;
}
div#content p {
	margin:0;
	padding:0;
}
div#content_inner {
	width:454px;
	background: url(images/content_foot.png) bottom no-repeat;
	padding:0 30px 30px 25px;
}
/* /Standard waardes */
/* Header */
div#header {
	width:509px;
	height:312px;
	background: url(images/header.png);
}
/* /Header */
/* Footer */
div#footer {
	width:509px;
	font-size:11px;
	padding:2px 0 0 0;
	text-align:center;
}
/* /Footer */
/* Tekst Opmaak */
h1 {
	margin:0;
	padding:0 0 20px 0;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
/* /Tekst Opmaak */
