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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

p {
	margin: 0;
	padding: 0em 0em 20px 0em;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: disc;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

xt\:comment, xt\:note {
	display: none;
}

ch\:nbsp {
	padding: 8px;
}

@font-face {
	font-family: "infinity";
    src: url(font/Infinity_Medium.eot);  /* IE */
    src: local("Infinity Medium"), url(font/Infinity_Medium.otf) format("opentype"); /* or of course TrueType  */
}
html{
    width:100%;
    height:100%;
}

html > body{
    min-height:100%;
    height:auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
    width: 960px;
   	text-align: left;
    border: 0px solid blue;
}

p {
	font-family: Georgia, Arial;
	font-size: 13px;
	line-height: 20px;
}

body {
	margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    text-align: center;/*this is in place to center in older browsers*/
}

a {
	color: #0053A3;
	text-decoration: none;
}
a:hover {
	color: #0053A3;
	text-decoration: underline;
}

#Header {
    position: relative;
}
#leadimage {
	height: 400px;
}
#rightbar {
    right: 0px;
    top: 0px;
}
#NHMLogo {
	position: absolute;
	margin-left: 5px;
	top: 0px;
}
#TopMenu {
    background-color: #F2F2F2;
    padding-left: 15px;
    padding-right: 8px;
    width: 937px;
    height: 20px;
    font-family: Arial;
    font-size: 11px;
    color: #0053A3;
}
a.alignright {
	float: right;
}
#TopMenu a {
    padding: 0 5px 0 2px;
}
#TopMenu ul {
	list-style-type:none;
	margin: 0;
	padding-left: 15px;
}
#TopMenu li {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}
#TopMenuItem {
	padding-top: 0px;
    font-family: infinity; /* no .otf */
}
#MenuBar {
    width: 950px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    height: 36px;
    background-image: url(pix/navbar.png);
    background-repeat: repeat-x;
}
#MenuBar a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}
#MenuBar a:hover {
    color: #B9CBE5;
    text-decoration: none;
}
#MenuBanner {
	width: 960px;
	border-bottom: 4px solid #ed1c24;
	margin-bottom: 30px;
}
#MenuBanner img {
	border: 0;
}
img.NHMfulllogo {
	margin-right: 25px;
}
/* zoekbox */
.Zoekbox {
	float: right;
	width:230px;
    height: 22px;
    position: relative;
    top: -1px;
}
.Zoekbox #ZoekTekst {
    float: left;
    display: block;
    font-family: Arial;
    font-weight: bold;
    padding-top: 2px;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
}
.Zoekbox #InputSubmit {
    float: right;
	width:105px;
    margin: 0px;
    padding: 0px;
}
.Zoekbox #Input {
    background:url(pix/zoek_wit.png);
    height: 13px;
	width:77px;
    position:relative;
    top: 0px;
	border-left: 1px solid #a2a2a2;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	border-right: 0px;
    font-family: Arial;
	font-size: 11px;
	color: black;
    padding: 0px;
}
.Zoekbox #Submit {
	border: 1px solid #a2a2a2;
    position:relative;
    top:4px;
    right: 3px;
}

/* body deel */
#MainContent {
    width: 960px;
	padding: 0px 0px 0px 0px;
}
#ColumnLeft {
	float: left;
	width: 533px;
    overflow: hidden;
    margin: 0px;
    padding-left:7px;
}
#Gutter75 {
    float: left;
	height: 20px;
	width: 100px;
}
#ColumnRight {
    float: left;
    overflow: hidden;
    width: 255px;
    margin: 0px;
    padding: 0px;
}
#ColumnWide {
    margin: 0px;
    padding:0px;
    width: 960px;
    overflow: hidden;
    float: left;
}

/* footer */
#Footer {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding-top: 20px;
	color: #4D4D4D;
    line-height: 20px;
    clear:both;
}
#Footer a {
	color: #0053A3;
	text-decoration: none;
}
#Footer a:hover {
	color: #0053A3;
	text-decoration: underline;
}
/* end footer */

.caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}

.news-byline {
	font-size: 10px;
	color: #808080;
}

/* opmaak titels */
h1.PageTitle {
	border-bottom: 0px solid #f3f3f3;
    font-family: infinity, Times New Roman, Arial; /* no .otf */
	color: #1A1A1A;
	font-size: 48px;
	margin: 0px;
    line-height: 50px;
	padding-bottom: 20px;
}
h1 {
	border-bottom: 0px solid #f3f3f3;
    font-family: infinity, Arial, Times New Roman; /* no .otf */
	color: #1A1A1A;
	font-size: 48px;
    line-height: 50px;
	margin: 0px;
	padding-bottom: 20px;
    border: 0px solid red;
}
h2 {
	font-size: 20px;
    font-family: Georgia, Arial, Times New Roman;
    font-weight: normal;
    line-height: 25px;
    color: #000000;
    margin: 0;
    padding-bottom: 20px;
}
h3 {
	font-size: 20px;
    font-family: Georgia, Arial, Times New Roman;
    font-weight: normal;
    line-height: 25px;
    color: #000000;
    margin: 0;
}
h4, h5, h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
	color: #1A1A1A;
    margin: 0;
}
/* einde titels */

/* Sidebar opmaak */
div.scm-sidebar {
	margin: 0px 0px 0px 0px;
}
h2.scm-sidebar-title {
	border-bottom: 0px solid #f3f3f3;
	font-family: infinity, Arial, Times New Roman;
	color: #000000;
	font-weight: normal;
	font-size: 22px;
    line-height: 25px;
	margin: 5px 0px 0px 0px;
	padding-bottom: 20px;
}
div.scm-sidebar-body {
	padding: 0px 0px 35px 0px;
}
/* end sidebar opmaak */

/* Page body - opmaak van de regels in de page body */
form table {
    text-align: left !important;
}

div {
	line-height: 20px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #4D4D4D;
    text-decoration: none;
}

div.line {
	line-height: 20px;
	font-size: 12px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

div.row {
	color: #4D4D4D;
	background-color: white;
	padding: 0px 0px 10px 0px;
	margin: 0em 0 0 0;
	line-height: 20px;
	font-size: 13px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

div.rowdefault {
	color: #4D4D4D;
	padding: 0px 0px 10px 5px;
	margin: 0px;
	line-height: 20px;
	font-size: 13px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

div.row img {
	margin: 0px;
    padding: 0px;
}
/* einde page body */

/* Kruimelpad - breadcrumb */
#Kruimelpad {
	position: relative;
	left: 8px;
	top: -20px;
}
.breadcrumb {
	padding-right: 10px;
    font-family: Arial;
	font-size: 11px;
	color: #4D4D4D;
}
p.breadcrumb a {
	color: #0053A3;
	text-decoration: none;
}
p.breadcrumb a:hover {
	color: #0053A3;
	text-decoration: underline;
}
/* einde kruimelpad */



/* Zoekfunctie List */
.ZoekList {
	width:240px;
    height: 42px;
}
.ZoekList #ZoekListTekst {
    float: left;
    display: block;
    padding-top: 2px;
}
.ZoekList #ZoekListInputSubmit {
    float: right;
	width:105px;
    margin: 0px;
    padding: 0px;
}
.ZoekList #ZoekListInput {
    background:url(pix/zoek_wit.png);
    height: 13px;
	width:77px;
    position:relative;
    top:0px;
	border-left: 1px solid #a2a2a2;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	border-right: 0px;
    font-family: Arial;
	font-size: 11px;
	color: black;
    padding: 0px;
}
.ZoekList #ZoekListSubmit {
	border: 1px solid #a2a2a2;
    position:relative;
    top:4px;
    right: 3px;
}
/* end ZoekList */

#LinkVooruit {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#LinkVooruit a {
	color: #0053A3;
	text-decoration: none;
}
#LinkVooruit a:hover {
	color: #0053A3;
	text-decoration: none;
}
#VideoHome {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 158px;
}

/* listings */
ul {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    list-style:disc;
}
ul li {
    padding: 0em;
    margin: 0em 0em 0em 2em;
    list-style:disc;
}
#sidebarmenu ul {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
	display: inline;
	list-style-type:none;
}
#sidebarmenu li {
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0px 0em;
	list-style-type:none;
}
#news-sidebar li {
    margin: 0em 0em 0px 0em;
	list-style-type:none;
}
/* end listings */

/* navigatie menu */
li.block {
    margin-left:14px;
}

li.children {
	margin-left:30px;
	list-style: circle;
}

/* navigatie structuur */
.nav_block_parent {
	padding-left: 5px;
	align: left;
}
.nav_block_children {
	padding-left:16px; 
	font-style:italic;
	align: left; 
}
.nav_block_children a {
	color: #5C5C5C;
}
td.uitgelicht a {
	text-decoration: none;
    width:260px;
}
td.uitgelicht a:hover {
	background-color: #f3f3f3;
	color: #262626;
    text-decoration: none;
    display: block;
}

/* extra text */
.intro-text {
    font-family: Georgia, Arial, Times New Roman;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #4D4D4D;
    border: 0px solid red;
}

/* opmaak formulieren */
form {
    text-align: left;
    line-height: 1.75em;
    border: 0px solid white;
    width: auto;
}
input {
    border: 1px solid #CCCCCC;
}
input[type="radio"] {
    border: none;
    margin-left: 10px;
}
input[type="checkbox"] {
    border: none;
    margin-left: 10px;
}
.label {
    padding-right: 40px;
}
.field {
    margin: 0px;
    padding: 0px;
}
fieldset {
    border: 1px solid #CCCCCC;
    padding-left: 5px;
}
select {
    border: 1px solid #CCCCCC;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}
.submit {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
input[type="submit"] {
    padding: 5px;
    background-color: #F2F2F2;
}
legend {
    color: #1A1A1A;
    padding-left: 5px;
    padding-right: 5px;
}
/* einde opmaak formulieren */
