/* Standard waardes */
body, html {
	margin:0;
	padding:0;
	background:#ebf7ba;
	font-family:Arial;
	font-size:12px;
	color:#000;
}
div#container {
	width:506px;
	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;
}
/* /Standard waardes */
/* Header */
div#header {
	width:506px;
	height:299px;
	background: url(images/header.png);
}
/* /Header */
/* Content */
div#content {
	width:506px;
	background: url(images/content_bg.png) repeat-y;
}
div#content_inner {
	width:446px;
	padding:0 30px 20px 30px;
	background: url(images/content_foot.png) bottom no-repeat;
}
div#content p {
	margin:0;
	padding:0;
}
.radio {
	margin:0;
	padding:0;
	heigth:15px;
	width:15px;
}
/* /Content */
/* Footer */
div#footer {
	width:506px;
	padding:3px 0 0 0;
	text-align:center;
}
/* /Footer */
/* Tekst Opmaak */
h1 {
	margin:0;
	padding:0 0 30px 0;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
/* /Tekst Opmaak */
