html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit; font-style: inherit; font-size: 100%;	font-family: inherit;	vertical-align: baseline;}
ol, ul { list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td { text-align: left;	font-weight: normal;}

html, body{ height:100%;}
body {
	background: #058ad4 url('/img/bg.jpg') top center no-repeat;
	color: #000;
	font-size: 62.5%;
	font-family: calibri, helvetica, arial,  sans-serif;
	text-align: center;
}

#container {

	font-size: 1.8em;
	margin: 0 auto;
	text-align:left;
	padding: 150px 0 0 0;
	width: 850px;
	overflow:hidden;
}

#content {
	float:left;
	width: 470px;
	height: 550px;
}

#sidebar {
	float:right;
	width: 310px;
	height: 550px;
}

#footer {
	float:left;
	width: 780px;
	color: #000;
	padding-left: 20px;
	text-align: left;
	font-size: 0.7em;
}

a {
	color: #000;
}

table {
	border-spacing: 20px 10px ;
}

table td {
	text-align:center;
	width: 127px;
	font-size: 1.1em;
	border: 3px solid #ff8202;
	background: #fff;
}

p {

	margin: 10px 10px 20px 20px;
}

p span {
	font-size: 1.4em;
	font-weight:bold;
	color: #ff8202;
	display:block;
	text-align:center;
}

h1, h2, h3, h4 {
	margin: 10px 10px 10px 20px;
	font-size: 2em;
	color: #ff8202;
	font-weight:bold;
}

a.book {
	text-indent:-9999em;
	background: url('/img/boek.gif');
	display:block;
	width:127px;
	height:33px;
}

fieldset {
	padding: 5px 10px 5px 10px;
	margin: 10px 10px 10px 15px;
	border: 1px solid #000;
}

fieldset legend {
	padding: 0 10px 0 10px;
	font-weight: bold;
	color: #ff8202;
	font-size: 1.0em;
}

div.formrow {
	display: block;
	clear: both;
	margin: 1px 0 0 0;
}

label {
	cursor: pointer;
}
	
input:focus, select:focus {
  	background-color:#FFFFE6;
 }

div.formrow span.label {
	font-size: 0.8em;
	display: inline;
	padding-left: 5px;
	width: 110px;
	margin-top: 4px;
	float: left;
}

div.formrow span.value {
	font-size: 0.8em;
	display: inline;
	margin-top: 4px;
	width: 300px;
	font-weight: normal;
	float: left;
}

.xs	{ width: 50px; }
.s	{ width: 90px; }
.m	{ width: 150px; }
.l	{ width: 190px; }
.xl	{ width: 250px; }
