body {
	/* Positionering */
	margin: 0;
	padding: 0;
	
	/* Stijl */
	background-color: #f6f5f4;
	
	/* Tekst Opmaak */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	/* Positionering */
	margin: 15px auto; /* Centreren + 30px bovenruimte */
	padding: 10px;
	
	/* Dimensies */
	width: 982px;
	min-height: 300px;
	_height: 300px; /* IE6 hoogte */
	
	/* Opmaak */
	background-color:#FFFFFF;
}

/* BANNER */
#banner {
	float: left;
	/* Dimensies */
	width: 982px;
	height: 88px;
	
	/* Opmaak */
	background-color:#0e1655;
	background-image: url(/inc/img/banner.jpg);
}
#banner_button a {
	/* Positionering */
	display: block;
	margin-left: 25px;
	
	/* Dimensies */
	width: 470px;
	height: 88px;
}
#banner_logo {
	display: none;
}
/* MENU */
#menu_container {
	float: left;
	/* Dimensies */
	width: 952px;
	height: 35px;

	/* Positionering */
	padding: 0 0 0 30px;
	
	/* Opmaak */
	background-color: #ffe0ba;
	background-image: url(/inc/img/menu_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#menu_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_container li { 
	/* Positionering */
	float: left;
	padding: 6px 15px 0 0;
	margin-bottom: -10px; /* Fix voor sIFR */
	
	/* Opmaak */
	
	list-style: none;
	font-size: 18px;
	font-family: sans-serif, arial;
	
	/* Verbergen voor IE */
	visibility: hidden;
}
html>/**/body #menu_container li { 
	/* Opmaak */
	font-size: 21px;
	font-family: serif, sans-serif, arial;
}
#menu_container li a {
	/* Opmaak */
	text-decoration: none;
}
#menu_container li .selected {
	font-size: 21px;
}

#submenu_container {
	float: left;
	/* Dimensies */
	width: 964px;
	min-height: 20px;
	_height: 20px;
	
	/* Positionering */
	padding: 5px 0 0 18px;
	
	/* Opmaak */
	background-color: #ffe1bc;
	border-bottom: #e2e1e1 solid 1px;

}

#submenu_container a {
	/* Opmaak */
	color: #0e1655;
	text-decoration: none;
}
#submenu_container a:hover {
	/* Opmaak */
	color: #5e66b1;
	text-decoration: none;
}
#submenu_container li {
	font-weight: normal;
}
#submenu_container li.sub_selected {
	font-weight: bold;
}
/* BREADCRUMBS */
#breadcrumb_container {
	float: left;
	/* Dimensies */
	width: 954px;
	min-height: 20px;
	_height: 20px;
	
	/* Positionering */
	padding: 5px 0 0 28px;
	
	/* Opmaak */
	background-color: #F3F3F3;
	border-bottom: #e2e1e1 solid 1px;
	
	color: #5e66b1;
	font-size: 11px;
}
#breadcrumb_container div {
	float: left;
	margin: 0 2px;
	padding: 0;
}
#breadcrumb_container a {
	text-decoration: none;
	color: #5e66b1;
}
#breadcrumb_container a:hover {
	color: #0E1655;
}



/* BODY */
#body_container {
	float: left;
	/* Dimensies */
	width: 968px;
	min-height: 200px;
	_height: 200px;
	
	/* Positionering */
	padding: 0 0 14px 14px;
	
	/* Opmaak */
	background-color: #e3e2e2;
	background-image: url(/inc/img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	/* Tekst opmaak */
	color: #0e1655;
}

/* FOOTER */
#footer {
	float: left;
	/* Dimensies */
	width: 982px;
	height: 24px;
	
	/* Positionering */
	padding: 8px 0 0 0;
	
	/* Opmaak */
	background-color: #ffa63c;
	
	/* Text opmaak */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align: center;
}
#footer a {
	/* Opmaak */
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	/* Opmaak */
	color:#0E1655;
}

/* BOXES */

/* BOX CONTAINERS */
#box_left {
	/* Positionering & Dimensies */
	float: left;
	width: 342px;
}
#box_left_wide {
	/* Positionering & Dimensies */
	float: left;
	width: 684px;
}
#box_center {
	/* Positionering & Dimensies */
	width: 342px;
	float: left;
}
#box_right {
	/* Positionering & Dimensies */
	width: 271px;
	float: left;
	margin: 0;
}
/* BOX CONTAINERS END */

/* BOX 1 */
.box_container {
	/* Positionering */
	float: left;
	margin: 16px 0 0 0;
	
	/* Dimensies */
	width: 327px;
}
html>/**/body .box_container { /* Stijl speciaal voor FireFox */
	margin: 0 14px 7px 0;
}
.box_container p {
	margin-top: 0;
	*margin-bottom: 12px;
}
.box_container img {
	margin: 0 10px 0 0;
}

.box_top {
	/* Dimensies */
	height: 32px;
	_overflow: hidden;
	
	/* Opmaak */
	background-image: url(/inc/img/box_top.png);
}
.box_top h1 {
	/* Positionering */
	padding: 7px 0 0 16px;	
	font-size: 15px;

	font-size: 15px;
}
.box_shadow {
	/* Positionering */
	
	/* Dimensies */
	width: 327px;
	
	/* Opmaak */
	background-image: url(/inc/img/box_body_opacity.png);
	background-repeat:repeat;
}

.box_body {
	/* Positionering */
	padding: 10px 15px;
	
	/* Dimensies */
	min-height: 80px;
	_height: 80px;
	width: 297px;
	
	
	/* Opmaak */
	background-image: url(/inc/img/box_body_bg.png);
	background-repeat:no-repeat;
}
.box_bottom {
	/* Dimensies */
	height: 9px;
	width: 327px;
	
	/* Opmaak */
	background-image: url(/inc/img/box_bottom.png);
	background-repeat:no-repeat;
	font-size: 0px;
}
/* BOX 1 */

/* BOX 2 */
.box2_container {
	/* Positionering */
	float: left;
	margin: 16px 0 0 0px;
	_margin: 16px 0 0 0px; 
	
	/* Dimensies */
	width: 271px;
}
html>/**/body .box2_container { /* Stijl speciaal voor FireFox */
	margin: 0 14px 7px 0;
}
.box2_top {
	/* Dimensies */
	height: 32px;
	_overflow: hidden;
	
	/* Opmaak */
	background-image: url(/inc/img/box2_top.png);
}
.box2_top h1 {
	/* Positionering */
	padding: 7px 0 0 16px;	
	font-size: 15px;

}
.box2_shadow {
	
	/* Dimensies */
	width: 271px;
	
	/* Opmaak */
	background-image: url(/inc/img/box2_body_opacity.png);
}

.box2_body {
	/* Positionering */
	padding: 10px 15px;
	
	/* Dimensies */
	min-height: 80px;
	_height: 80px;
	width: 241px;
	
	/* Opmaak */
	background-image: url(/inc/img/box_body_bg.png);
	background-repeat: repeat-x;
}
.box2_bottom {
	/* Dimensies */
	height: 9px;
	width: 271px;
	
	/* Opmaak */
	background-image: url(/inc/img/box2_bottom.png);
	background-repeat:no-repeat;
	font-size: 0px;
}
/* BOX 2 */

/* BOX 3 */
.box3_container {
	/* Positionering */
	float: left;
	margin: 16px 0 0 0px;
	
	/* Dimensies */
	width: 669px;
}
html>/**/body .box3_container { /* Stijl speciaal voor FireFox */
	margin: 0 14px 0px 0;
}
.box3_top {
	/* Dimensies */
	height: 32px;
	_overflow: hidden;
	
	/* Opmaak */
	background-image: url(/inc/img/box3_top.png);
}
.box3_top h1 {
	/* Positionering */
	padding: 7px 0 0 16px;	
	font-size: 15px;

}
.box3_shadow {
	/* Positionering */
		
	/* Dimensies */
	width: 669px;
	
	/* Opmaak */
	background-image: url(/inc/img/box_body_opacity.png);
}

.box3_body {
	/* Positionering */
	padding: 10px 15px;
	
	/* Dimensies */
	min-height: 80px;
	_height: 80px;
	
	
	/* Opmaak */
	background-image: url(/inc/img/box_body_bg.png);
	background-repeat: repeat-x;
}
.box3_bottom {
	/* Dimensies */
	height: 9px;
	width: 669px;
	
	/* Opmaak */
	background-image: url(/inc/img/box3_bottom.png);
	background-repeat:no-repeat;
	font-size: 0px;
}
/* BOX 3 */

/* BOX 4 */
.box4_container {
	/* Positionering */
	float: left;
	margin: 16px 0 0 0px;
	
	/* Dimensies */
	width: 271px;
}
html>/**/body .box4_container { /* Stijl speciaal voor FireFox */
	margin: 0 14px 0px 0;
}
.box4_top {
	/* Dimensies */
	height: 32px;
	_overflow: hidden;
	
	/* Opmaak */
	background-image: url(/inc/img/box2_top.png);
}
.box4_top h1 {
	/* Positionering */
	padding: 7px 0 0 16px;	
	font-size: 15px;

}
.box4_shadow {
	/* Positionering */
	position: absolute; /* Onder tekst weg laten vallen */
	margin: -10px -15px;
	
	/* Dimensies */
	height: 20px;
	width: 271px;
	
	/* Opmaak */
	background-image: url(/inc/img/box_body_bg.png);
	background-repeat:no-repeat;
}

.box4_body {
	/* Positionering */
	padding: 10px 15px;
	
	/* Dimensies */
	min-height: 80px;
	_heigt: 80px;
	width: 241px;
	
	/* Opmaak */
	background-image: url(/inc/img/box_body_opacity.png);
	overflow: hidden;
}
.box4_bottom {
	/* Dimensies */
	height: 9px;
	width: 271px;
	
	/* Opmaak */
	background-image: url(/inc/img/box4_bottom.png);
	background-repeat:no-repeat;
	font-size: 0px;
}
/* BOX 4 */

/* BOX 5 */
.box5_container {
	/* Positionering */
	float: left;
	margin: 16px 0 0 0px;
	_margin: 16px 0 0 0px; 
	
	/* Dimensies */
	width: 271px;
}
html>/**/body .box5_container { /* Stijl speciaal voor FireFox */
	margin: 0 14px 0px 0;
}
.box5_top {
	/* Dimensies */
	height: 32px;
	_overflow: hidden;
	
	/* Opmaak */
	background-image: url(/inc/img/box2_top.png);
}
.box5_top h1 {
	/* Positionering */
	padding: 7px 0 0 16px;	
	font-size: 15px;

}
.box5_shadow {
	/* Positionering */
	
	/* Dimensies */
	width: 271px;
	
	/* Opmaak */
	background-image: url(/inc/img/box5_body_opacity.png);
}

.box5_body {
	/* Positionering */
	padding: 10px 15px;
	
	/* Dimensies */
	min-height: 80px;
	_heigt: 80px;
	width: 241px;
	overflow: hidden;
	
	/* Opmaak */
	background-image: url(/inc/img/box_body_bg.png);
	background-repeat:no-repeat;
}
.box5_logo {
	/* Dimensies */
	height: 56px;
	width: 271px;
	
	/* Opmaak */
	background-image: url(/inc/img/box5_logo.png);
	font-size: 0px;
}
.box5_bottom {
	/* Dimensies */
	height: 9px;
	width: 271px;
	
	/* Opmaak */
	background-image: url(/inc/img/box5_bottom.png);
	background-repeat:no-repeat;
	font-size: 0px;
}
/* BOX 5 END */

/* BOXES END */


/* NEWS */
.news img {
	margin: 0;
	border: #0e1655 solid 1px;
	padding: 0;
}

/* NEWS END */

/* FORMS */
.btn {
	background: #e2e2e2;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	color: #0e1655;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
	padding: 4px;
}

.btn:hover {
	background: #f3f3f3;
	border-left: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	color: #5e66b1;
}
/* FORMS END */

/* HTML REDEFINED */
img {
	border: 0;
	padding: 0 10px;
}

a{
	color: #0e1655;
	text-decoration: underline;
}
a:hover {
	/* Opmaak */
	color: #5e66b1;
	text-decoration: none;
}


blockquote {
	margin: 10px 0;
	padding: 4px;
	background-color: #EEEEEE;
	background-image: url(/inc/img/quoteopen.png);
	background-repeat:no-repeat;
	background-position: 4px 4px;
	_background-position: inherit;
	_background-image: none;
	border: #CCCCCC solid 1px;
	
}
blockquote p {
	margin: 0;
	padding: 15px;
	background-image: url(/inc/img/quoteclose.png);
	_background-image: none;
	background-repeat:no-repeat;
	background-position: bottom right;
}
blockquote cite {
	margin: 0 0 15px 15px;
}

h1 {
	color: #0E1655;
	font-size: 18px;
}

h2 {
	color: #0E1655;
	font-size: 16px;
}

h3 {
	color: #0E1655;
	font-size: 14px;
}
h4 {
	color: #0E1655;
	font-size: 12px;
}

