/* GENERAL STYLING */
* {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	color: #000;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	text-align: center;
	}
input, select, textarea {
	font-family: Tahoma, Arial, Verdana, Helvetica;
	}
img {
	border: 0;
	}
.clear {
	clear: both;
	}

/* CONTAINER */
div#container {
	position: relative;
	top: 1px;
	width: 992px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../images/bg_container.gif) repeat-y #fff;
	}

/* NAV_MAIN */
div#nav {
	z-index: 10;
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/bg_nav.gif) repeat-y;
	}
div#nav_main {
	float: left;
	position: relative;
	width: auto;
	height: auto;
	}
div#nav_main ul {
	margin: 0 0 0 178px; 
	padding: 0 8px 0 0;
	list-style: none;
	line-height: 1.15em;
	}
div#nav_main li {
	float: left;
	position: relative;
	}
div#nav_main li a {
	display: block;
	margin: 0 9px 0 0;
	padding: 0.85em 0 0.65em 12px;
	color: #666;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	background: url(../images/nav_main.gif) 0 center no-repeat;
	}
div#nav_main li a:hover {
	color: #c4161c;
	text-decoration: none;
	background: url(../images/nav_main_mo.gif) 0 center no-repeat;
	}
div#nav_main li a.active, div#nav_main li a.active:hover {
	color: #c4161c;
	text-decoration: none;
	background: url(../images/nav_main_mo.gif) 0 center no-repeat;
	}
div#nav_main li.home {
	position: absolute;
	left: 60px;
	}
div#nav_main li.home a {
	display: block;
	margin: 0 16px 0 0;
	padding: 0.85em 0 0.65em 12px;
	color: #edbabb;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	background: url(../images/nav_main_home.gif) 0 center no-repeat;
	}
div#nav_main li.home a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/nav_main_home_mo.gif) 0 center no-repeat;
	}
div#nav_main li.home a.active, div#nav_main li.home a.active:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/nav_main_home_mo.gif) 0 center no-repeat;
	}
div#nav_main li ul {
	position: absolute;
	opacity: .95;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	top: -10000px;
	width: auto;
	margin: 0 0 0 5px;
	padding: 5px 2px 5px 2px;
	border: 1px solid #000;
	background: #fff;
	line-height: 1.5em;
	}
div#nav_main li ul li {
	position: relative;
	float: none;
	height: auto;
	margin: 0;
	padding: 0 0 1px 0;
	border: 0;
	line-height: 1.2em;
	}
div#nav_main li ul li a {
	position: relative;
	cursor: pointer;
	margin: 0 2px 0 2px;
	padding: 2px 48px 3px 12px;
	border: 0;
	color: #000;
	background: none;
	font-weight: normal;
	font-size: 0.9em;
	white-space: nowrap;
	background: url(../images/nav_sub.gif) 0 center no-repeat;
	}
div#nav_main li ul li a:hover {
	cursor: pointer;
	color: #fff;
	background: url(../images/nav_sub_mo.gif) 0 center no-repeat #c4161c;
	}
div#nav_main li:hover ul, div#nav_main li.sfhover ul {
	display: block;
	top: auto;
	}
div#nav_sub {
	width: auto;
	float: right;
	list-style: none;
	}
div#nav_sub ul {
	margin: 0; 
	padding: 0 1px 0 0;
	list-style: none;
	line-height: 1.15em;
	border: none;
	}
div#nav_sub li {
	float: left;
	z-index: -1; !important
	display: block;
	margin: 1px 6px 0 0;
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	background: url(../images/nav_sub_divider.gif) 0 center no-repeat;
	}
div#nav_sub li.start {
	background: none;
	}
div#nav_sub li a {
	display: block;
	margin: 0;
	padding: 0.85em 0 0.65em 7px;
	color: #666;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	background: none;
	}
div#nav_sub li a:hover {
	color: #c4161c;
	text-decoration: none;
	background: none;
	}
div#nav_sub li a.active, div#nav_sub li a.active:hover {
	color: #c4161c;
	text-decoration: none;
	background: none;
	}

/* BRANDING */
div#branding {
	position: absolute;
	left: 0;
	width: 176px;
	}
div#branding div.logo {
	position: relative;
	width: 144px;
	height: 160px;
	margin: 0 16px 16px 16px;
	background: url(../images/logo.gif) no-repeat;
	}
div#branding div.enLogo {
	position: relative;
	width: 144px;
	height: 160px;
	margin: 0 16px 16px 16px;
	background: url(../images/en_logo.gif) no-repeat;
	}
div#branding div.logo span, div#branding div.enLogo span {
	position: absolute;
	left: -10000px;
	height: 0;
	}
div#branding div.sizing {
	position: relative;
	width: 144px;
	height: auto;
	margin: 0 16px 8px 16px;
	padding: 6px 0 0 0;
	background: url(../images/bg_dot_black.gif) top left repeat-x;
	}
div#branding div.sizing div.placeholder {
	position: relative;
	width: 68px;
	height: 30px;
	margin: 0 0 0 37px;
	}
div#branding div.sizing p {
	margin: -1px 0 4px -1px;
	padding: 0 8px 0 8px;
	color: #666;
	font-size: 0.9em;
	}
div#branding div.sizing div span {
	position: absolute;
	left: -10000px;
	height: 0;
	}
div#branding div.sizing div.normal a {
	float: left;
	display: block;
	width: 17px;
	height: 30px;
	background: url(../images/sizing_normal_current.gif) no-repeat;
	}
div#branding div.sizing div.normal a:hover {
	background: url(../images/sizing_normal_current.gif) no-repeat;
	}
div#branding div.sizing div.large a {
	float: left;
	display: block;
	width: 22px;
	height: 30px;
	margin: 1px 0 0 0;
	background: url(../images/sizing_large.gif) no-repeat;
	}
div#branding div.sizing div.large a:hover {
	background: url(../images/sizing_large_current.gif) no-repeat;
	}
div#branding div.sizing div.xlarge a {
	float: left;
	display: block;
	width: 29px;
	height: 30px;
	margin: 1px 0 0 0;
	background: url(../images/sizing_xlarge.gif) no-repeat;
	}
div#branding div.sizing div.xlarge a:hover {
	background: url(../images/sizing_xlarge_current.gif) no-repeat;
	}
div#branding div.sizing img {
	border: 0;
	}
div#branding div.banner {
	position: relative;
	width: 144px;
	margin: 0 16px 0 16px;
	padding: 12px 0 12px 0;
	background: url(../images/bg_dot_black.gif) top left repeat-x;
	}
div#branding div.banner img {
	border: 0;
	}
div#branding div.guarantee {
	position: relative;
	width: 144px;
	margin: 0 16px 0 16px;
	padding: 16px 0 0 0;
	height: auto;
	background: url(../images/bg_dot_black.gif) top left repeat-x;
	}
div#branding div.cbf a {
	float: left;
	position: relative;
	display: block;
	width: 72px;
	height: 70px;
	background: url(../images/logo_cbf.gif) bottom no-repeat;
	}
div#branding div.cbf span {
	position: absolute;
	left: -10000px;
	height: 0;
	color: #fff;
	font-size: 0;
	}
div#branding div.anbi a {
	float: left;
	position: relative;
	display: block;
	width: 72px;
	height: 70px;
	background: url(../images/logo_anbi.gif) bottom no-repeat;
	}
div#branding div.anbi span {
	position: absolute;
	left: -10000px;
	height: 0;
	color: #fff;
	font-size: 0;
	}

/* CONTENT */
div#content {
	overflow: auto;
	position: relative;
	margin: 0 0 0 176px;
	}

/* CONTENT_VISUALS */
div#content_visuals {
	overflow: hidden;
	position: relative;
	width: 816px;
	}
div#content_visuals div.box {
	overflow: hidden;
	float: left;
	width: 407px;
	height: 160px;
	border-right: 1px solid #fff;
	}
div#content_visuals div#map {
	overflow: hidden;
	}
div#content_visuals div.boxRed {
	overflow: auto;
	float: left;
	width: 407px;
	height: 160px;
	border-right: 1px solid #fff;
	background: #c4161c;
	}
div#content_visuals div.boxRed p {
	margin: 0;
	padding: 12px 8px 0 16px;
	color: #fff
	}
div#content_visuals div.boxRed ul {
	list-style: square outside;
	margin: 0;
	padding: 0 8px 0 16px;
	color: #fff;
	}
div#content_visuals div.boxRed li {
	margin: 0 8px 0 16px;
	color: #fff;
	}
div#content_visuals div.boxRed a {
	float: right;
	padding: 0;
	color: #fff;
	background: url(../images/bg_dot_white.gif) bottom left repeat-x;
	text-decoration: none;
	}
div#content_visuals div.boxRed a:hover {
	color: #fff;
	background: url(../images/bg_line_white.gif) bottom left repeat-x;
	}
div#content_visuals div.boxRed div.stamp a {
	background: none;
	}
div#content_visuals div.boxRed div.stamp a:hover {
	background: none;
	}
div#content_visuals div.box.brown {
	background: #9a4724;
	}
div#content_visuals div#slideshow div {
	position: absolute;
	width: 407px;
	height: 160px;
	}
div#content_visuals div#slideshow #pic1 {
	background: url(../images/branding1.jpg);
	}
div#content_visuals div#slideshow #pic2 {
	background: url(../images/branding2.jpg);
	}
div#content_visuals div#slideshow #pic3 {
	background: url(../images/branding3.jpg);
	}
div#content_visuals div#slideshow #picnews1 {
	background: url(../images/news1.jpg);
	}
div#content_visuals div#slideshow #picnews2 {
	background: url(../images/news2.jpg);
	}
div#content_visuals div#slideshow #picnews3 {
	background: url(../images/news3.jpg);
	}
div#content_visuals div#slideshow #picnews4 {
	background: url(../images/news4.jpg);
	}
div#content_visuals div#slideshow #picnews5 {
	background: url(../images/news5.jpg);
	}
div#content_visuals div#slideshow #picnews6 {
	background: url(../images/news6.jpg);
	}
div#content_visuals div#slideshow #picnews7 {
	background: url(../images/news7.jpg);
	}
div#content_visuals div.endorsement {
	position: relative;
	width: 407px;
	height: 47px;
	padding: 1px 0 0 0;
	background: url(../images/endorsement.gif) no-repeat;
	}
div#content_visuals div.enEndorsement {
	position: relative;
	width: 407px;
	height: 47px;
	padding: 1px 0 0 0;
	background: url(../images/en_endorsement.gif) no-repeat;
	}
div#content_visuals div.stamp {
	position: relative;
	float: left;
	width: 240px;
	height: 112px;
	background: url(../images/stamp.gif) no-repeat;
	}
div#content_visuals div.stamp a {
	display: block;
	width: 240px;
	height: 112px;
	font-size: 0;
	margin: 0;
	background: none;
	}
div#content_visuals div.enStamp {
	position: relative;
	float: left;
	width: 240px;
	height: 112px;
	background: url(../images/en_stamp.gif) no-repeat;
	}
div#content_visuals div.enStamp a {
	display: block;
	width: 240px;
	height: 112px;
	font-size: 0;
	margin: 0;
	background: none;
	}
div#content_visuals div.giro {
	position: relative;
	float: left;
	width: 167px;
	height: 112px;
	background: url(../images/giro.gif) no-repeat;
	}
div#content_visuals div.endorsement span, div#content_visuals div.enEndorsement span, div#content_visuals div.stamp span, div#content_visuals div.enStamp span, div#content_visuals div.giro span {
	position: absolute;
	left: -10000px;
	height: 0;
	}
	
/* CONTENT_MAIN */
div#content_main {
	overflow: hidden;
	width: 800px;
	margin: 16px 0 0 16px;
	background: url(../images/bg_general.gif) repeat-y;
	}
div#content_main.max {
	background: none;
	}
div#content_main p img {
	float: right;
	margin: 0 0 4px 12px;
	}
div#content_main p a {
	color: #c4161c;
	text-decoration: none;
	border: none;
	background: url(../images/bg_dot_red.gif) bottom left repeat-x;
	}
div#content_main p a.imglink {
	background: none;
	}
div#content_main p a:hover {
	color: #c4161c;
	text-decoration: underline;
	}
div#content_main p.link a {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 8px;
	color: #c4161c;
	text-decoration: none;
	background: url(../images/link.gif) -1px 2px no-repeat;
	}
div#content_main p.link a:hover {
	padding: 0 0 0 8px;
	color: #c4161c;
	text-decoration: none;
	background: url(../images/link_mo.gif) -1px 2px no-repeat;
	}
div#content_main p.back a {
	float: right;
	display: block;
	margin: 0 1px 0.5em 0;
	padding: 0 0 0 9px;
	color: #c4161c;
	text-decoration: none;
	background: url(../images/back.gif) -1px 2px no-repeat;
	}
div#content_main p.back a:hover {
	padding: 0 0 0 9px;
	color: #c4161c;
	text-decoration: none;
	background: url(../images/back_mo.gif) -1px 2px no-repeat;
	}
div#content_main p.more a {
	float: right;
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 8px;
	color: #c4161c;
	text-decoration: none;
	background: url(../images/link.gif) -1px 2px no-repeat;
	}
div#content_main p.more a:hover {
	padding: 0 0 0 8px;
	color: #c4161c;
	text-decoration: none;
	background: url(../images/link_mo.gif) -1px 2px no-repeat;
	}
div#content_main ul {
	list-style: square outside;
	margin: 0 0 0.5em 0;
	padding: 0 8px 0 16px;
	}
div#content_main li {
	margin: 0 0 0 4px;
	}
div#content_main div.textWidth1 {
	overflow: visible;
	position: relative;
	float: left;
	width: 184px;
	min-height: 368px;
	margin: 0 16px 0 0;
	padding: 0;
	background: url(../images/bg_dot_big_gray.gif) bottom left repeat-x;
	}
div#content_main div.textWidth2 {
	overflow: visible;
	position: relative;
	float: left;
	width: 384px;
	min-height: 368px;
	margin: 0 16px 0 0;
	padding: 0 0 2px 0;
	background: url(../images/bg_dot_big_gray.gif) bottom left repeat-x;
	}
div#content_main div.textWidth3 {
	overflow: visible;
	position: relative;
	float: left;
	width: 584px;
	min-height: 368px;
	margin: 0 16px 0 0;
	padding: 0;
	background: url(../images/bg_dot_big_gray.gif) bottom left repeat-x;
	}
div#content_main div.textWidth4 {
	overflow: visible;
	position: relative;
	float: left;
	width: 784px;
	min-height: 368px;
	margin: 0 16px 0 0;
	padding: 0;
	background: url(../images/bg_dot_big_gray.gif) bottom left repeat-x;
	}
div#content_main p.halfColumn {
	float: left;
	width: 384px;
	margin: 0 8px 1em 0;
	}
div#content_main p.halfColumn img {
	float: left;
	margin: 0 0.5em 0 0;
	}
div#content_main img {
	margin: -2px 0 2px 0;
	}
div#content_main p {
	margin: 0 0 0.5em 0;
	color: #000;
	}
div#content_main p img {
	margin: 5px 0 4px 8px;
	border: 0;
	}
div#content_main h1 {
	margin: 0 0 0 -1px;
	clear: both;
	padding: 4px 0 0 0;
	color: #9a4724;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 20px ;
	font-weight: normal;
	background: url(../images/bg_dot_big_gray.gif) 1px top repeat-x;
	}
div#content_main h2 {
	clear: both;
	margin: 0 0 -0.25em 0;
	color: #9a4724;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
div#content_main h3 {
	color: #9a4724;
	font-size: 1em;
	font-weight: normal;
	}
div#content_main p.newsletter {
	margin: 0;
	padding: 0;
	height: 62px;
	background:url(../images/heading_een_ogenblik_aub.gif) no-repeat;
	}
div#content_main p.newsletter span {
	position: absolute;
	left: -10000px;
	height: 0;
	}
div#content_main.home div.text div.end {
	height: 2px;	
	width: 184px;
	background: url(../images/bg_dot_big_gray.gif) bottom repeat-x;
	}
div#content_supp {
	overflow: hidden;
	position: relative;
	float: left;
	top: 0;
	bottom: 0;
	width: 184px;
	min-height: 368px;
	margin: 0 0 0 0;
	padding: 0 8px 0 0;
	}
div#content_supp img {
	margin: 0 0 8px 0;
	}
div#content_supp h2 {
	clear: both;
	margin: 8px 8px -0.25em 8px;
	color: #c4161c;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	}
div#content_supp p {
	padding: 0 8px 0 8px;
	}
div#content_supp p a {
	color: #c4161c;
	text-decoration: none;
	border: none;
	}
div#content_supp p a:hover {
	color: #c4161c;
	text-decoration: underline;
	}
div#content_supp p.link a {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 8px;
	color: #c4161c;
	text-decoration: none;
	background: url(../images/link_supp.gif) -1px 2px no-repeat;
	}
div#content_supp p.link a:hover, div#content_supp p.current a {
	padding: 0 0 0 8px;
	color: #c4161c;
	text-decoration: none;
	background: url(../images/link_mo.gif) -1px 2px no-repeat;
	}
div#content_banner {
	position: relative;
	float: left;
	width: 184px;
	min-height: 368px;
	margin: 0 0 0 8px;	
	}
	
/* SITE_INFO */
div#site_info {
	clear: left;
	position: relative;
	width: 992px;
	height: 16px;
	color: #ccc	;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	text-decoration: none;
	background: url(../images/bg_container.gif) repeat-y #fff;
	}
div#site_info a {
	padding: 0 0 1px 0;
	color: #ccc;
	background: url(../images/bg_dot_gray.gif) bottom left repeat-x;
	text-decoration: none;
	}
div#site_info a:hover {
	color: #fff;
	background: none;
	background: url(../images/bg_line_white.gif) bottom left repeat-x;
	}
div#site_info div.copyright {
	position: absolute;
	top: 16px;
	left: 8px;
	height: auto;
	padding: 0 0 8px 0;
	}
div#site_info div.legal {
	position: absolute;
	top: 16px;
	right: 8px;
	height: auto;
	padding: 0 0 8px 0;
	}