body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #BCC5C4;
}
* {
	margin: 0px;
	padding: 0px;
}
div#mainwrap {
	min-width:780px;
	max-width:1000px;
	width:expression(document.body.clientWidth>1000?"1000px":"auto");
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
div#header {
	height:121px;
	text-align:right;
	background-image: url(../images_layout/top.jpg);
	background-repeat: no-repeat;
}
div#contentarea1 {
	background-color:#EEEEEE;
	background-image: url(../images_layout/left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position:relative;
}
div#contentarea2 {
	background-repeat: repeat-y;
	background-position: right top;
	position:relative;
	background-image: url(../images_layout/right.jpg);
}
div#nav {
	width:240px;
	position: absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	background-image: url(../images_layout/left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
div#contentleft {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 3000px;
}
div#contentleftsmall {
	margin-right: 240px;
}

div#contentright {
	width:240px;
	position: absolute;
	top:9px;
	right:0px;
	overflow:hidden;
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 10px;
	background-image: url(eng/images/eng_banner_ict_beurs_2008.gif);
	text-align: right;
}
.clearfix:after {
  content: ".";
	display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
	display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;}
	
.clearfix {
	display: block;}
/* End hide from IE-mac */
