@charset "UTF-8";
/* CSS Document */


/* TEXT START*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-style:normal;
	line-height:normal;
	font-variant:normal;
	text-align:left;
	vertical-align:top;
}

/* default text */
p {
	margin:0px;
	padding:0px;
}
/* TEXT STOP*/


/* LAYOUT */

body {
	background-color:#8b8d8c;
	margin:0px;
	padding:0px;
	border:none;
}

#container {
	width:800px;
	background-color:#ffffff;
	/* centering*/
	position:absolute;
	left:50%;
	margin:24px -400px;
}

#headertop {
	float:right;
	width:800px;
	height:56px;
	background-image:url(../images/headertop.jpg);
}

#header {
	float:left;
	width:800px;
	height:103px;
	background-image:url(../images/header.jpg);
}

/* MENU START*/

#menu {
	float:left;
	width:800px;
	height:30px;
	margin:0px 0px 30px 0px;
	background-image:url(../images/menu.jpg);
}

#menu ul {
	text-align:center;
	list-style:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}

#menu li {
	color:#FFFFFF;
	font-size:14px;
	display:inline;
	margin:0px;
	padding:0px 10px 0px 10px;
}

#menu a {
	color:#FFFFFF;
	font-size:14px;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

/* MENU STOP*/


/* ITEMBOX START*/

.itembox {
	width:141px;
	margin:0px 10px 20px 10px;
}

.itembox h1 {
	color:#FFFFFF;
	font-size:12px;
	margin:0px;
	padding:6px 6px 0px 6px;
}

.itembox p {
	margin:0px;
	padding:6px 4px 4px 8px;
}

.itembox img {
	padding:0px;
	margin:14px 0px 0px 12px;
	border:none;
}

.itembox img a{
	margin:0px;
	padding:0px;
	border:2px;
}

.itembox a {
	margin:0px;
	padding:0px;
	border:none;
	color:#666666;
	text-decoration:none;
}

.itembox a:hover {
	margin:0px;
	padding:0px;
	border:none;
	color:#CB6D09;
	text-decoration:none;
}

.itembox ul {
	margin:3px 0px 4px 22px;
	padding:0px;
}

.itembox li {
	margin:3px;
	
}


/* ITEMBOX START*/


/* LEFT START*/

#left {
	float:left;
	width:160px;
}




/* ITEMBOX LEFT START*/
.itemboxlefttop {
	height:22px;
	width:141px;
	cursor:default;
	background-image:url(../images/linkstop.jpg);
	margin:0px;
	padding:0px;
}

.itemboxleftcontent {
	height:114px;
	width:141px;
	background-image:url(../images/linkscontent.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	
}

.itemboxleftbottom {
	height:11px;
	width:141px;
	background-image:url(../images/linksbottom.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
/* ITEMBOX LEFT STOP */


/* LEFT STOP*/







/* CENTER START */
#center {
	float:left;
	width:440px;
	margin:0px 00px 90px 20px;
}



.centeritem {
	margin:0px 0px 20px 0px;
	/*ZO IK ERUIT GAAN*/
	width:440px;
	/*ZO IK ERUIT GAAN*/
}
#centeritem b3 {
	color:#cb6d09;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px;
}
#center h1 {
	color:#cb6d09;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0px;
}
#center h2 {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#center p {
	color:#666666;
	margin:5px 0px;
	padding:0px;
}

#center img {
	margin:2px 6px;
	padding:0px;
}
/* CENTER STOP */






/* RIGHT START */
#right {
	float:right;
	width:160px;
	margin:0px;
	padding:0px;
}

.itemboxrighttop {
	height:22px;
	width:141px;
	cursor:default;
	background-image:url(../images/rechtstop.jpg);
	margin:0px;
	padding:0px;
}

.itemboxrightcontent {
	height:114px;
	width:141px;
	background-image:url(../images/rechtscontent.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

.itemboxrightbottom {
	height:11px;
	width:141px;
	background-image:url(../images/rechtsbottom.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
/* RIGHT STOP */





/* FOOTER START */
#footer {
	float:left;
	clear:both;
	width:800px;
	height:66px;
	background-image:url(../images/footerbg.jpg);
	background-color:#8b8d8c;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

#footer h3 {
	color:#a3c7b1;
	font-size:10px;
	text-align:center;
	margin:10px 0px 0px 0px;
	padding:0px;
}

#footer a {
	color:#a3c7b1;
	font-size:10px;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
/* FOOTER STOP */

