@charset "utf-8";
/* CSS by Cedric Hoogendoorn */

img{
	border:0;
	}

html{
	background:url(../images/background.png) repeat-x #694c1a;
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
body{
	text-align:center;
	width:824px;
	text-align:left;
	margin:0 auto;
	padding:0;
	height:auto;
}
#header{
	width:824px;
	height:100px;
	margin-top:10px;
}
#header #slogan{
	width:296px;
	height:98px;
	background:url(../images/headerSlogan.png) no-repeat;
	float:left;
}
#header #logo{
	width:480px;
	height:98px;
	float:right;
	}
#menu{
	width:824px;
	height:35px;
	background:url(../images/menuBg.png);
	margin-top:-3px;
	padding-top:1px;
	color:#694c1a;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}
#menu li{
	list-style:none;
	float:left;
	padding-right:15px;
	}
#menu a{
	font-family:Arial, Helvetica, sans-serif;
	color:#694c1a;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#694c1a;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
#contentBg{
	width:824px;
	display:table;
	background:url(../images/contentBg.png) repeat-y;
	padding-bottom:20px;
	}
#left{
	display:inline-table;
	width:190px;
	padding-left:2px;
	float:left;
	}
#content{
	display:inline-table;
	color:#333333;
	font-size:11px;
	width:615px;
	padding-left:2px;
	float:left;
	margin-left:12px;
	}
.box{
	color:#f6f7e7;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
	width:177px;
	height:94px;
	background:url(../images/boxBg.png);
	padding:5px;
	}
.box h2{
	color:#f6f7e7;
	font-size:18px;
	font-weight:bold;
	margin-top:0;
	font-size-adjust:none;
	}
#content h2{
	color:#6f5323;
	font-size:18px;
	font-weight:bold;
	margin-top:3;
	font-size-adjust:none;
	}
.koopNu{
	width:267px;
	height:41px;
	text-align:center;
	background:url(../images/koopButton.png);
	color:#f6f7e7;
	font-size:12px;
	}
#contentFoot{
	width:814px;
	height:21px;
	background:url(../images/contentFoot.png);
	color:#333333;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	text-decoration:none;
	}
#contentFoot a:hover{
	color:#333333;
	font-size:10px;
	text-decoration:underline;
	}
#contentFoot a{
	color:#333333;
	font-size:10px;
	text-decoration:none;
	}
#footer{
	width:814px;
	height:21px;
	color:#f6f7e7;
	font-size:10px;
	text-align:right;
	text-decoration:none;
	}