/*---{ common )-------------------------------------------------------*/

html {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

body
{
	margin: 0;
	height: 100%;
	font-size: 12px;
	background: #ffffff url(../images/body-background.gif) repeat-x top left;
	line-height: normal;
}

body, input, select, textarea, th, td
{
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	color: #7a7a7a;
}

hr
{
	position: relative;
	border: 0 solid #d8d8d8;	
	border-bottom: 1px solid #d8d8d8;	
	line-height: 1px;
	margin: 10px 0;
	display: block;
}

h1, .Kop1
{
	margin: 0 0 10px 0;
	font-size: 24px;
	font-family: Arial;
	font-weight:bold;
	color: #3c76a6;
	line-height: 25px;
}

h2, .Kop2
{
	margin: 0 0 10px 0;
	font-size: 20px;
	vertical-align: top;
	font-weight: normal;
	color: #3c76a6;
	line-height: 25px;
}

h3, .Kop3
{
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #3c76a6;
	font-weight: normal;
}

p{
	margin: 0 0 10px 0;
}

a
{
	color: #3c76a6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:focus
{
  -moz-outline-style: none;
}

.clsSmall
{
	font-size: 85%;	
}


.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{
	clear: both;
}

/*---{ wrapper )-------------------------------------------------------*/

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 983px;
	font-size: 85%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#outerwrapper
{
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto -20px;
	text-align: left;
	width: 100%;
	font-size: 85%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/*---{ header )-------------------------------------------------------*/

#header
{
	height: 45px;
	color: #FFFFFF;
	padding: 0 ;
	margin: 0 0 20px 0;
	height: 208px;
	position: relative;
	z-index:100;
}

#headerDate
{
	position: absolute;
	top: 0;
	left: 20px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:42px;
}

#headerText
{
	position: absolute;
	left: 160px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 42px;
}

#headerText a {
	color: #ffffff;
}

#header .headercontainer{
	position:absolute;
	top: 88px;
	left:677px;
}

#header .headercontainer img{
	border:none;
}
#header .headercontainer p{
	color: #c0c0c0;
	font-size:12px;
}
/* logo */

#logo
{
	padding: 0;
	position: absolute;
	width: 521px;
	height: 105px;
	left: 22px;
	top:63px;
	background: url(../images/img_logocontainers.gif) no-repeat;
}

#logo a
{
	padding: 0;
	margin: 0;
	width: 521px;
	height: 105px;
	display: block;
}

#logo a span
{
	display: none;
	overflow: hidden;
}

#logo.onoffshore
{
	background: url(../images/img_logoonoffshore.gif) no-repeat;
}
#logo.holding
{
	background: url(../images/img_logoholding.gif) no-repeat;
}


/* address */

#header address
{
	display: none;
}


/* textSizeNav */

#textSizeNav
{
	position:absolute;
	right:20px;
	top:50px;
}


/* utilNav */

#utilNav
{
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;	
}

#utilNav li
{
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	list-style: none;
	float: left;
	height: 1%;
}

#utilNav li.hide
{
	display: none;
}

#utilNav li.noborder
{
	border: none;
}

#utilNav li a
{
	padding: 0;
	margin: 0;
	float: left;
	height: 1%;
}

/* breadCrumbs */

#breadcrumbs
{
	position: absolute;
	top: 0px;
	left: 20px;
	font-size: 100%;
	font-weight: normal;
}

#breadcrumbs a
{
	
}

	/* globalNav */

#globalNav
{
	position: absolute;
	margin: 0 0 0 0;
	left:0px;
	top: 181px;
	height: 25px;
	background: url(../images/global-nav-sep.gif) no-repeat top left;
	padding: 0px 0px 0px 2px;
	z-index:100;
}

#globalNav ul 
{
	list-style:none;
	margin:0px;
	padding:0px;
}

#globalNav ul li
{
	float: left;
	background: url(../images/global-nav-sep.gif) no-repeat top right;
	padding: 0 0 0 0px;
	line-height:25px;
	margin:0px;
}

#globalNav ul li a
{
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:none;
	color:#ffffff;
	padding: 0 20px 0 20px;
	margin: 0 2px 0 0;

}

#globalNav ul li.active a
{
	background: #3d77a6 url(../images/global-nav-active.gif) repeat-x top left;

}

#globalNav ul li ul 
{
	width: 100px;
	display: none;
	position: absolute;
	top: 25px;
	padding: 2px 2px 2px 10px;
	font-weight: normal;
	margin:-1px 0px 0px -10px;
}

#globalNav ul li:hover ul , #golbalNav ul li.iehover ul
{
	display:block;
}
#globalNav ul li ul  li{
	width:200px;
	background: #5d5d5d url(../images/global-nav-sep.gif) no-repeat top right;
}

#globalNav ul li.active ul li a{
	background:none;
}

#globalNav ul li ul li.active a{
	background: #3d77a6 url(../images/global-nav-active.gif) repeat-x top left;
}
#globalNav ul li a:hover,#globalNav ul li.active ul li a:hover {
background:#3d77a6 url(../images/global-nav-active.gif) repeat-x top left;
	
}
/*---{ cols )-------------------------------------------------------*/

#cols
{
	position: relative;
	padding: 0;
	margin: 25px 0 0 0;
	z-index:90;
}

#content
{
	position: relative;
	margin: 0 0 0 20px;
	padding: 0 0 75px 0;
	width: 900px;
	font-size: 12px;
	line-height:18px;

}

/*---{ sideBar )-------------------------------------------------------*/

#sidebar
{
	display:none;
}


/*---{ localNav )-------------------------------------------------------*/

#localNav
{
	padding: 0;
	margin: 0 0 30px 0;
}

#localNav h3
{
	background:none;
	font-weight: bold;
	padding: 8px 10px;
	margin: 0 0 1px 0;
	height: 1%;
}

#localNav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#localNav ul li
{
	padding: 8px 0px 8px 16px;
	margin: 0 0 1px 0;
	height: 1%;
	list-style: none;
	background: none;
}


#localNav ul li a
{
	padding: 0;
	margin: 0;
	height: 1%;
}

#localNav ul li.active a
{
	font-weight: bold;
}

#localNav ul li ul
{
	border-bottom: none;
	margin: 0;
	padding: 0;	
}

#localNav ul li.active ul
{
	border-bottom: none;
	margin: 5px 0 0 0;	
}

#localNav ul li ul li
{
	display: none;
	padding: 0;
	margin: 0;
}

#localNav ul li.active ul li
{
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 0 0 0 0;
	height: 1%;
	list-style: none;
	background-image: none;
}

#localNav ul li.active ul li a
{
	padding: 0;
	margin: 0;
}

#localNav ul li.active ul li.active a
{
	font-weight: bold;
	text-decoration: underline;
}



/*---{ footer )-------------------------------------------------------*/
.push{
		height: 20px;
}
#footer
{
	position: absolute;
	bottom: 0px;
	left:0px;
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color:#ffffff;
	background: #666666;
	height: 20px;
}

#footer a
{
	color:#ffffff;
	text-decoration:none;
}

#footerNav
{
	position:relative;
	left : 20px;
	top : 10px;
}

#footerNav ul
{

	list-style: none;
	height: 1%;
	padding: 0;
	margin: 0;
}

#footerNav ul li
{
	float: left;
	list-style: none;
	padding: 0;
	padding: 0;
}

#footerNav ul li a
{
	margin: 0 10px 0 0;
}

#footerNav ul li a.active
{
	font-weight: bold;
}

#footerNav ul li a.more
{
	
}


/* legal */

#legal
{

	text-align:center;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
}

#divide
{
	position:absolute;
	right : 20px;
	top : 10px;
	padding:0;
	margin:0;
}

#gotoTop
{
	position:absolute;
	right : 20px;
	top : 40px;
	padding:0;
	margin:0;
}

#footer a
{

}

/* --- { sitemap } ----------------------------------------------------*/

#sitemap
{
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

#sitemapNav li {
	margin-top: 50px;
	font-size: 17px;
	font-weight: bold;
}

#sitemapNav li li {
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
}

#sitemapNav li
{
	list-style: none;
	padding: 0;
	padding: 0;
	height: 1%;
}

#sitemapNav li a
{
	margin: 0 5px 0 0;
	padding: 0;
	height: 1%;
}

#sitemapNav li a.active
{
	
}

/*---{ frm }---------------------------------------------------------*/

#frm
{
	padding: 0;
	margin: 0 0 20px 0;
}

#frm table
{

	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#frm td, #frm th
{

	padding: 0 10px 10px 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

#frm th
{
	font-weight: normal;
}

#frm .clsReq, .requiredField
{
	color: #ff0000;
	padding: 0 0 0 5px;
}

#frm input, #frm textarea, #frm select
{
	margin: 0 5px 0 0;
}

#frm select
{
	padding: 0px;
}

#frm input.single, #frm textarea
{
	width: 300px;
}

#frm input.short
{
	width: 120px;
}

#frm textarea
{
	height: 200px;
}


/*---{ page-navigation }---------------------------------------------------------*/

#pageNav
{
	
}

#pageNav ul
{
	list-style: none;
	float: right;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 100%;
}

#pageNav ul li
{
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 1%;
}

#pageNav ul li.disabled
{
	color: #ccc;
}

#pageNav ul a
{
	text-decoration:none;
	height: 1%;
}

#pageNav ul a:hover
{
	
}

#pageNav ul a.active
{
	font-weight: bold;
}


#splashtable 
{
	border: solid 1px #d8d8d8;
	padding:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7a7a7a;
}/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/highlight.css";
@import "custom/home.css";
@import "custom/search.css";
@import "custom/thickbox.css";
@import "custom/maten.css";

/* ---------- */

a img {
	border: none;
}
	a img.more {
		margin-top: 10px;
	}

#search {
	position: relative;
	float: right;
	top: 12px;
	width: 240px;
}
#search .search{
	background: url(../images/search-go.gif) no-repeat top left;
	width: 33px;
	height: 27px;
	position:absolute;
	right: 0px;
	top:-4px;
	text-indent:-99999999px;
	cursor: pointer;
}
#search .text{
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
}
#search .inputsearch{
		background: #3f78a7 url(../images/search-back.gif) no-repeat top left;
		width: 143px;
		height: 19px;
		display:block;
		position:absolute;
		top: 0px; 
		left: 52px;
}
#search .inputsearch input{
	width: 110px;
	height: 15px;
	line-height: 15px;
	position:absolute;
	padding: 0px 2px;
	border:none;
	background:none;
	outline: none;
	font-size:12px;
	left: 3px;
	top: 3px;
	color: #c0c0c0;
}

#sitemap {
	position: relative;
	float: right;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 42px;
}
	#sitemap a {
		color: #ffffff;
	}

#langNav {
	position: relative;
	float: right;
	margin-right: 50px;
	top: 13px;
}
#langNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#langNav ul li {
	float: left;
}
#langNav ul li a {
	padding: 0 5px;
}
#langNav ul li a img {
	border: none;
}

#nieuwsbriefinput
{
	background-color: #fff;
	border-collapse: collapse;
	border-bottom: 1px;
	border: 1px solid #d8d8d8;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7a7a7a;
}

#MicroModal {
	/*background: #FFFFFF;*/
	color: #454545;
	padding: 5px;
}
#MicroModal .appDialogIframe 
{
	width: 1020px;
	height: 640px;
	z-index: 10;
}
#MicroModal a.close 
{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #3c76a6;
	z-index:9999;
}

#MicroModal h1
{
	position: absolute;
	left: 20px;
	top: 10px;
	color: #3c76a6;
	font-size: 12px;
	font-weight: bold;
	z-index:9999;
}

#containerNav
{
	
}

#containerNav ul
{
	list-style: none;
}

#containerNav ul li
{
	list-style: none;
	float: left;
	width: 250px;
	margin: 0 80px 0 0;
	padding: 0 0 0 20px;
	background: url(../images/leesmeer.gif) left 6px no-repeat;
}

#content p .Standaard img, #content p .Kop1 img, img.special
{
	padding: 20px;
	border: 1px solid #d8d8d8;
}

.openmaten{
	border: none;
	cursor: pointer;
}

.maten {
	display: none;
}
/*---{ Nieuwsmodule )-------------------------------------------------------*/


/* Overzicht */

#newsList
{
	font-size: 110%;	
}

#newsList .item
{
	padding: 0;
	margin: 0 0 30px 0;
}

#newsList .item h3
{
	font-size: 110%;
	padding: 0;
	margin: 0;
}

#newsList .item h3 a
{

}

#newsList .item .date
{
	font-size: 100%;
	padding: 0;
	margin: 0;
}

#newsList .item .picture
{
	padding: 0;
	float:left;
	margin: 0 10px 0 0;
	border:1px solid #CFCFCF;
	width: 120px;
	height: 120px;
	text-align:center;
}

#newsList .item .picture table
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 110px;
	height: 110px;
	text-align: center;	
}

#newsList .item .picture img
{
	border: 0;
}

#newsList .item .teaser
{
	padding: 0;
	margin: 4px 0 0 0;
	float: left;
}

#newsList .item a.more
{
	text-decoration: underline;
}


/* Detail */

#newsDetail
{
	font-size: 110%;	
}

#newsDetail a.back
{
	float:right;
}
	
#newsDetail h1
{
	margin: 0;
}
	
#newsDetail .date
{
	margin:0;
	padding:0;
}
	
#newsDetail .picture
{
	margin: 0 10px 10px 0;
	padding: 0;
	width: 120px;
	border: 1px solid #CFCFCF;
	float: left;
	text-align: center;
}
	
#newsDetail .picture table
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 110px;
	height: 110px;
	text-align: center;	
}

#newsDetail .teaser
{
	padding:0;
	margin:10px 0 15px 0;
	font-weight: bold;
	font-size: 100%;
}


.highlight{
	border-top: 1px solid #d8d8d8;
	position:relative;
	display:block;
	height: 273px;
}

.highlight  p.thumb{
	margin-top: 10px;
	width: 390px;
	height: 273px;
	float:right;
	position:relative;
	display:block;
}
.highlight  p.thumb img{
	padding: 20px;
	border: 1px solid #d8d8d8;
}

.highlight h2{
		
}

.highlight .item{
	float: left;
	width: 450px;
	margin: 10px 0 0 0;
	position:relative;
	display:block;
}

.highlight .item  p.content{
	margin: 0;
	padding: 0;	
}
	
.highlight .item h3{
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}
.highlight .item .thumb{}
.highlight .item a{}
.highlight .item .more{}
.highlight .item .more a{}
.HomepageItem
{
	position: relative;
	width: 220px;
	float: left;
	padding: 0 0 0 0;
	margin:0px 20px 0 0;
}
.HomepageItem.last{
	padding:0;
	margin:0;
}
.HomepageItem p
{
	font-size: 12px;
}

.HomepageItem h3 a
{
	color: #3c76a6;
	font-size: 18px;
	font-weight:bold;
}

.item p.readmore a, .item .leesmeer, .item .leesmeer a
{
	padding: 0 0 0 8px;
	color: #3c76a6;
	background: url(../../images/leesmeer.gif) left 50% no-repeat;
}



#colLeft
{
	position: relative;
	width: 710px;
	display:block;
	margin: 0 0 0 0px;
	padding: 0;
	}

#colRight
{
	position: absolute;
	top:0px;
	right: -40px;
	margin: 0 0 0 0px;
	padding: 0;
	width: 220px;
	color: #7a7a7a;
}

#colRight img
{
	border: 0;	
}

#colRight p
{
	padding: 0;
	margin: 0 0 0 20px;
}
/* form */


#searchForm h2{
	font-size:12px;
	padding:0;
	margin:20px 0 10px 0;
	color:#454545;
	font-weight:bold;
	text-transform:capitalize;
}

#searchForm form{
	padding:10px;
	margin:0;
	border:1px solid #ebebeb;	
	line-height:24px;
	height:1%;
}

#searchForm .search-input{
	width:300px;
	padding:2px;
	border:1px solid #ccc;
}

div.search-list-item{
	position:relative;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #ebebeb;
}

div.search-list-item p.object{
	color:#aaa;
	text-transform:uppercase;
}

div.search-list-item p.date{
	color: #aaa;
	text-transform: capitalize;
	position:absolute;
	z-index:1;
	right:0px;
	top:0px;
}

div.search-list-item h3{	
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:100%;
}

div.search-list-item h3 strong{	
	padding:0 2px 0 0;
	font-weight:bold;
}

div.search-list-item h3 a{
	color:#454545;
	text-decoration:none;	
}

div.search-list-item p{
	padding:0;
	margin:0 0 3px 0;
}

div.search-list-item p.link{
}

div.search-list-item p.link a{
	text-decoration:none;
	
}

div.search-list-item p.link a:hover{
	text-decoration:underline;
}

div.search-list-item p.content{
	padding-right:200px;
	margin:0 0 5px 0;
}

div.search-list-item .keyword {
	background: #e9e9e9;
}

#rs-navigation{
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
	font-size:95%;
}

#rs-navigation li{
	display:inline;
	margin:0 5px 0 0;
	padding:0;
}

#rs-navigation a.active{
	font-weight:normal;
	background:#660066;
	color:#fff;
	padding:1px 2px;
	text-decoration:none;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#blocker {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 998;
}

#matenwrapper {
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
	width: 450px;
	border: 10px solid #33658e;
	background: #f1f4f7;
	z-index: 999;
}

#maten table, #maten tbody {
	display: table;
	width: auto;
}

#maten td {
	padding-right: 20px;
	width: auto;
	font-size: 100%;
}

#maten td, #maten td .Standaard {
	color: #33658e;
	line-height: 20px;
}

#maten .title {
	float: left;
	font-size: 20px;
	color: #33658e;
}

#maten .close {
	float: right;
}

#maten .close a {
	color: #33658e;
	text-decoration: none;
}

#maten .content {
	margin-top: 30px;
}/*---{ fontsize fix }-------------------------------------------------*/

body {
	font-size:x-small; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;  
}
html>body  { /* be nice to Opera */
	font-size: small;
}

/*---{ boxmodel fixes }-----------------------------------------------*/

/*
#content{
	width: 580px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 580px;  
}
html>body #content{
	width: 580px;
}
*/



