@charset "utf-8";
*{
	font-family: Calibri, verdana, sans-serif;
	font-size: 16pt;
	color: #666;
	background-color: #FFF;
	list-style-position: outside;
	border: 0;
}
body {
	margin-left: 10px;
	margin-right: 10px;
}
body table tr td p a {
	color: #00C;
}
.hoofdpagina {
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	overflow: visible;
} 
.hostfooter {
	vertical-align: middle;
	text-align: center;
}
}
.hostfooter {
	vertical-align: middle;
	text-align: center;
}
a:link {
	color: #0099FF;
}

/* visited link */
a:visited {
	color: #00CCFF;
}

/* mouse over link */
a:hover {
	color: #06F;
}

/* selected link */
a:active {
	color: #00F;
}
body {
	font-size: 16pt;
}
.FrameMain {
	overflow: scroll;
	height: 600px;
	width: 100%;
}
.PartnerOverlay {
	position:absolute;
	top:0px;
	background: rgba(255, 255, 255, 0.6); /* laatste waarde is opacity <= 1.0 */
	width:100%;
	height:100px;
}
.updatefloat {
	position: relative;
	top: -70px;
	left: 0px;
	height: 30px;
	width: 250px;
	border-style: none;
}
.footnote {
	font-size: 13pt;
	font-style: italic;
}
.page_title {
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
}
.page_subtitle {
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
}
.menubar_grey {
	background-color: #FAFAFA;
}
.bright {
	font-size: small;
	color: #00F;
	text-decoration: underline;
	font-style: oblique;
}
.button {
	background-color: #99FF00;
	border: none;
	color: black;
	padding: 9px 9px;
	text-align: center;
	display: inline-block;
	border-radius:10px;
}
.button:link,.button:visited {
	color: black;
}
.button:hover {
	background-color: #999900;
}
.button:active {
	background-color: #993300;
}