html {
	font-family: tahoma;
	color: #030000;
}

body {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F5F5F5;
}

table,td,div {
	font-size: 100%;
}

td {
	vertical-align: top;
}
p{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 100%;
	color: #666666;
	line-height: 18px;
	padding-top: 3px;
	}
h2 {
	font-size: 120%;
	color: #174393;
	line-height: 18px;
	padding-top: 3px;
}
h4 {
	color: #2A3138;
	font-size: 100%;
}

a {
	color: #E6140F;
}
a:hover {
	text-decoration: none;
}
a.leesVerder {
	display: block;
	height: 11px;
	background: url(/images/linkArrow.gif) no-repeat top right;
	margin-top: 4px;
}

a.arrowLink {
	display: block;
	height: 11px;
	background: url(/images/linkArrow.gif) no-repeat top right;
	margin-top: 1px;
}

b {
	color: #0A398E;
}

strong {
	color: #0A398E;
}

img {
	border: 0px;
}

/* TABLE, TR, TD */

table.content {
	width: 1003px;
	height: 100%;
	background: #FFFFFF;
}

#menu td {
	height: 38px;
}

td.contentTD {
	background: url(/images/contentDivider.gif) no-repeat top right;
	padding-bottom: 10px;
}

td.menuBottom {
	font-size: 10%;
	height: 12px;
	background: url(/images/menu/menuBg.gif) no-repeat #FFFFFF bottom left;
}

/* DIV, SPAN, IMG */

div.topNav {
	text-align: right;
	padding-right: 19px;
}

div.zoekForm {
	float: right;
	padding: 11px 10px 0px 0px;
}

div.portlet {
	margin: 9px;
	background: url(/images/portletBg.gif) repeat-y;
	width:231px;
	font-family: arial;
}
div.letterBlok {
	width:439px;
	margin:0px;
	background: url(/images/lettersBlokMiddle.gif) repeat-y;
}
div.letterHeaderBlok {
	width:439px;
	margin-left: 17px;
	margin-top: 0px;
	padding:0px;
}
div.letterBlokText {
	margin: 9px;
}
div.letterBlokText a {
	display: block;
	height: 11px;
	background: url(/images/linkArrow.gif) no-repeat top right;
	margin-top: 1px;
}
div.portletLetters {
	width:442px;
	margin-left: 16px;
	margin-bottom:4px;
	background: url(/images/lettersPortletMiddle.gif) repeat-y;
	font-family: arial;
}
div.portletLarge {
	background: url(/images/portletLargeBg.gif) repeat-y;
	font-family: arial;
}

div.portletText {
	margin: 12px 8px 8px 8px;
}
div.portletLettersText {
	margin-left:12px;
	margin-top:5px;
	margin-bottom:5px;
}
div.portletLettersText a {
	font-size: 100%;
	color: #0B3D97;
	font-family:tahoma;
	font-weight:bold;
	text-decoration:none;
	margin-right:6px;
}
div.portletLettersText a:hover {
	text-decoration:underline;
}
a.emptyLink{
	font-size: 100%;
	color: #FFFFFF;
	font-family:tahoma;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	padding:0px;
	display: block;
}

div.plainText {
	padding: 12px 17px 0px 17px;
}

div.contentText {
	padding: 30px 45px 0px 17px;
}

div.address {
	font-size: 100%;
	padding: 0px 12px 0px 12px;
}

img.topNavImg {
	margin: 12px 5px 1px 5px;
}
img.topNavFlag {
	margin: 3px 5px 1px 5px;
}
img.topNavFlagFR {
	margin: 3px 5px -2px 5px;
}

img.logo {
	margin: 1px 0px 0px 18px;
}

img.header {
	margin: 25px 0px 0px 0px;
}

img.title {
	margin-bottom: 4px;
}

/* UL, LI */

ul.menuItem {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
ul.menuItem li.subMenuContainer {
	position: relative;
}

ul.menuItem a.menuLink {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 250px;
	height: 39px;
	background: url(/images/menu/menuItemBg_n.png) no-repeat;
	z-index: 200;
}
ul.menuItem a.menuLink:hover,
ul.menuItem a.active {
	background: url(/images/menu/menuItemBg_s.png) no-repeat;
}
/*
html* ul.menuItem a.menuLink {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu/menuItemBg_n.png', sizingMethod='none');
}
html* ul.menuItem a.menuLink:hover ,
html* ul.menuItem a.active {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu/menuItemBg_s.png', sizingMethod='none');
}
*/
html* #menu a.menuLink {
	cursor: pointer;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/menu/menuItemBg_n.png', sizingMethod='none');
}
html* #menu a.menuLink:hover,
html* #menu a.active {
	background: url(/images/menu/menuItemBg_s.png) no-repeat;
	filter:none;
}


ul.menuItem a.menuLink img {
	margin: 11px 0px 0px 16px;
}

ul.subMenu {
	display: none;
	width: 244px;
	z-index: 100;
	position: absolute;
	top: 36;
	list-style:none;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 3px;
	font-size: 90%;
	background: #87ACED;
}
ul.subMenu li {	
	border-bottom: 1px solid #FFFFFF;
}
ul.subMenu li a {
	display: block;
	padding: 2px 0px 4px 12px;
	background: #87ACED;
	font-weight: bold;
	color: #2A3138;
	text-decoration: none;
}
html* ul.subMenu li a {
	width: 244px;
}
ul.subMenu li a:hover {
	background: url(/images/arrowTransparent.gif) no-repeat #DEE8FA top right;
}

/* FORM ELEMENTS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	height: 17px;
	font-size: 90%;
	color: #4E4E4E;
}

input.searchField {
	width: 180px;
	margin-right: 3px;
}
input.searchFieldFR {
	width: 155px;
	margin-right: 3px;
}

input.emailField {
	width: 143px;
	margin-right: 3px;
}

input.formBtn {
	border: 0px;
	background: none;
	padding: 0px;
	margin: 0px;
}
html* input.formBtn {
	margin-top: 1px;
}

input.checkBox {
	margin:0px;
	width:13px;
	height:13px;
	overflow:hidden;
	background: none;
	border: 0px;
}
div.nieuwsTeaser{
	padding:0px;
	margin:0px;
}
div.nieuwsTeaser a {
	display: block;
	height: 11px;
	background: url(/images/linkArrow.gif) no-repeat top right;
	margin-top: 1px;
}

/* General datatables (standardtable) */
table.datatable {
	border-top: 1px solid #A9BFD2;
	border-left: 1px solid #A9BFD2;
	width: 92%;
	font-size: 100%;
	font-weight:none;
}
table.datatable th {
	padding: 5px;
	color:#000000;
	border-bottom: 1px solid #A9BFD2;
	border-right: 1px solid #A9BFD2;
	vertical-align: top;
	text-align: left;
	font-weight:none;
}
table.datatable td {
	padding: 5px;
	border-bottom: 1px solid #A9BFD2;
	border-right: 1px solid #A9BFD2;
	font-weight:none;
}
/* borderless datatable */
.datatable_borderless {
	font-size: 100%;
	width: 90%;
	font-weight:none;
}
.datatable_borderless td {
	padding: 5px;
	font-weight:none;
}
.postcode{
	width:220px;
	}