html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

.back_image {
	background: url("images/back_image.gif") no-repeat 100% 100%;
	background-position:bottom;
}

.back {
	background: url("images/back.gif");
}


.table {
	background: url("images/back_image.gif") no-repeat 100% 100%;
	vertical-align:bottom;
}

.tekst {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 170%;
	list-style-image: url('images/bullet.gif');
}

.toptekst {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #008E90;
	line-height: 170%;
}

.kop {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight:bold;
	color: #008E90;
	line-height: 170%;
}

.kop_blauw {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight:bold;
	color: #005AAB;
	line-height: 170%;
}

.subkop_blauw{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #005AAB;
	line-height: 170%;
}

.kop_subnav {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight:bold;
	color: #008E90;
	line-height: 170%;
}

a:link { 
	color: #005AAB;
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #005AAB;
	text-decoration: none;
	font-weight: bold;
} 

a:active { 
	color: #005AAB;
	text-decoration: none;
	font-weight: bold;
} 

a:hover { 
	color: #005AAB;
	text-decoration: underline;
	font-weight: bold;
}

.toptekst a:link { 
	color: #008E90;
	text-decoration: none;
	font-weight: normal;
} 

.toptekst a:visited {
	color: #008E90;
	text-decoration: none;
	font-weight: normal;
} 

.toptekst a:active { 
	color: #008E90; 
	text-decoration: none;
	font-weight: normal;
} 

.toptekst a:hover { 
	color:#008E90;
	text-decoration: underline;
	font-weight: normal;
}

