/* Algemene waardes */
html, body {
	margin:0;
	padding:0;
	background: url(images/bg.png) repeat-x #f3f3f3;
	font-family: Trebuchet MS;
	font-size:12px;
	color:#000;
}
div#container {
	margin: 0 auto;
	width:982px;
	padding:0 0 5px 0;
}
.fixfloat {
	margin:0;
	padding:0;
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
.leftfloat {
	float:left;
}
.rightfloat {
	float:right;
}
a img {border:0;}
a {color:#002c42; text-decoration:underline;}
a:hover {text-decoration:none;}
form {margin:0; padding:0;}
/* /Algemene waardes */
/* Header */
div#header {
	width:982px;
	height:33px;
	padding:263px 0 0 0;
	background: url(images/header.png);
}
div#menu {
	width:742px;
	height:25px;
	padding:2px 0 0 240px;
}
div#menu a {
	font-family:myriad pro;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px;
	color:#fff;
}
div#menu a:hover {text-decoration:underline;}
/* /Header */
/* Content */
div#content {
	width:982px;
	background: url(images/content_bg.png);
}
div#content_foot {
	width:955px;
	background: url(images/content_foot.png) bottom no-repeat;
	padding: 0 1px 5px 26px;
}
div#content_inner {
	width:982px;
	background: url(images/content_top.png) top no-repeat;
}
div#right {
	width:744px;
	float:right;
}
div#breadcrumb {
	width:739px;
	height:23px;
	font-size:14px;
	color:#fff;
	padding:4px 0 0 5px;
	background: url(images/breadcrumb.png);
}
div.vak {
	width:734px;
	background: url(images/vak_top.png) top no-repeat;
	padding:0 5px 5px 5px;
}
div#content p {
	margin:0;
	padding:5px 0;
}
table#cats {
	width:100%;
	font-size:18px;
}
table#cats td.left {width:325px;}
table#cats td.img {width:110px; text-align:center;}
.center {text-align:center;}
div#left {
	width:210px;
	float:left;
	padding:133px 0 0 0;
}
div.menu_cont {
	width:210px;
	background: url(images/menu_top.png) top no-repeat;
}
div.menu_cont_streep {
	width:210px;
	background: url(images/menu_top_streep.png) top no-repeat;
}
div.menu_inner {padding:0 5px 5px 5px;}
div.menu_cont_streep .kok {background: url(images/kok.png) right bottom no-repeat; padding-bottom:35px;}
div.menu_cont .broodje {background: url(images/broodje.png) left bottom no-repeat; padding-bottom:35px; text-align:right;}
a.pijl {
	color:#000;
	text-decoration:none;
	background: url(images/pijl.png) left no-repeat;
	padding:0 0 0 13px;
	margin:0 0 0 3px;
}
div#left a {
	color:#000;
	text-decoration:none;
}
div#left a:hover {text-decoration:underline;}
div#zoeken {
	height:30px;
}
div#zoeken img {float:left;}
.search {
	margin:0;
	padding:5px 0 0 0;
	height:21px;
	width:166px;
	background: url(images/zoek_bg.png);
	float:left;
	border:0;
}
.searchbtn {
	width:26px;
	height:26px;
	margin:0;
	padding:0;
	overflow:hidden;
	float:left;
}
/* /Content */
/* Footer */
div#footer {
	width:100%;
	height:28px;
	background: url(images/footer.png);
}
div#footer_inner {
	width:947px;
	margin:0 auto;
	height:23px;
	color:#fff;
	padding:5px 10px 0 25px
}
div#footer a {font-weight:bold; text-decoration:none; color:#fff;}
div#footer a:hover {text-decoration:underline;}
/* /Footer */
/* Tekst Opmaak */
h1 {
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:5px 0;
}
h2 {
	font-size:30px;
	font-weight:normal;
	font-family:Myriad Pro;
	color:#25289e;
	margin:0;
	padding:0 0 5px 0;
}
.blauw {color:#25289e;}
.font_14 {font-size:14px;}
/* /Tekst Opmaak */
