/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #0080C0;}
a:active {color: #0000FF;}

html,body {
	margin: 0;
	padding: 0;
	height: 95%; /* needed for container min-height */
	background: #F3F5F6;
	
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #0F265C;
	min-width: 27.5cm;
}

h1 { 
	margin: 0 0 0.5cm 0;
	color: #628DC4;
	font-size: 30pt;
	font-weight: bold;
}

h2 { 
	margin: 0 0 0.5cm 0;
	color: #FFFFFF;
	font-size: 30pt;
	font-weight: bold;
}

h3 { 
	margin: 0 0 0.5cm 0;
	color: #17488A;
	font-size: 30pt;
	font-weight: bold;
}

h4 { 
	margin: 0 0 0.5cm 0;
	color: #17488A;
	font-family:Trebuchet MS;
	font-size: 30pt;
	font-weight: bold;
}

h5 { 
	margin: 0 0 0.5cm 0;
	color: #245792;
	font-family:Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
}

div.blok {
	margin: 1cm;
	background: #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
}

div.logo {
	padding: 1cm;
	height: 3m;
}

div.balk {
	padding: 0.25cm 1cm 0.25cm 1cm;
	background: #EB6209;
}

span.wit {
	color: #FFFFFF;
	text-transform: none;
	font-weight: bold;
}

div.tekst {
	padding: 1cm;
	color: #0F265C;
}

span.oranje {
	color: #EB6209;
	font-weight: bold;
}

a.linklicht {color: #F5B084; text-decoration: none;}
a.linklicht:link {color: #F5B084;}
a.linklicht:visited {color: #F5B084;}
a.linklicht:hover {color: #0F265C;}
a.linklicht:active {color: #F5B084;}

a.mrBannerText {color: #F5B084; text-decoration: none;}
a.mrBannerText:link {color: #EB6209;}
a.mrBannerText:visited {color: #EB6209;}
a.mrBannerText:hover {color: #CAC700;}
a.mrBannerText:active {color: #EB6209;}

a.info { position:relative; z-index:24; text-decoration:none; font-weight: bold; }
a.info:hover { text-decoration:none; z-index:25; background-color:#ffffff; }
a.info span { display: none; text-decoration:none; }
a.info:hover span { text-decoration:none; display:block; position:absolute; top: 2.5em; left: -10em; width:20em; border:1px solid; background-color: #FFFFCC; color:#000000; padding-left: 0.25em; padding-right: 0.25em; text-align: left; font-size: 1em; font-weight: normal; z-index:30; }

p { 
	line-height:1.5; 
	margin:0 0 1em;
}