/* Algemene waardes */
html, body {
	margin:0;
	padding:0;
	background:#301d67;
	font-family: arial;
	font-size:12px;
	color:#15030e;
}
div#container {
	margin: 0 auto;
	width:520px;
}
.fixfloat {
	margin:0;
	padding:0;
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
/* /Algemene waardes */
/* Header */
div#header {
	width:520px;
	height:199px;
	background: url(images/header.png);
}
/* /Header */
/* Content */
div#content {
	width:520px;
	background: url(images/content_bg.png) repeat-y;
}
div#content_inner {
	width:450px;
	background: url(images/content_foot.png) bottom no-repeat;
	padding:10px 35px 30px 35px;
}
div#content p {
	margin:0;
	padding:10px 0;
}
.input {
	margin:0 0 0 10px;
	padding:2px;
	width:200px;
}
.radio {
	width:14px;
	height:14px;
	margin:0 5px 0 0;
	float:left;
	padding:0;
}
/* /Content */
/* Footer */
div#footer {
	width:520px;
	text-align:center;
	font-size:11px;
	color:#fff;
	padding:5px 0 0 0;
}
div#footer a {
	color:#66ceff;
	text-decoration:underline;
}
div#footer a:hover {text-decoration:none;}
/* /Footer */
/* Tekst Opmaak */
h1 {
	margin:0;
	padding:0 0 20px 0;
	font-size:17px;
	font-weight:bold;
	text-align:center;
}
/* /Tekst Opmaak */


