@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
html, body { 
	height: 100%; 
} 
a {
	color: #666666;
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 14px;
	color: #000;
}
#header {
	background-color: #000000;
	height: 50px;
}
#Navigatie {
	top: 0px;
	padding-top: 25px;
}
.logo {
	float: left;
	margin-right: 50px;
	margin-left: 20px;
}
.beginkapitaal {
	font-size: 40px;
	color: #FF9900;
	margin-left: 90px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: -20px;
	margin-top: -20px;
	height: 28px;
}
.clear-float {
	clear: both;
}

