body {
	/*behavior:url(scripts/csshover.htc);*/
	background-color: #FFFFFF;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
* {
	margin:0; padding:0; /* removes defaults of all elements */
}
div#mainwrap {
	min-width:780px;
	max-width:960px;
	width:expression(document.body.clientWidth>960?"960px":"auto");
	margin-left:auto;
	margin-right:auto; /* centers the layout in SCBs */
	text-align:left;
}
div#header {
	border: 1px solid #28644B;
	background-position: left top;
}
div#headertop {
	height: 19px;
	background-color: #28644B;
	padding-top: 7px;
}
td#headerleft {
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #28644B;
	border-right-color: #28644B;
	height: 136px;
	background-image: url(../images_layout/backheaderleft.jpg);
}
td#headerright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #28644B;
	height: 136px;
	background-image: url(../images_layout/nl_backheaderright.jpg);
	text-align: right;
	vertical-align: top;
}
td#headerright_eng {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #28644B;
	height: 136px;
	background-image: url(../images_layout/eng_backheaderright.jpg);
	text-align: right;
	vertical-align: top;
}
td#headerright_hu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #28644B;
	height: 136px;
	background-image: url(../images_layout/hu_backheaderright.jpg);
	text-align: right;
	vertical-align: top;
}
td#headerright_be {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #28644B;
	height: 136px;
	background-image: url(../images_layout/be_backheaderright.jpg);
	text-align: right;
	vertical-align: top;
}
td#headerright_de {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #28644B;
	height: 136px;
	background-image: url(../images_layout/de_backheaderright.jpg);
	text-align: right;
	vertical-align: top;
}
div#contentarea {
	position:relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #28644B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #28644B;
}
td#nav {
	width:205px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #28644B;
}
td#contentleft {
	background-color:#FFFFFF;
	padding-bottom: 15px;
}
td#contentright {
	width:175px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #28644B;
	padding-bottom: 15px;
}
td .leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #28644B;
}
td .leftborderwhite {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
td .contentactueel {
	background-color:#FFFFFF;
	padding-bottom: 15px;
}
div#footer {
	background-color:#28644B;
	text-align:center; /* temp footer styles */
	border: 1px solid #28644B;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {
	display: inline-block;   /* a fix for IE Mac */
}
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

