/* GENERAL MARKUP */
body {
	margin:0;
	padding:0;
	background: #e7e8e2 url("../images/background.png") repeat-x;
	font-family: Verdana, Arial, sans-serif, serif;
	font-size:8pt;
	color:#666;
}
h1 {
	font-size:11pt;
	color:#000;
}
h2 {
	font-size:8pt;
	font-weight:bold;
	color:#666;
}
h3 {
	font-size:7pt;
	font-weight:bold;
	color:#666;
}
td,
th {
	vertical-align: top;
}
img {
	border: 0;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
}
input.maxw {
	width: 100%;
}

/* HEADER */
div#header {
	margin-top: 10px;
	width: 460px;
	height: 311px;
	background: url("../images/wdp-header.png") no-repeat;
}
/* MENU */
div#menu {
	position: absolute;
	top: 120px;
	left: 445px;
}

div#menu a {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background:url("../images/pijltje.gif") no-repeat;
	background-position:left;
	padding-left: 30px;
	height: 20px;
	width: 125px;
}
div#menu a:hover,
div#menu a.select {
	text-align: right;
	text-decoration: none;
}

/* CONTENT */
div#content {
	margin-top: -20px;
	text-align: justify;
}
td#leftPane,
td#middlePane {
	border-right: 1px solid #CCC;
}
td#leftPane {
	width: 320px;	
	padding: 0px 10px 0px 60px;
}
td#middlePane {
	width:245px;
	padding: 0px 10px 0px 10px;
}
td#rightPane,
td#restPane {
	padding: 0px 0px 0px 10px;
}

td#rightPane {
	width:270px;
}
td#restPane {
	width:500px;
}
/* NUMBERED LIST ON voordelen.html */
table#listHack {
	margin-left:-50px;
}
td#listUno,
td#listDuo,
td#listTrio {
	width:50px;
}
td.listText {
	vertical-align: middle;
	font-weight: bold;
}
/* FOOTER */
div#footer {
	margin-top: 10px;
	height:67px;
	background:#d3d3c7;
}
td#bottomMenu {
	vertical-align:middle;
	font-size:7pt;
}
.smallText {
	display:inline;
	font-size:7pt;
}

div#formerror {
	color: red;
}

.bold {
	font-weight: bold;
}
