html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}








@font-face {
    font-family: 'akzmedmedium';
    src: url('akzmed-webfont.woff2') format('woff2'),
         url('akzmed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzmedmedium_italic';
    src: url('akzmedit-webfont.woff2') format('woff2'),
         url('akzmedit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

	body { 
	   font-family: 'akzmedmedium', Helvetica, Arial, sans-serif;
	   color:#000000;
	   background-color:#ffffff; 
	   margin:6px;
	   padding:0px;
	   margin-left:20px;
	   margin-right: 20px;
	   margin-bottom: 20px;
	   margin-top: 20px;
	   text-rendering: optimizeLegibility; 
               -webkit-font-smoothing: subpixel-antialiased;
               font-size: 13px;
               line-height: 17px;
               letter-spacing: 0.01em;
	}

	.italic {
		font-family: 'akzmedmedium_italic';
	}

	.space {
		margin-right: 20px;
	}
	
	#container {
		width: 100%;
		/*text-align: center;*/
	}

	.henk {
		text-align: left;
		display: inline-block;
		margin-right: 75px;
		vertical-align: top;
		height: 85px;
	}

	.henk2 {
		text-align: left;
		display: inline-block;
		vertical-align: top;
		height: 85px;
		margin-right: 10px;
	}

	.text {
		max-width: 800px;
		/*margin:0 auto;*/
	}

	#menuright {
		float: right;
		position: relative;
		top:-5px;
	}

	.menucolumn {
		display: inline-block;
		margin-left: 15px;
		margin-right: 10px;
		vertical-align: top;
	}


	p {
		font-size: 13px;
		line-height: 18px;
		letter-spacing: 0.02em;
	}

	.large {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 19px;
		letter-spacing: 0.008em;
	}

	.current {
		border-bottom: 1px solid black;
	}

	.header {
		font-size: 40px;
		margin-bottom: 10px;
		letter-spacing: 0em;
		word-spacing: -0.05em;
	}

table {
	font-size: 11px;
	line-height: 13px;
	border-collapse: collapse;
}

	td {
		padding: 8px;
	}

	th {
		text-align: left;
		padding: 8px;
		/*border-bottom: 1px solid black;*/
		border-right: 1px solid black;
	}

	thead {
		border-bottom: 1px solid black;
	}

	table.nopadding td {
		padding: 0px;
	}

	.shown {
		color: blue;
	}
	
a:link { text-decoration: none; color: black; } 
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: black; border-bottom: 1px solid black;} 


a.imagelink:hover {border-bottom: none;}
	
	
	img {
		border: none;
		max-width: 100%;
		border-bottom: none;
		margin-bottom: 5px;
	}

	.image {
margin-bottom: 100px;
text-align: center;
	}