@charset "utf-8";
.style3 {
	color: #0166b3;
	font-size: 22px;
}

.style2 {
	font-size: 14px;
	color: #0166b3;
}

h1 {
	color: #0166b3;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	color: #0166b3;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.bodytekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0166b3;
}
input {
	border: 1px solid #8B8F99;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	vertical-align: middle;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0166b3;
	height: 18px;
	background: #D6DAE5;
	padding-bottom: 3px;
}
.button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	background: #0166b3;
	padding-bottom: 3px;
}
#navigation {
	float: left;
	width: 145px;
	margin: 0;
	padding: 0;
}
/* navigation */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
}
#nav li {
	margin: 0;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
}
#nav a {
	display: block;
	width: 145px;
	height: 16px;
	color: #0166b3;
	text-decoration: none;
	border-bottom:#D1D3D2 1px solid;
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
}  
#nav a:hover{
	display: block;
	width: 145px;
	height: 16px;
	color: #000000;
	text-decoration: none;
	border-bottom:#D1D3D2 1px solid;
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
}
#nav .active{
	display: block;
	width: 145px;
	height: 16px;
	color: #000000;
	text-decoration: none;
	border-bottom:#D1D3D2 1px solid;
	padding: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
}
/* disclaimer */
#disclaimer {
	float: right;
	padding: 0 5px 0 0;
}
#disclaimer a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;  
	text-align: right;
	color: #000000;
}
#disclaimer a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;  
	text-align: right;
	color: #000000;
}

