*,html{padding: 0;margin: 0;}
body{
	background: url(bgmain.jpg) center top no-repeat;
	font-size: 62.5%;
	font-family: simsei,simsun,arial;/*
	overflow: scroll;*/
}
#wrap{/*
	margin: 0;
	width:100%;*/
	background: url(bg.jpg) left top repeat-x;/*
	height: 233px;*/
}
#page{
	position: relative;
	/* dit heb ik er even bijgezet omdat de pagina order.asp anders links uitgelijnd werd */
	top: 0;
	left: 50%;
	margin-left: -480px;
	/* tot hier aangepast */
	width: 960px;
	min-height: 500px;
	font-size: 1.2em;
}
#header{
	height:233px;
	background: url(head.jpg) left top repeat-x;
}
#header h1{
	margin-top: 0;
	padding: 10px 300px 0 0;
	float: right;
}
#header p{
	margin-top: 0;
	padding: 10px 300px 0 0;
	float: right;
}
#nav{
	position: absolute;
	top:190px;
	left: 10px;
	font-family: arial unicode MS;
	z-index: 5000;
}
#nav ul li{
	list-style:none;
	display: inline;
}
#nav ul li a{
	padding: 10px 7px;
	text-decoration: none;
	color:#EBCA7D;
	font-size: 1.8em;
	font-weight: bold;
}
#nav ul li a:hover{
	padding: 10px 7px;
	text-decoration: underline;
	color: #fff;
}
#nav ul li.navlast{
	margin:0 0 0 40px;
}
h1,h2,h3,h4{
	margin: 25px 0 15px 0;
	clear: left;
}
h2{
	font-size: 2em;
	font-weight: bold;
	width: 70%;
	border-bottom: 1px solid #000;
}
h3{
	font-size: 1.6em;
}
h3.faq{
	font-size: 1.6em;
}
h4{
	font-size: 1.3em;
}
img{
	border:1px solid #D3E5F1;
}
p{
	text-indent: 20px;
	line-height:2.1em;
	margin: 0 0 10px 0;
}
.left{
	float:left;
	margin: 0 10px 10px -20px;
	padding: 0;
}
.right{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}
#north-pole{
	background-color: #F7F7F7;
	border: 1px dotted #999;
	border-top: 0;
	margin-top: -20px;
}
#content{
	width: 630px;
	margin: 20px;
}
#content ul li{
	list-style:none;
	margin: 5px;
}
.enquete{
	margin: 10px 60px;
}
.enquete li{
	padding: 5px 20px;
}
.enquete li input{
	margin-right: 10px;
}
#content h5{
	font-size: 1.2em;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	width: 33%;
}
#content tr td{
	min-width: 60px;
}
#content ol{
	margin: 10px 50px;
}
#sidebar{
	float: right;
	width:302px;
	text-align: center;
	padding: 12px 0 4px 0;
	margin-top: -220px;
	z-index: 5001;
}
#sidebar2{
	float: right;
	width:270px;
	text-align: center;
	padding: 12px 0 4px 0;
	margin-top: 0px;
	z-index: 5001;
}

#sidebar img, #compass img {
	border: none;
}
#sidebar .sideblock{
	margin: 10px;
	background-color: #D8E8F5;
	border:1px dotted #999;
}
#sidebar .sideblock h2{
	font-size: 1.2em;
	text-decoration: none;
	border: none;
}
#sidebar .sideblock h3{
	font-size: 1.2em;
	text-decoration: none;
	border: none;
}
#sidebar .sideblock a img{
	border:1px dotted #999;
	margin: 20px auto;
}
#sidebar .sideblock a img:hover{
	border:1px solid red;
	margin: 20px auto;
}
fieldset{
	border: 0;
}
#footer{
	margin: 100px 20px;
	clear:both;
}
#footer h5{
	font-size:0.9em;
	width: 100%;
}
a{
	color: #EF3133;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}