@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #ffffff;
	background-image:url(../afb/achtergrond_blok.gif); background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:1f3668;
	font-size:14px;
	line-height:1.5;
	height:100%;
}

.kop {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	background-color:#ed7800;
	color:#ffffff;
	padding: 0 10px 0 10px;
}
	
a img {
border : none;
}

a {
outline: none;
}

a:link, a:visited {
	font-family:"Courier New", Courier, monospace;
  font-size: 1em;
  color: #ed7800;
  text-decoration: underline;
}

a:hover, a:active {
	font-family:"Courier New", Courier, monospace;
  font-size: 1em;
  color: #1f3668;
  text-decoration: underline;
}

a:link.alt, a:visited.alt {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  color: #b5b5b5;
  text-decoration: none;
}

a:hover.alt, a:active.alt {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  color: #b5b5b5;
  text-decoration: underline;
}

ul {
	list-style-image:url(../afb/bullet.gif);
}

#container {
	position:relative; /*toegevoegd ivm z-index*/
	margin: 31px auto;
	width:971px;
	padding:0px;
	text-align:left;
	z-index:2;
}

#navigatie {
	position:relative;
	top:-1px; left:0px;
	height:20px; width:971px;
}

#content {
	position:relative;
	top:0px; left:0px;
	width:710px; /*height:550px; in screenlarge/small*/
	overflow:auto;
	padding: 20px;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	color:#1f3668;
	z-index:4;
	background-color:#FFFFFF;
}

#grafiek {
	position:absolute;
	top:165px; left:788px;
	width:160px; *width:160px; height:160px; *height:160px;
	/*background-color:#CCCCCC;*/
	border: 2px dashed #ed7800;
	padding: 10px;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	color:#1f3668;
	background-color:#FFFFFF;
}

#grafiek2 {
	position:absolute;
	bottom:-18px; left:788px;
	width:160px; height:160px;
	/*background-color:#CCCCCC;*/
	border: 2px dashed #ed7800;
	padding: 10px;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	color:#1f3668;
	background-color:#FFFFFF;
}

#balk {
	position:absolute;
	top:50px; left:0px;
	width:100%; height:50px;
	background-color:#b5b5b5;
}

#disclaimer {
	position:absolute;
	right:10px; bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #b5b5b5;
}
