body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-position: center top;
	background-color: #FFFFFF;
	overflow-x:hidden;
	overflow-y:hidden;
}
html {
	height: 100%;
}
.websiteBlad {
	display: block;
	height: 100%;
	width: 720px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-right: 18px;
}
.shadowBar {
	background-image: url(img/shadowBar.gif);
	background-repeat: no-repeat;
	display: block;
	padding-right: 20px;
	overflow: hidden;
	height: 20px;
	width: 700px;
	text-align: right;
	padding-top: 5px;
}
.logoBar {
	background-image: url(img/logoBar.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 68px;
	width: 720px;
}
.navBar {
	background-image: url(img/navBarBackground.gif);
	background-repeat: repeat-x;
	display: block;
	height: 35px;
	width: 710px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	overflow: hidden;
}
.button {
	font-size: 15px;
	font-weight: bold;
	float: left;
}
#button a:link {
	color: #FFFFFF;
	text-decoration: none;
	height: 27px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
#button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 27px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
#button a:hover {
	color: #FFFFFF;
	text-decoration: none;
	height: 27px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	background-image: url(img/buttonBackground.gif);
	background-repeat: repeat-x;
}
#buttonActief a:link {
	color: #FF0000;
	text-decoration: none;
	height: 27px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
#buttonActief a:visited {
	color: #FF0000;
	text-decoration: none;
	height: 27px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
#buttonActief a:hover {
	color: #FF0000;
	text-decoration: none;
	height: 27px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	background-image: url(img/buttonBackground.gif);
	background-repeat: repeat-x;
}
#taalkeuze {
	color: #999999;
	text-decoration: none;
}
#taalkeuze a:link {
	color: #999999;
	text-decoration: none;
}
#taalkeuze a:visited {
	color: #999999;
	text-decoration: none;
}
#taalkeuze a:hover {
	color: #FF0000;
	text-decoration: none;
}
