html, body {
	height: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

html {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	color: #666;
}

a.terug {
	color: #fff;
	background-color: #888;
	text-decoration: none;
	padding: 2px 7px;
	font-size: 11px;
}

#c1 {
	height: 570px;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -280px;
}

#c2 {
	width: 910px;
	height: 570px;
	margin: 0 auto;
	background-color: #fff;
}

td.logo {
	padding: 15px 0 5px 0;
}

#logo {
	height: 30px;
	width: 910px;
	background: url(img/maes-vandelannoote.gif) no-repeat;
}

#logo span {
	display: none;
}

td.full {
	vertical-align: top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: justify;
}

td.left {
	width: 585px;
	vertical-align: top;
	border-right: 1px solid #fff;
}

td.right {
	width: 303px;
	border-right: 1px solid #fff;
	padding: 20px 0px 0px 23px;
	vertical-align: top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: justify;
}


.nieuw {
	color: #888;
}