@charset "utf-8";
html, body {
	height: 100%; /* heel belangrijk */
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #000;
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.all {
	min-height: 100%;
	margin-bottom: -50px;
	width: 900px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.clearfooter {
    height: 50px;
}
.header {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.header_top {
	background-color: #FFF;
	text-align: left;
	line-height: 120px;
}
.header_menu {
	background-color: #A0A5A9;
	text-align: center;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079BC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0079BC;
	height: 20px;
	width: 900px;
	font-size: 1em;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
}
.header_menu a {
	text-decoration: none;
	color: #FFF;
}
.header_menu a:hover {
	text-decoration: none;
	color: #0079BC;
}
.header_menu_button {
	background-color: #A0A5A9;
	height: 20px;
	width: 179px;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	position: relative;
	display: block;
	float: left;
}
.header_menu_last-button {
	text-align: center;
	height: 20px;
	width: 179px;
	line-height: 20px;
	position: relative;
	display: block;
	float: left;
	background-color: #A0A5A9;
}
.menubar {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 150px;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0079BC;
}
.menubar a {
	float: left;
	color: #0079BC;
	text-decoration: none;
}
.menubar a:hover{
	float: left;
	color: #A0A5A9;
	text-decoration: none;
}
.menubar_button {
	height: 20px;
	width: 120px;
	line-height: 20px;
	position: relative;
	display: block;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.content {
	text-align: left;
	font-size: 0.9em;
	padding: 0px;
}
.content h2{
	text-align: left;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}
.content h3 {
	text-align: left;
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
}
.content h5  {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.content h6 {
	text-align: left;
	font-size: .8em;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}




.footer {
	height: 50px;
	background-color: #0079BC;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	color: #FFF;
}
.footer a {
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	text-decoration: none;
	color: #A0A5A9;
}
.footer_menu {
	background-color: #0079BC;
	width: 890px;
	margin: 0px;
	text-align: right;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0079BC;
}
.footer_copyright {
	background-color: #0079BC;
	text-align: left;
	height: auto;
	width: 890px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
