html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:url(../gfx/bg_container.gif) repeat-y top center;


	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

body {
	background:url(../gfx/bg_body.gif) no-repeat top center;
}




a {
	text-decoration:none;
}





div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}


div#container_header {
	width:926px;
	height: 207px;
	float:left;
}

/*	background:url(../gfx/logo.png) no-repeat top left; */

div#container_header_top {
	width:926px;
	height:52px;
	float:left;
}

div#container_header_top_left {
	width:716px;
	height:52px;
	float:left;
}

div#container_header_top_left_content {
	width:716px;
	height:13px;
	color:#919191;
	margin-top:21px;
	float:left;
}

div#container_header_top_right {
	width:210px;
	height:52px;
	float:left;
}

div#container_header_top_right_content {
	width:210px;
	height:13px;
	color:#c6c6c6;
	margin-top:17px;
	float:left;
}

div#container_header_top_right_content span {
	display:none;
}

.container_header_top_right_content_item {
	text-decoration:none;
	color:#c6c6c6;
	background:url(../gfx/bg_header_top_right_content_item.gif) no-repeat;
	background-position: 0px 9px;
	font-size:9px;
	padding:4px 14px 4px 14px;		

	float:left;
}

.container_header_top_right_content_item:hover {
	text-decoration:none;
	color:#ec7200;
}
	
.container_header_top_right_content_item_dutch {
	margin-top:4px;
	border:0px;
	text-decoration:none;
	width:19px;
	height:13px;
	background:url(../gfx/language_dutch.gif) no-repeat top left;
	float:left;
}

.container_header_top_right_content_item_english {
	margin-top:4px;
	border:0px;
	text-decoration:none;
	width:19px;
	height:13px;
	margin-left:9px;
	background:url(../gfx/language_english.gif) no-repeat top left;
	float:left;
}

	
	

div#container_header_bottom {
	width:926px;
	height:155px;
	float:left;
}

div#container_header_bottom_logo {
	width:309px;
	height:155px;
	float:left;
	margin-top:20px;
	background:url(../gfx/logo.png) no-repeat top center;
}

div#container_header_bottom_column {
	width:250px;
	height:155px;
	float:left;
}

div#container_header_bottom_image {
	width:174px;
	height:150px;
	float:left;
	border:5px solid #fff;
	border-bottom:0px;
}

div#container_content {
	width:926px;
	float:left;
}

div#container_content_left {
	padding:64px 0px;
	width:162px;
	float:left;
/*	font-size:12px;
	padding: 65px 48px;
	line-height:18px; */
}

div#container_content_body {
	width:532px !important;
	width:501px;
	height:400px;
	padding:64px 25px 10px 25px;
	margin-right:5px;
	float:left;
	overflow:auto;
}

div#container_content_right {
	width:178px;
	height:297px;
	float:left;
}

div#container_content_right_image {
	width:174px;
	height:150px;
	float:left;
	border:5px solid #fff;
	border-left:0px;
}







.menuitem {
	width:156px;
	height:12px;
	float:left;
	padding:3px 5px 5px 20px !important;
	padding:3px 5px 3px 20px;

	color:#3f3f3e;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	cursor:pointer;
	
	text-decoration:none;
	margin-bottom:3px;
}

.menutitem_active {
	background:url(../gfx/menu_active.png) no-repeat left center !important;
	background:none;
	color:#ec7200;
}

.menutitem_inactive {
	background:none;
}

.menutitem_inactive:hover {
	background:url(../gfx/menu_active.png) no-repeat left center !important;
	background:none;
	text-decoration:none;
}









