@charset "utf-8";
html, body {
	margin: 0px;
	background-color: #e4c08b;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #7e5927;
}
table {
	padding: 0px;
	border-spacing: 0px;
}
td.links {
	vertical-align: top;
	width: 266px;
	height: 100%;
}
td.rechts {
	vertical-align: top;
}
div.logo {
	background-image: url(../images/layout-links-boven.png);
	background-repeat: no-repeat;
	width: 266px;
	min-height: 400px;
}
div.logo-boven {
	width: 100%;
	height: 127px;
}
div.logo-onder {
	width: 100%;
	padding-left: 57px;
	padding-top: 10px;
}
div.links-midden {
	background-image: url(../images/layout-links-midden.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 266px;
}
div.links-midden-inhoud {
	padding-left: 50px;
}
div.links-onder {
	background-image: url(../images/layout-links-onder.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 266px;
	height: 35px;
}
div.header {
	background-image: url(../images/layout-hoofding.gif);
	width: 100%;
	height: 153px;
}
div.menu {
	/*background-image: url(../images/layout-hoofding.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
	width: 100%;
	height: 66px;
}
div.menu-boven {
	background-color: #dbac6d;
	width: 100%;
	height: 30px;
}
div.menu-onder {
	background-image: url(../images/layout-menu-onder.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #e5c08b;
	width: 100%;
	height: 36px;
}
td.inhoud {
	background-image: url(../images/layout-inhoud.png);
	background-position: top left;
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: left;
	height: 200px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
