html,
body {
	height:100%;
	width:100%;
}
body {
	margin:0;
	background:url(../images/body.gif) repeat-x;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color:#ed1c24;
}
a:hover {text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
.page {
	min-height:100%;
	position:relative;
}
* html .page {height:100%;}
#main {
	position:relative;
	margin:0 auto;
	width: 810px;
	padding:0 0 30px;
}
/*header*/
#header {
	padding:14px 0 0;
	min-height:80px;
}
.header-holder {
	height:1%;
	padding:0 1px 14px 0;
}
.header-holder:after {
	content:"";
	display:block;
	clear:both;
}
/*logo*/
#header .logo {
	float:left;
	margin:0 0 0 -3px;
	width:445px;
	height:109px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
}
#header .logo a{
	display:block;
	width:98px;
	height:41px;
	overflow:hidden;
	margin:0 0 0 80px;
}
.header-holder img {float:right;}
/*header-box*/
.header-box {
	width:809px;
	overflow:hidden;
	padding:0 0 3px;
}
.header-box .landelijk {float:left;}
.header-box .landelijk img {display:block;}
.header-box ul {
	width:200px;
	overflow:hidden;
	list-style:none;
	margin:0 0 -3px;
	padding:0 3px;
	float:left;
}
.header-box ul li {
	width:100%;
	float:left;
	padding:0 0 3px;
}
.header-box ul li img {display:block;}
.header-box ul li a {
	display:block;
	position:relative;
	cursor:pointer;
}
.header-box ul li a em {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.header-box ul li a:hover {background:url(../images/none.gif);}
.header-box ul li a:hover em {z-index:1;}
.over-box {
	width:403px;
	float:right;
	background:url(../images/box.gif) no-repeat;
	padding:16px 0 0;
}
.over-box-body {
	width:365px;
	background:#63518e url(../images/box-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
	padding:0 19px 14px;
	min-height:120px;
}
* html .over-box-body {
	height:120px;
	overflow:visible;
}
.over-box strong {
	font-size:14px;
	line-height:18px;
	display:block;
	color:#d6a9fd;
	padding:0 0 8px;
}
.over-box p {
	line-height:18px;
	color:#fff;
	margin:0;
}
/*content*/
.container {
	overflow:hidden;
	width:100%;
}
#content {
	width:100%;
	overflow:hidden;
}
/*content-container*/
#content-container {
	float:left;
	width:580px;
	padding:25px 0 10px 3px;
}
#content-container h1 {
	font-size:14px;
	line-height:18px;
	color:#63518e;
	margin:0 0 7px;
}
#content-container h2 {
	font-size:12px;
	line-height:18px;
	color:#63518e;
	margin:0 0 7px;
}
#content-container p {
	margin:0 0 23px;
	line-height:18px;
}
/*sidebar*/
.sidebar {
	width:200px;
	float:right;
	padding:0 1px 30px 0;
}
.sidebar span {
	display:block;
	padding:0 0 15px;
}
.sidebar span img {display:block;}
.sidebar div {
	padding:0 0 0 18px;
}
.sidebar div h3 {
	font-size:14px;
	line-height:18px;
	color:#63518e;
	margin:0 0 7px;
}
.sidebar div p {
	line-height:18px;
	margin:0;
}
.sidebar div ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebar div ul li {
	line-height:18px;
	padding:0 0 0 12px;
	background:url(../images/marker.gif) no-repeat 3px 7px;
	height:1%;
	overflow:hidden;
}
/*boxes*/
.boxes {
	width:820px;
	overflow:hidden;
}
.box-link {
	float:left;
	display:inline;
	margin:0 3px 3px 0;
	width:200px;
	height:150px;
	overflow:hidden;
	position:relative;
}
.box-link em {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
a.box-link {cursor:pointer;}
a.box-link:hover {background:url(../images/none.gif);}
a.box-link:hover em {z-index:1;}
.boxes .box {
	height:118px;
	overflow:hidden;
	width:365px;
	float:left;
	overflow:hidden;
	display:inline;
	margin:0 3px 3px 0;
	padding:16px 19px;
	background:url(../images/box.gif) no-repeat;
	color:#fff;
}
.boxes .box.alt {
	color:#533f81;
	background:url(../images/box-alt.gif) no-repeat;
}
.boxes .box.alt2 {
	color:#ffffff;
	background:url(../images/box-zw.gif) no-repeat;
}
.boxes .box.alt strong {color:#533f81;}
.boxes .box strong {
	font-size:14px;
	line-height:18px;
	color:#d6a9fd;
	display:block;
	padding:0 0 6px;
}
.boxes .box p {
	margin:0;
	line-height:18px;
}
.boxes .box ul {
	list-style:none;
	margin:0;
	padding:0;
}
.boxes .box ul li {line-height:18px;}
/*footer*/
#footer {
	width:100%;
	height:30px;
	background:#f0f;
	margin:-40px 0 0;
	position:relative;
	background:#f1e2fe;
	min-width:810px;
}
#footer div {
	width:810px;
	margin:0 auto;
	overflow:hidden;
	line-height:30px;
}
#footer div strong {
	float:right;
	font-weight:normal;
}
#footer div p {margin:0;}
