* {
	padding: 0;
	margin: 0
}
html, body {
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
/*	background-color: #ffcc3b;*/
  background: #ffffff;
}
* html body {
	overflow: hidden;
}
#page {
	position: relative;
	margin: 0px auto;
	width: 980px;
	top: 0px;
	bottom: 0px;
	height: auto;
	background: #ffffff url(images/if-achtergrond2.jpg) left 200px no-repeat;
}
#header {
	height: 220px;
}
#header img {
  position: absolute;
}
#menu {
  position: relative;
  top: 0px;
  left: 0px;
	width: 980px;
	height: 25px;
	background: #005caa;
	text-align: center;
	color: #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
#content {
	position: relative;
	padding: 20px 0;
	height: auto;
	width: 656px;
	margin: 0 auto;
}
.col {
  float: left;
  width: 280px;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 10px;
}
.left {
  margin-right: 65px;
}
a:active,
a:link,
a:visited {
	color: #002c59;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#content img {
  float: left;
	border: 1px solid #000000;
}
#fnaim-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 74px;
}
#fnaim-logo img {
  border: none;
}
h1 {
	font-size: 1em; 
	font-weight: bold;
	padding-top: 2px;
}
h2 {
	color: #002c59;
	font-size: 14px; 
	font-weight: bold;
	padding-bottom: 10px;
}
dl { 
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
	clear: both;
  margin-top: 24px;
}
dt {
  float: left;
}
dd {
  margin-bottom: 23px;
  margin-left: 70px;
}
.section {
	font-size: 0.7em;
	font-weight: bold;
  clear: both;
  margin-bottom: 0px;
}
.left .section {
  margin: 0px;
}
.intro {
  margin-left: 70px;
}
.intro h2 {
  padding-top: 21px;
}
#adres {
  font-size: 0.8em;
  font-weight: bold;
	text-align: center;
	clear: both;
}
