#logo, a#logo {
	border: 0;
	height: 60px;
	width: 160px;
}
.OuterTable {
	border: none;
	border-bottom: 2px solid #4c4c4c;
	width: 100%;
}
.OuterTable td {
	margin: 0;
	padding: 0;
}
a.Button {
	color: #e6e6e6;
	text-decoration: none;
	vertical-align: middle;
	font-size: 10px;
	border-top: 1px solid #01a0c6;
	border-right: 1px solid #01a0c6;
	border-bottom: 1px solid #01a0c6;
	padding: 3px 10px 3px 5px;
	margin: 0;
	white-space: nowrap;
}
a.ActiveButton {
	color: #fff;
	text-decoration: none;
	background-color: #01a0c6;
	vertical-align: middle;
	font-size: 10px;
	border-top: 1px solid #01a0c6;
	border-right: 1px solid #01a0c6;
	border-bottom: 1px solid #01a0c6;
	padding: 3px 10px 3px 5px;
	margin: 0;
	white-space: nowrap;
}

a:hover.Button, a:hover.ActiveButton {
	color: #fff;
	background-color: #01a0c6;
	text-decoration: none;
}

/* Pagina-specifieke tekst boven hoofd MainNav */
h1 {
	color: #e6e6e6;
	font-size: 14px;
	font-weight: normal;
	margin-left: 8px;
	margin-bottom: 12px;
}
.PrevNext { border-left: 1px solid  #4c4c4c; }

a.PrevNextButton {
	color:  #4c4c4c;
	text-align: center;
	vertical-align: middle;
	background-color: #e6e6e6;
	font-size: 10px;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	margin: 0;
	border-top: 1px solid  #4c4c4c;
	border-right: 1px solid  #4c4c4c;
	white-space: nowrap;
}
a:hover.PrevNextButton {
	color: #e6e6e6;
	background-color:  #4c4c4c;
	text-decoration: none;
}
