/* Last changed: 22-7-2010 by Peter Leemker */
html {
	height: 100%;
}

body {
	background: #FFFFFF url(/img/background.gif) repeat-y;
	color: #000000;
	margin: 0;
	padding: 0 10px 0 10px;
	height: 100%;
}

body, body div, body p, body th, body td, body li, body dd {
    font-size: small;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, select, button, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#container {
  	border: 1px solid transparent;
	min-height: 99%;
}
	  
#contentblock {
	position: relative;
	display: block;
	margin: 100px 0 0 17em;
	z-index: 10;
}

.content {
	display: block;
	padding-bottom: 2em;
	width: 100%;
	clear: both;
}

.content2 {
	position: static;
	width: auto; 
}

a:link {
	color: #000099;
	background-color: transparent;
}

a:visited {
	color: #700070;
	background-color: transparent;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0.6em 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.2em 0 0.1em 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	margin: 0;
}

p, .p {
	margin: 0 0 1em 0;
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

td, th {
	padding: 0 0.8em 0.1em 0;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 2.5em;
}

ul ul {
	margin: 0;
}

li, ol {
	margin: 0 0 0.1em 0;
}

ol {
	list-style: decimal;
}

sub {
	vertical-align: -18%;
	line-height: 1em;
}

img {
	border: 0;
}

blockquote {
	padding: 0;
	margin: 0;
	font-style: italic;
}

.imgright {
	float: right;
	margin: 2px 0 10px 10px;
	padding: 0;
	font-style: italic;
}

.imgleft {
	float: left;
	margin: 2px 10px 10px 0;
	padding: 0;
	font-style: italic;
}

.ac {
	text-align: center;
}

.ac h1 {
	display: inline;
}

.ac img, .ac h1 {
 	vertical-align: middle;
} 


.ar, .arb {
	text-align: right;
	padding: 0 0.5em 0 0;
}

.arb {
	font-weight: bold;
}

.clear {
	clear: both;
}

.inline {
	display: inline;
}

.nobr {
	white-space: nowrap;
}

.underline {
	text-decoration: underline 
}

.bluetxt { 
	color: #000099;
}

.warningtxt { 
	color: red
}

.photoblock {
	text-align: center;
	margin-top: 0.5em;
}

.photoline, .photoline1 {
	display: -moz-inline-box; 
	display: inline-block; 
	vertical-align: bottom;  
	margin: 0 7px 10px 7px;
}

.photoline1 {
	margin: 0 0 10px 0;
}

.photoline span {
	display: block;
}

.photoline span span, .photoline1 span {
	display: block;
	text-align: left;
	font-style: italic;
}

.photoline span span span {
	display: inline; 
}

.photoline .highslide-caption {
	display: none;
}


.printdisclaimer {
	display: none;
}

/* Pagina kop */
#header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #FFFFFF url(/img/background.gif) repeat-y;
	overflow: hidden;
	z-index: 50;
	padding: 0;

}

#htxt {
	padding-left: 17em;
	text-align: center;
	margin-left: 10px;
}

#htxt div {
	display: -moz-inline-box;
	display: inline-block;
}


#htxt span {
	display:table-cell;
	height: 100px;
	vertical-align:middle;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #313184
}

#htxt small {
	font-size: 16px;
	font-weight: bold;
}

#himg {
	position:absolute;
	width: 14.7em;
	left: 25px;
	height: 100px;
}

#himg img {
	padding: 7px 0 0 8px;
}

#footer {
	color: #313184;
	border-top: 1px solid #313184; 
	clear: both;
	position: relative;
	margin-top: -1.2em;
	margin-left: 17em;
	padding-bottom: 0.2em;
	overflow: hidden;
}

#footer div {
	float: right;
}

/* nav menu */
#nav {
	position: fixed;
	display: block;
	top: 105px;
	left: 25px; 
	width: 14.7em;
	background-color: #FFFFFF;
	color: #000000;
	z-index: 5;
	border-top: 2px solid #313184;
}

#nav ul, #nav div {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul {
	border-bottom: 2px solid #313184; 
	border-top: 2px solid #313184;
}

#nav ul ul {
	border: none;
}

#nav li  {
	display: inline;
	margin: 0;
}

#nav li ul {
	margin-left: 0.5em;
}

#nav li a, #nav .current {
	display: block;
	padding: 0.15em 0 0.15em 0.5em;
	margin: 1px 0;
	text-decoration: none;
}

#nav .current {
	font-style: italic;
	font-weight: bold;
}
 
#nav li li a, #nav li li .current {
	display: block;
	margin: 0 0 0 1em;
	padding: 0.15em 0.5em;
}

#nav div img {
	padding: 2px 1px 0 0;
}

#nav li a:link, #nav li a:visited {
	color: #000099;
}

#nav li a:hover {
	background-color: #313184;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.navt {
	background: url(/img/mrt.gif) no-repeat top left;
}

.navb {
	background: url(/img/mrb.gif) no-repeat bottom left;
}

.navc {
	background: url(/img/mrc.gif) repeat-y left;
}

.nav1 {
	background: url(/img/mr1.gif) no-repeat left;
}

@media print {
	body {
		background-image: none;
		padding: 0;
	}
	
	body, body div, body p, body th, body td, body li, body dd {
		font-size:  11px;      
	}
	
	#contentblock {
		margin: 100px 0em 1em 0;
		overflow: visible;
	}
	
	.content {
		margin: 0;
		float: none !important;
	}
	.content2 {
		margin: 0;
	}
	
	#header {
		position: absolute;
		background: white;
		background-image: none;
	}
	
	#himg {
		width: auto;
		left: 1px;
		height: 100px;
	}
	
	#htxt {
		padding-left: 100px;
	}
	
	#htxt span {
		font-size: 18px;
	}
	
	#htxt small {
		font-size: 14px;
	}
	
	#himg {
		width: 100px;
		padding-left: 0;
	}
	#himg img {
		padding: 7px 0 0 0;
	}
	
	#footer {
		margin-left: 0;
	}
	
	#nav, .screenonly{
		display: none;
	}

	.printdisclaimer {
		font-size: 9px;
		display: block;
		margin-top: 2cm;
	}
}
