
/*
 * BEGIN RESET
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
html {
	height:100%;
	overflow:-moz-scrollbars-vertical !important
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
},cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * END RESET
 */






/*
 * HTML ELEMENTS
 */

body {
	background:url(../images/bground-gradient.jpg) repeat-x;

}
.body { /* put any style here that should not show up in the FCK-editor (like background images) */

}

.printbody { /* put any style here that should not show up in the FCK-editor (like background images) */
	background:none;
	padding: 20px;
}

body,
input,
select,
textarea {
	color: #003066;
	font: normal 12px/18px Arial;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #ff9900;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding: 0 0 0 10px;
	background: url(/images/list.gif) 0 9px no-repeat;
}

/* Paginamanagerstyles */
img[align="left"] {
	margin: 4px 10px 0 0;
}
img[align="right"] {
	margin: 4px 0 0 10px;
}


H2{
	color:#f7931d;
	font-size:18px;

}


/*
 * END HTML ELEMENTS
 */



.containerMain {
	width: 960px;
	min-height: 1em;
	margin: 0 auto 0 auto;
	position: relative;
}

* html .containerMain {
	height: 1em;
}

.containerMain2 {
	background-color:#FFFFFF;
	height:290px;
}


/*-- Top Menu --------------*/
.topContainer {
	display:block;
	width:581px;
	height:34px;
	float:right;
	margin-top:-34px;
}

*:first-child+html .topContainer{
	margin-top:0px;
}

* html .topContainer{
	margin-top:0px;
}

.topMenu {
	margin-top:8px;
	font-size:11px;
	float: left;
	color:#00499b;
}

.topMenu A,
.topMenu A:hover,
.topMenu A:visited {
	color:#00499b;
	text-decoration: none;
	background:url(../images/raquo.png) 0 4px no-repeat;
	padding-left:11px;
	margin-right:5px;
}
/*--Zoek Bar----------------*/
.topZoek{ 
	margin-top: 2px;
	margin-left: 14px;
	float:left;
}

.topZoek INPUT.text{
	margin-top:4px;
	margin-left: 2px;
	padding: 0px;
	size:8;
	border-top: solid 2px #000000;
	border-left: solid 2px #000000;
	float:left;
}

.topZoek INPUT.knop{
	display: block;
	width: 22px;
	height: 13px;
	border: 0px;
	background: url(/images/knopOK.png) 2px 2px no-repeat;
	margin-top:6px;
	margin-left: 5px;
	margin-right:12px;
	float:left;
}
/*--Talen Container---------*/
.topTaalContainer {
	margin-left:20px;
	margin-right:0px;
	width:80px;
	float:left;
	font-size:11px;
}

.topTaalItem {
	background:url(../images/taal-norm.png) no-repeat;
	width: 19px;
	height:24px;
	float:left;
	margin-right:1px;
	color: #FFFFFF;
	padding-top: 6px;
}

.topTaalItem A,
.topTaalItem A:link,
.topTaalItem A:visited,
.topTaalItem A:active,
.topTaalItem A:hover{
	color:#ffffff;
	text-decoration:none;
	padding-left: 3px;
}

.topTaalItem.activeTaal {
	background:url(../images/taal-active.png) 0px 0px no-repeat;
}

* html .topTaalItem.activeTaal {
	height:18px;
}

/*--MainMenu ---------------*/
.menuContainer{
	height: 35px;
}

.menuItem {
	background:url(../images/menuOrange.png) 0 0 no-repeat;
	width:219px;
	height:34px;
	float:left;
	margin-right:1px;
	color:#ffffff;
	font-size:18px;
	padding: 0px;
}

.menuItem.diversenItem{
	width: 287px;
	background:url(../images/menuOrange.png) 0 0 repeat-x;
	padding: 10px 0px 0px 12px;
}

.menuItem.active{
	background:url(../images/menuActiveBlue.png) 0 0 no-repeat;
}

.menuItem A,
.menuItem A:link,
.menuItem A:visited,
.menuItem A:hover,
.menuItem A:active {	
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding: 10px 0px 0px 12px;
	width:209px;
	height:24px;
}

* html .menuItem A,
* html .menuItem A:link,
* html .menuItem A:visited,
* html .menuItem A:hover,
* html .menuItem A:active {	
	width:207px;
}


.menuRest {
	background:url(../images/menuRest.png) 0 0 no-repeat;
	display:block;
	height:34px;
	width: 300px;
	float:left;
}

/*-- Sub Menu --------------*/
.subMenuContainer{
	width:219px;
	float:left;
}

/*Submenu 1e laag */
.subMenuItem{
	height:29px;
	background: #f7931d;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}

.subMenuItem A,
.subMenuItem A:link,
.subMenuItem A:active,
.subMenuItem A:visited{
	display: block;
	width:208px;
	height:24px;
	color:#003066;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 0px 10px;
	font-family:Arial;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
}

* html .subMenuItem A,
* html .subMenuItem A:link,
* html .subMenuItem A:hover,
* html .subMenuItem A:active,
* html .subMenuItem A:visited{
	width:209px;
}


.subMenuItem.expand{
	background: url(../images/plusOrange.png) 200px 8px no-repeat #f7931d;
}

.subMenuItem.contract{
	background: url(../images/minOrange.png) 200px 8px no-repeat #f7931d;
}



* html .subMenuItem.expand{
	padding-top:0px;
	padding-left:0px;
	background: url(../images/plusOrange.png) 200px 8px no-repeat #f7931d;
}

* html .subMenuItem.contract{
	padding-top:0px;
	padding-left:0px;
	background: url(../images/minOrange.png) 200px 8px no-repeat #f7931d;
}

.subMenuGradient{ 
	width: 219px;
	height:60px;
	background:url(../images/subMenuGradient.png) 0 0 no-repeat;
	display:block;
}


.subSubMenuItem {
	background: #fde9d2;
	height:20px;
	margin-bottom:1px;
}

.subSubMenuItem A,
.subSubMenuItem A:link,
.subSubMenuItem A:visited {
	margin-left:10px;
	font-size:12px;
	color:#003066;
	text-decoration:none;
	line-heigth:11px
}

.subSubMenuItem A:hover {
	color:#ff9000;
}

.subSubMenuItem.activeSmenu A {
	color:#ff9000;
}

.subSubMenuItem.last{
	margin: 1px 0px 0px 0px;
	padding: 0px;
}


/* Lichtere oranje knoppen, maar niet de lichtste */
.subSubMenuOrange {
	width: 219px;
	height:29px;
	background:#fbc98e;
	display:block;
	margin-bottom:1px;
	font-size:14px;
}

.subSubMenuOrange A,
.subSubMenuOrange A:link,
.subSubMenuOrange A:hover,
.subSubMenuOrange A:active,
.subSubMenuOrange A:visited{
	display: block;
	width:210px;
	height:24px;
	color:#003066;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 0px 10px;
	font-family:Arial;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
}

.subSubMenuOrange.expand{
	padding:0px 0px 0px 0px;
	background: url(../images/plusOrange.png) 200px 7px no-repeat #fbc98e;
	width: 219px;
	height:26px;
}

.subSubMenuOrange.contract{
	padding:0px 0px 0px 0px;
	background: url(../images/minOrange.png) 200px 7px no-repeat #fbc98e;
	width: 219px;
	height:26px;
}
/*
.subSubMenuOrange.expandNoLink{
	background: url(../images/plusOrange.png) 200px 8px no-repeat #fbc98e;
	padding-left:10px;
	padding-top:5px;
	width: 209px;
	height: 24px;
}

.subSubMenuOrange.contractNoLink{
	background: url(../images/minOrange.png) 200px 8px no-repeat #fbc98e;
	padding-left:10px;
	padding-top:5px;
	width: 209px;
	height: 24px;
}
*/

* html .subSubMenuOrange A,
* html .subSubMenuOrange A:link,
* html .subSubMenuOrange A:hover,
* html .subSubMenuOrange A:active,
* html .subSubMenuOrange A:visited{
	width:209px;
}

.subSubMenuOrange.lastOrange {
	margin-bottom:0px;
	margin-top:0px;
}

/*
.subSubMenuItem.expandNoLink{
	padding-left:10px;
	padding-top:5px;
	width:209px;
	height:22px;
	background: url(../images/plusOrange.png) 200px 8px no-repeat #fbc98e;
}

.subSubMenuItem.contractNoLink{
	padding-left:10px;
	padding-top:5px;
	width:209px;
	height:22px;
	background: url(../images/minOrange.png) 200px 8px no-repeat #fbc98e;
}

* html .subSubMenuItem.expandNoLink{
	background: url(../images/plusOrange.png) 200px 8px no-repeat #fbc98e;
	padding-left:10px;
	padding-top:5px;
	width:209px;
	height:22px;
}

* html .subSubMenuItem.contractNoLink{
	background: url(../images/minOrange.png) 200px 8px no-repeat #fbc98e;
	padding-left:10px;
	padding-top:5px;
	width:209px;
	height:22px;
}

*/
/*--Logo Home --------------*/
.homeLogoNL {
	background: url(../images/logoHome.jpg) 0px 0px no-repeat; 
	width: 960px;
	height: 100px;
	margin-top: 34px;
	margin-bottom: 16px;
}

.smallLogo {
	/*background: url(../images/logoSmall.jpg) 0 0 no-repeat;*/
	width: 960px;
	height: 75px;
	margin-top: 34px;
	margin-bottom: 1px;
}
/*--Home Blokken------------*/
.homeBlok {
	width:289px;
	height:250px;
	margin: 0px 15px 0px 0px;
	float:left;
	padding: 0px 10px 0px 11px;
}

.homeBlok.particulier{
	background:#003066;
}

.homeBlok.zakelijk{
	background:#f7931d;
}

.homeBlok H2{
	margin: 10px 0px 16px 0px;
	font-size:18px;
	color:#f7931d;
}

.homeBlok.zakelijk H2 {
	color:#003066;
}

.homeBlok A{
	display:block;
	font-size:16px;
	text-decoration:none;
	margin:0px 0px 10px 0px;
}

.homeBlok.particulier A,
.homeBlok.particulier A:visited,
.homeBlok.particulier A:hover{
	color:#ffffff;
}

.homeBlok.zakelijk A,
.homeBlok.zakelijk A:visited,
.homeBlok.zakelijk A:hover{
	color:#ffffff;
}
/*--------------------------*/
.homeBlok.image{
	margin: 0px;
	background:url(../images/homeImageBlok3.jpg) 0 0 no-repeat;
}

A.leesmeer {
	text-decoration: none;
	padding-left:10px;
	font-size:14px;
}

A.leesmeer.particulier,
A:visited.leesmeer.particulier,
A:hover.leesmeer.particulier{
	color:#f7931d;
	padding-left:14px;
	background:url(../images/blokjeorange.png) 1px 6px no-repeat;
}

A.leesmeer.zakelijk,
A:visited.leesmeer.zakelijk,
A:hover.leesmeer.zakelijk {
	color:#003066;
	padding-left:12px;
	background:url(../images/blokjeblauw.png) 0px 6px no-repeat;
}


/*Midden HOME*/
.middle{
	float:left;
	width:290px;
	margin: 0px 15px 0px 0px;
	float:left;
	padding: 0px 10px 0px 10px;
}

.middle H2{
	color:#00499b;
	font-size: 18px;
	margin-top:20px;
}	

.middle UL {
	margin-top:10px;
}

.middle LI{
	background-image:url(../images/blokjeblauw_sml.png);
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.middle A{
	color:#003066;
	text-decoration: none;
	font-size:14px;
}

.middle.right {
	width:300px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	font-size:14px;
	color:#003066;
	word-spacing: -1px;
	letter-spacing:0px;
	line-height:20px;
}

.middle.right P{
	margin:0px 0px 5px 0px;
}

.middle.right A{
	color:#ff9000;
	text-decoration:none;
	letter-spacing:0px;
	word-spacing:0px;
	margin: 0px 0px 0px 0px;
}

/*Home Nieuws*/
.homenieuwsL{
	width:499px;			/*305*/
	height:217px; /* TODO: Annpassen naar 291px na plaatsen banner hone */
	margin-top:0px;
	margin-left:2px;
	float:left;
	background:#dfe4f0;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	color:#003066;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
}
* html .homenieuwsL {
	width: 498px; 
}

.homenieuwsL H2{
	color:#003066;
	font-family:Arial;
	font-size:18px;
	font-weight: 400;
	margin-bottom:5px;
	
}

.homenieuwsL H3{
	font-family:Arial;
	font-size:12px;
	font-weight:800;
	margin-bottom:5px;
}

.homenieuwsL A{
	color:#003066;
	text-decoration:none;
}

.homenieuwsL A IMG{
	margin-left:5px;
}



.homenieuwsMiddle{
	width:218px;			/*309**/
	/*height:311px;*/ /* TODO: Activeren na plaatsen banner home */
	margin-top:0px;
	float:left;
	border-left: solid 2px #FFFFFF;
	background: #EDF0F7;
}
* html .homenieuwsMiddle{
	overflow: hidden;
}

.homenieuwsMiddle H2 {
	font-size:24px;
	color:#006699;
}

.homeNieuwsItem {
	width:210px;				/*299px;*/
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:1px;
	margin-left:1px;
	border-top: solid 1px #FFFFFF;
	background:#edf0f7;
}

.homeNieuwsItem.snelnaar {
	height:30px;
	/*font-size:22px;*/
	font-size:18px;
	color:#00499b;
	padding-top:15px !important;
}

.homeNieuwsItem.last {
	/*height:48px;*/
	height:18px;
	font-size:22px;
}

.homeNieuwsItem A{
	/*font-size:14px;*/
	font-size:12px;
	line-height:19px;
	color:#003066;
	text-decoration: none !important;
	padding-left:15px;
	/*background:url(../images/blokjeblauw.png) 0px 6px no-repeat;*/
	background:url(../images/blokjeblauw.png) 0px 4px no-repeat;
}



.homeNieuws {
	float: left;
	clear: both;
	overflow: hidden;
	height: 207px;
	width: 960px;
}

.homeNieuwsRight {
	width:204px;
	height:222px; /* TODO: Aanpassen naar 296px na plaatsen banner */
	background:#f7931d; /*url(/images/bg-homeNieuwsRight.gif) no-repeat left 150px;*/ /* TODO: Activeren na plaatsen banner */
	float:left;
	margin-top:0px;
	margin-left:0px;
	padding: 10px 5px 5px 10px;
	color:#003066;
	font-size:12px;
}
* html .homeNieuwsRight {
	overflow: hidden;
}

.homeNieuwsRightEmpty {
	width:204px;
	height: 296px;
	background:#f7931d;
	float:left;
	margin-top:0px;
	margin-left:0px;
	padding: 10px 5px 5px 10px;
}

.homeNieuwsRight H2{
	color:#ffffff;
	font-size:14px;
	line-height:14px;
}

.homeNieuwsRight H3{
	color:#003066;
	font-size:14px;
	margin-bottom:10px;
}

.homeNieuwsRight A{
	/*word-spacing: -1px;*/
	letter-spacing:0px;
	color:#003066;
	text-decoration:none;
}

.homeNieuwsRight .bannerHome {
	display: none;
	width: 206px;
	min-height: 0;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
* html .homeNieuwsRight .bannerHome {
	height: 0;
}

.homeNieuwsRight .bannerHome img {
	margin: 4px 0px 0px 0px;
}

.partHHeader{
	width:740px;
	height:239px;
	display:block;
	float:left;
	margin-left:1px;
}

.partHHeader IMG{
	margin: 0px 0px 0px 1px;
	padding: 0px;
	float:left;
}

* html .partHHeader IMG{
	width:739px;

}

.partHContent {
	margin-top:20px;
	display:block;
	float:left;
	width: 100%;
}

.partHFlashBanner{
	margin-top:1px;
	width: 219px;
	height:146px;
	float:left;
}

.partHText{
	font-size:14px;
	line-height:20px;
	width:432px;
	float:left;
	color:#003066;
	padding: 0px 20px 0px 20px;
}
* html .partHText {
	width: 402px; 
}

.partHLeft {
	width:245px;
	height:140px;
	background:#003066;
	float:left;
	font-size:12px;
	color:#ffffff;
	line-height:13px;
	padding: 7px 0px 0px 10px;
}

.kolLinks{
	margin-top:1px;
	width: 219px;
	min-height:146px;
	float:left;
}
* html .kolLinks {
	height:146px;
}

.kolRechts{
	width:255px;
	float:left;
	font-size:12px;
	color:#ffffff;
	line-height:13px;
}

.partHLeft.oranje {
	background:#ff9000;
}


.partHLeft P {
	font-size:18px;
	color:#ffffff;
	margin: 0px 0px 12px 0px;
}

.partHLeft IMG{
	margin-top:3px;
	margin-right:8px;
	margin-bottom:0px;
}


A.meerInformatie {
	background:url(../images/blokjeoranje_sml.png) 0px 4px no-repeat;
	text-decoration: none;
	margin-left:10px;
	padding-left:7px;
	line-height: 48px;
	font-size:12px;
	color:#ff9000;
}


A.meerInformatie.blauw {
	background:url(../images/blokjeblauw_sml.png) 0px 4px no-repeat;
	text-decoration: none;
	margin-left:10px;
	padding-left:11px;
	line-height: 48px;
	font-size:12px;
	color:#003066;
}

/*Links classes */
A.meerInformatieArrow {
	background:url(../images/readMore-Orange.jpg) 89px 3px no-repeat;
	text-decoration: none;
	padding-right:20px;
	font-size:12px;
	color:#ff9000;
}

A.naarVeelGesteldeVragenFormArrow,
A.naarContactFormArrow {
	background:url(../images/readMore-Orange.jpg) 140px 3px no-repeat;
	text-decoration: none;
	padding-right:20px;
	font-size:12px;
	color:#ff9000;
	clear:both;
	margin-top:6px;
	margin-left:8px;
}

A.naarVeelGesteldeVragenFormArrow {
	padding-right:30px;
}
A.naarVacaturesArrow {
	background:url(../images/readMore-Orange.jpg) 100px 3px no-repeat;
	text-decoration: none;
	padding-right:20px;
	font-size:12px;
	color:#ff9000;
	clear:both;
	margin-top:6px;
	margin-left:8px;
}

A.meerVeelGesteldeVragen {
	background:url(../images/readMore-Orange.jpg) 145px 4px no-repeat;
	text-decoration: none;
	padding-right: 20px;
	font-size: 12px;
	color:#ff9000;
	float:left;
	clear:both;
	width:219px;
	margin-top:6px;
	margin-left:8px;
}

A.trainingEnOpleiding {
	background:url(../images/readMore-Orange.jpg) 120px 3px no-repeat;
	text-decoration: none;
	margin-left:8px;
	margin-right:10px;
	padding-right:15px;
	line-height: 32px;
	font-size:12px;
	color:#ff9000;
}

/*-----------------------------*/

.PnieuwsContainer{
	width: 720px;
	float:left;
	margin-top:20px;
	margin-left:21px;
}

.PnieuwsContainer H1 {
	color:#003066;
	font-size:24px;
	line-height:24px;
	margin: 0px 0px 5px 0px
}

.PnieuwsContainer A:link,
.PnieuwsContainer A:hover,
.PnieuwsContainer A:active,
.PnieuwsContainer A:visited{
	text-decoration:none;
}

.PnieuwsContainer H2{
	color:#f7931d;
	font-size:18px;
	margin: 5px 0px 10px 0px
}

.PnieuwsContainer P{
	color:#003066;
	font-size:14px;
	
}


.PnieuwsContent {
	width:420px;
	float:left;
	font-size:14px;
	line-height:18px;
}

/*Nieuwe central Class, to get rid of some to many used classes */
.centerContent {
	width:440px;
	float:left;
	font-size:14px;
	line-height:20px;
}

.centerContent H1 {
	color:#003066;
	font-size:24px;
	line-height:24px;
	font-weight:200;
	word-spacing:-1px;
	margin: 0px 0px 5px 0px
}

.centerContent H2 {
	color:#003066;
	font-size:20px;
	line-height:20px;
	font-weight:200;
	word-spacing:-1px;
	margin: 0px 0px 5px 0px
}

.centerContent P {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.wideContent {
	width:707px;
	float:left;
	font-size:12px;
	height:20px;
	position:relative;
	top:-20px;
}

.wideContent P {
	line-height: 20px;

}

P.nieuwsArchiefRow{
	margin:5px 0px 0px 0px;
	line-height: 18px;
}

/*-- nieuwsArchief Items (linkjes)-*/
A.nieuwsArchiefDate {
	font-size:14px;
	color:#f7931d;
	float:left;
	display:block;
	width:80px;
	text-align:right;
	margin-right:10px;
}

A.nieuwsArchiefItem {
	font-size:14px;
	color:#003066;
}

.nieuwsArchiefBlok{
	width:330px; 
	padding:0px; 
	margin:0px; 
	float:left;
}


/*-- Nieuws overzicht -----*/
.PnieuwsKader {
	width:224px;
	background:#f7931d;
	float:left;
	margin-left:31px;
	margin-top:29px;
	padding-left:10px;
	padding-bottom:5px;
	font-size:14px;
	color:#FFFFFF;
}

.PnieuwsKader H2 {
	color:#FFFFFF;
	font-size:18px;
	margin-top:6px;
}
.PnieuwsKader UL {
	margin-top:-2px;
}

.PnieuwsKader LI {
	background:url(../images/readMore-Blue.jpg) 0 5px no-repeat;
	margin-left: 1px;
	margin-bottom:1px;
	padding-left: 15px;
	line-height: 19px;
}

.PnieuwsKader A:link,
.PnieuwsKader A:hover,
.PnieuwsKader A:visited {
	text-decoration:none;
	color:#FFFFFF;
}
/*-- Nieuws Actueel Kader ----*/
.PnieuwsKaderActueel {
	width:212px;
	background:#fff;
	border: 1px solid #f7931d;
	float:left;
	margin-left:31px;
	margin-top:29px;
	margin-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	color:#003066;
}

.PnieuwsKaderActueel H2{ 
	color:#003066;
}

.PnieuwsKaderActueel LI {
	background:url(../images/readMore-Blue.jpg) 0 4px no-repeat;
	margin-left: 1px;
	padding-left: 15px;
	line-height: 14px;
	margin-bottom:6px;
	font-size:12px;
}

.PnieuwsKaderActueel A,
.PnieuwsKaderActueel A:hover,
.PnieuwsKaderActueel A:visited {
	font-size:12px;
	color:#003066;
}


/*-- Elementen pagina Credit Mind. Gebaseerd op nieuws pagina ----*/

.creditmind_uitgaven li {
	background:none;
	padding:15px 0;
	min-height:0;
	clear:both;
}
* html .creditmind_uitgaven li {
	height:0;
}
.creditmind_uitgaven li .cover {
	width:100px;
	border:1px solid #E5E9F3;
	float:left;
}

.creditmind_uitgaven li .omschrijving {
	width:300px;
	padding-left:15px;
	float:left;
}

.creditmind_uitgaven li .omschrijving .titel a{
	font-weight:bold;
	background:none;
	margin:0;
	color:#003066;
}

.creditmind_uitgaven li .omschrijving a {
	display:block;
	margin-top:15px;
	background:url("../images/readMore-Orange.jpg") no-repeat 235px 5px;
}

body.CreditMind .contactFormLeft {
	width: 120px;
}
body.CreditMind .contactFormRight {
	padding-top:4px;
}
body.CreditMind .contactFormRight input {
	width: 275px;
}
body.CreditMind .contactFormRight .radioButton {
	width:10px;
	height:auto;
	border:none;
	margin:0px 10px 10px 0;
}

body.CreditMind .kaderEmailForm p {
	font-size: 12px;
}

.kaderEmailForm.Creditmind,
body.CreditMind .kaderEmailForm {
	color: #E5E9F3;
	width:216px;
	padding: 13px 8px;
	height: auto;
}

div.line.marginBottom {
	margin-bottom: 10px;
}

.BannerCreditmind {
	width:224px;
	background:#f7931d;
	float:left;
	margin-left:31px;
	margin-top:29px;
}


.partFaq{
	margin-top:5px;
	width:410px;
	line-height:20px;
}

.partFaq P {
	margin-top:0px;
	margin-bottom:15px;
}



.begrippenContent{
	margin-top:5px;
	width:410px;
	line-height:18px;
}

.begrippenContent P {
	margin-top:0px;
	margin-bottom:15px;
}


.begrippenIndex{
	width:248px;
	height: 124px;
	float:left;
	margin:29px 0px 0px 10px;
}

.begrippenIndex A  {
	width:20px;
	height:25px;
	display:block;
	padding:5px 0px 0px 10px;
	margin:	 0px 1px 1px 0px;
	background:url(../images/begrippenIndexVol.png) 0 0 no-repeat;
	float:left;
	font-size:18px;
	color:#FFFFFF;
}

.begrippenIndex P {
	width:30px;
	height:30px;
	display:block;
	padding:0px;
	margin:	 0px 1px 1px 0px;
	background:url(../images/begrippenIndexLeeg.png) 0 0 no-repeat;
	float:left;
}

.begrippenFlash {
	margin: 29px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	width:255px;
	min-height: 150px;
	float:left;
}
* html .begrippenFlash {
	width: 219px; 
	height: 150px;
}


.begrippenFlash IMG {
	margin: 0px 0px 5px 0px;
}

.begrippenFlash A {
	color:#ff9000;
	margin: 13px 0px 0px 9px;
}

.begrippenFlash.low {
	margin-top: 29px;
	margin-left: 10px;
}

.begrippenFlash.left {
	width:220px;
	margin-top: 29px;
	margin-left: 0px;
}


.begrippenFlash.noMargin {
	margin-top: 0px;
	margin-left: 0px;
}

/*------------------------------*/
.begrippenSlider {
	display:block;
	min-height: 24px;
	width: 400px;
	background: url(../images/begripBlokje.png) 9px 11px no-repeat #dfe4f0;
	color:#003066;
	font-size:14px;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:1px;
}
* html .begrippenSlider {
	height: 24px;
}

.begrippenSliderItem {
	display:none;
	width: 400px;
	background-color:#eff1f7;
	color:#003066;
	font-size:14px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:17px;
}

.begrippenDownloads {
	width: 255px;
	height: 79px;
	border: 1px solid #eff1f7;
	display:block;
	float:left;
	margin: 28px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.begrippenDownloads H2{
	margin-left:8px;
}

.begrippenDownloads A {
	margin-left: 8px;
	background:url(../images/adobe.png) 0 0 no-repeat;
	color:#003066;
	padding-left:20px;
}
/*--------------------------*/
.wideContainerS{
	float:left;
	margin-left:0px;
	padding-left:0px;
	margin-right:20px;
	margin-top:20px;
}

* html .wideContainerS{
	float:left;
	margin-left:-60px;
	margin-top:20px;
	width:700px;
}

*html .cr_Foot {
	float:right;


}

.wideContainer {
	float:left;
	margin-left:0px;
	padding:20px;
	width: 700px;
	padding:20px 20px 20px 0px;
}

* html .wideContainer {
	float:left;
	position:relative;
	left:-20px;
	padding:20px 20px 20px 0px;
	width: 690px;
	position:relative;
	
}

.wideContainerS H1 {
	color:#003066;
	font-size:24px;
	line-height:24px;
	margin: 0px 0px 5px 0px
}

.wideContainer H1 {
	color:#003066;
	font-size:24px;
	line-height:24px;
	margin: 0px 0px 5px 0px;

}



.middleContent {
	width:400px;
	float:left;
	margin-left:20px;
	font-size:14px;
}

.contactRechts{
	margin: 29px 12px 0px 32px;
	width:	220px;
	height: 180px;
	display:block;
	float:left;
}
* html .contactRechts{
	width:	220px;
	height: 180px;
	display:block;
	float:right;
	margin-top:-180px;
}

.contactBlok{
	border: 1px solid #f7931d;
	width:	220px;
	height: 166px;
	display:block;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 8px;
	line-height:18px;
}

* html .contactBlok{
	border: 1px solid #f7931d;
	width:	220px;
	height: 166px;
	display:block;
	float:right;
	position:relative;
	top:-12px;
	left:35px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 8px;
	line-height:18px;
}

.contactBlok P.cr_Adres{
	margin: 4px 0px 0px 0px;
	padding:0px;
}

.contactBlok P.cr_Tel{
	margin: 4px 0px 0px 0px;
	padding:0px;
}

.contactBlok P.cr_Mail {
	margin: 7px 0px 0px 0px;
	padding:0px;
}

.contactRechts P.cr_Foot {
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 8px;
	display: block;
	height: 20px;
	float:left;
}

.contactRechts P.cr_Foot {
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 8px;
	display: block;
	height: 20px;
	float:left;
}

*html .wideContainerS .contactRechts P.cr_Foot {
	margin: 0px 0px 0px 25px;
	padding: 5px 5px 5px 8px;
	display: block;
	height: 20px;
	float:right;
}

.contactBlok A IMG{
	margin-right: 5px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
UL.arrowListOr {
	margin-top:8px;
	list-style-position:outside;
}

UL.arrowListOr LI{
	background:url(../images/readMore-Orange.jpg) 2px 4px no-repeat;
	list-style-image:none;
	margin-bottom:2px;
}

UL.arrowListOr LI A,
UL.arrowListOr LI A:hover,
UL.arrowListOr LI A:active,
UL.arrowListOr LI A:link,  
UL.arrowListOr LI A:visited {
	color:#003066;
	padding-left:10px;
	text-decoration:none;
}

.contactFormLeft{
	width:200px;
	margin-top:0px;
	text-align:right;
	float:left;
	font-size:14px;
	line-height:28px;
}

*:first-child+html .contactFormLeft {
	line-height:30px;
}

* html .contactFormLeft{
	margin-top:-3px;
	line-height:30px;
	width:200px;
}

.contactFormRight{
	width:260px;
	float:left;
	margin-left:20px;
	margin-top:2px;
}

.zoekEenDeurwaarder {
	background:none;
}

.zoekEenDeurwaarder table tr td {
	font-size:12px;
}

.zoekEenDeurwaarder input,
.contactFormRight INPUT {
	width: 320px;
	height: 20px;
	margin-bottom:5px;
	border-top:   2px solid #000000;
	border-left:  2px solid #000000;
	border-bottom:1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.zoekEenDeurwaarder input {
	width:150px;
}

.zoekEenDeurwaarder input.radio {
	width:10px;
	border:0px;
	height:auto;
	margin-top:3px;
}

.zoekEenDeurwaarder select,
.contactFormRight SELECT {
	width: 320px;
	margin-bottom:5px;
}

.zoekEenDeurwaarder textarea,
.contactFormRight textarea{
	width: 320px;
	height: 130px;
}

.zoekEenDeurwaarder input.knop,
.contactFormRight INPUT.knop,
input.knopEN,
input.knopFR,
input.knopDE{
	display: block;
	width: 91px;
	height: 24px;
	border: 0px;
	background:url(/images/verzenden.png) 0 0 no-repeat;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:30px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
}
input.knopEN {
	background:url(/images/btn-verzendenEN.png) 0 0 no-repeat;
}
input.knopFR {
	background:url(/images/btn-verzendenFR.png) 0 0 no-repeat;
}
input.knopDE {
	background:url(/images/btn-verzendenDE.png) 0 0 no-repeat;
}
.zoekEenDeurwaarder input.geenTekst {
	background:url(/images/btn.png) 0 0 no-repeat;
}

.aanleverenForm {
	margin-top: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.aanleverenForm .paragraaf {
	margin-bottom: 20px;
}

.aanleverenForm .paragraafheader {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #f7931d;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.aanleverenForm table {
	width: 100%;
}

.aanleverenForm th {
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
}

.aanleverenForm td {
	padding: 5px;
	vertical-align: top;
}

.aanleverenForm input[type="text"] {
	width: 100%;
	border-top:   2px solid #000000;
	border-left:  2px solid #000000;
	border-bottom:1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.aanleverenForm input.knop{
	display: block;
	width: 91px;
	height: 24px;
	border: 0px;
	background:url(../images/verzenden.png) 0 0 no-repeat;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:30px;
}

.aanleverenForm textarea {
	width: 100%;
	border-top:   2px solid #000000;
	border-left:  2px solid #000000;
	border-bottom:1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.kaderEmailForm{
	display: block;
	width:230px;
	height:100px;
	padding: 5px 0px 0px 8px;
	float:left;
	border: 1px solid #f7931d;
	margin: 32px 0px 0px 31px;
}

* html .kaderEmailForm{
	display: block;
	width:220px;
	height:100px;
	padding: 5px 0px 0px 8px;
	float:left;
	border: 1px solid #f7931d;
	margin: 32px 0px 0px 31px;
}

.kaderEmailForm2 {
	display: block;
	width:230px;
	height:100px;
	float:right;
	padding: 5px 0px 0px 8px;
	border: 1px solid #f7931d;
	margin:-102px 30px 0px 0px;
}

*:first-child+html .kaderEmailForm2 {
	float:left;
	margin: 60px 0px 0px -25px;
}

* html .kaderEmailForm2 {
	float:left;
	margin:60px 0px 0px -10px;
}


.vestigingAdres {
	/*font-size:12px;
	line-height:18px;*/
	font-size:14px;
	line-height:20px;
}


.vestigingContact {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 108px;
	width:100%;
	display:block;
}

.vestigingContact IMG {
	margin:0px 8px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.vestigingBlokLinks2,
.vestigingBlokLinks {
	border: 1px solid #f7931d;
	width:	220px;
	height: auto;
	display:block;
	float:left;
	margin:-16px 0px 0px 16px;
	padding: 5px 5px 5px 8px;
	line-height:18px;
}
* html .vestigingBlokLinks {
	margin-top:-30px;
}

.vestigingBlokLinks2 {
	margin:-69px 0px 0px 0px;
}
* html .vestigingBlokLinks2 {
	margin-top:-85px;
}
.vestigingBlokLinks2 p {
	color: #003066;
}
.vestigingBlokLinks2 h2 {
	margin: 5px 0px 10px 0px;
}

/*------------------------------*/
.lLandKaart{
	width: 440px;
	height:500px;
	margin: 30px 0px 0px 10px;
	float:left;
}

.landZoeker{
	margin:16px 0px 0px 0px;
	width: 240px;
	height: 130px;
}

* html .landZoeker{
	margin-left:0px;
	width:220px;
}

.landZoeker2 {
	display:block;
	width:70px;
	float:left;
	font-size:12px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.landZoeker INPUT {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-top:2px solid #000;
	border-left:2px solid #000;
	width:150px; 
}

* .landZoeker INPUT{
	width: 140px;
}


.landZoeker INPUT.zoek {
	display: block;
	width:  60px;
	height: 24px;
	border: 0px;
	float:  left;
	background: url(/images/zoekenBlauw.png) 0px 0px no-repeat;
	padding:0px;
	margin-top:0px;
	margin-left: 0px;
}


/*List met oranje pijl vooraan */
.listOranjePijl {
	display:block;
	margin: -4px 0px 22px 0px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
}

.listOranjePijl LI {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:url(../images/readMore-Orange.jpg) 1px 6px no-repeat;
	line-height:18px;
	padding-left: 18px;
	margin-bottom:0px;
}

.listOranjePijl LI A {
	color:#003066;
}

/*List met blauwe blokken gebruikt in zakelijk klein*/
.blockList {
	display:block;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.blockList UL {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.blockList LI {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:url(../images/blokjeblauw_sml.png) 9px 8px no-repeat #dfe4f0;
	line-height:20px;
	padding-left: 20px;
	margin-bottom:1px;
}

.blockList LI A {
	color:003066;
}

.vacatureList {
	margin-top:-2px;
	padding:0px;
	display:block;
	width: 705px;
	height: 400px;
}

.vacatureHeader {
	display:block;
	width: 695px;
	height: 27px;
	margin: 0px;
	padding: 5px 0px 0px 7px;
	background:url(../images/vacature-gradient.png) 0px 0px repeat-x;
	color: #ffffff;
}

.vacToonAlleen{
	float:right; 
	margin-right:5px; 
	margin-top:-2px; 
	padding:0px;
	color: #003066;

}

.vacatureHeader.bottom{
	margin-top:-3px;
}

.vacatureHeader A {
	margin:0px 2px 0px 2px;
	padding:0px;
	color: #fff;
}

.vacatureHeader A.active { 
	color:#003066;
	background-image:none;
}

.vacatureRows {
	margin:0px;
	padding:0px;
	width:702px;
}

.vacatureRows LI {
	margin-top:-3px;
	padding-top:5px;
	height: 25px; 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:#fff;
	border-top:1px solid #dfe4f0;
}
* html .vacatureRows LI {
	margin-right: -1px;
}

.vacatureRows LI.first {
	border-top:none;
}

A.vacFunctie {
	display:block;
	width:350px;
	float:left;
	padding-left:0px;
	color:#003066;
}

A.vacWaar{
	display:block;
	width:240px;
	float:left;
	color:#003066;
}

A.vacLocatie{
	display:block;
	width:100px;
	float:left;
	color:#003066;
}

.vacatureDetail {
	font-size:14px;
	margin-top:22px;
}

.vacatureDetail P { 
	margin-top:21px;
	margin-bottom:0px;
}
.vacatureDetail div.contactgegevens {
	margin-top: 24px;
	font-weight: bold;
}
.vacatureDetail div.contactgegevenstekst p{
	margin: 0px;
}
.vacatureDetail div.footer {
	margin-top: 24px;
	margin-bottom: 24px;
	font-style: italic;
}
.vacatureDetail div.omschrijving {
	margin-bottom: -19px;
	font-weight: bold;
}



/*-- Splash ----------------*/
.splash {
	position:absolute;
	top:180px; 
	left:55px;
	width: 510px; 
	height: 610px; 
	display:block; 
	background:#dfe4f0; 
	padding: 5px;

}

.splashInner{
	background:#fff;
	width:500px;
	height:590px;
	color:#003066;
	padding: 20px 0px 0px 10px;
	font-size:14px;
}


.closeit {
	background: url(../images/sluiten.png) 0px 0px no-repeat;
	width:71px;
	height:18px;
	display:block;
	position:absolute;
	top:23px;
	left:430px;
}
/*-- LandingsPageClasses ---*/
.landingsPageDiv{
	width:420px;
	margin:44px 0px 0px 239px;
	float:left;
}
* html .landingsPageDiv {
	margin-left:135px;
}

.landingsPageDiv H1 {
	font-size:24px;
	line-height:24px;
	color:#003066;
	margin:0px 0px 14px 0px;
	padding:0px 0px 0px 0px;
}

.landingsPageDiv H2 {
	font-size:18px;
	color:#f7931d;
	margin:56px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.landingsPageDiv P {
	font-size:14px;
	line-height:17px;
	color:#003066;
	float:left;
}

.landingsPageDiv P.landName {
	font-size:14px;
	font-weight:800;
	color:#f7931d;
	float:left;
	margin-right:2px;
	margin-left: 1px;
}

.landingsPageDiv A.landingLinkDoor{
	margin:8px 0px 0px 0px;
	padding:2px 0px 0px 10px;
	background:url(../images/arrowBig.png) 0px 0px no-repeat;
	height:25px;
	width: 415px;
	display:block;
	float:left;
	color:#FFFFFF;
	font-weight:800;
	text-decoration:none;
}

.landingsPageDiv UL{
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


.landingsPageDiv LI{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 19px;
	list-style-image:none;
	list-style-position:outside;
	background:url(../images/readMore-Orange.jpg) 0px 4px no-repeat;
	font-size:14px;
	line-height:18px;
}


.landingsPageDiv LI A{
	text-decoration:none;
	color:#003066;
}
/*-- SiteMap ---------------*/
.sitemap {
	width:219px;
	margin: 25px 0px 0px 9px;
	font-size:14px;
	line-height:15px;
	float:left;
}

.sitemap.smmidden{
	margin: 25px 0px 0px 0px;

}

.sitemap LI {
	background:url(../images/sitemapSign.png) 3px 7px no-repeat;
	padding-left:15px;
}

.sitemap A{
	color:#003066;
	text-decoration:none;
}

.sitemap A:hover{
	color:#f7931d;
	text-decoration:none;
}
/*--------------------------*/
.safeBox {
	min-height: 18px;
}
* html .safeBox {
	height: 18px;
}

ul.semantic li {
	padding: 0;
	background: none
}

.line {
	width:420px;
	height:1px;
	background:url(../images/lineOrange.png) 0 0 repeat-x;
}

.line.wider {
	width:420px;
	height:1px;
	background:url(../images/lineOrange.png) 0 0 repeat-x;
}



.arrowOrLeft {
	width: 9px;
	height: 9px;
	padding: 9px 0px 0px 9px;
	background:url(../images/readMore-Orange.jpg) 0px 13px no-repeat;
	margin:0px 0px 0px -6px;
}


*:first-child+html .arrowOrLeft {
	margin:0px 0px 0px 3px;
	background:url(../images/readMore-Orange.jpg) 0px 10px no-repeat;
}

.clear {
	width: 100%;
	height: 0;
	clear: both;
	overflow: hidden;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

A.meerOverGGN {
	margin-top:5px;
	margin-bottom:5px;
	color:#ff9000;
	padding-left: 10px;
	background:url(../images/blokjeoranje_sml.png) 0px 4px no-repeat;
}

A.meerOverGGN2 {
	font-size: 14px;
	margin-top:5px;
	margin-bottom:5px;
	color:#ff9000;
	padding-left: 10px;
	background:url(../images/blokjeoranje_sml.png) 0px 6px no-repeat;
}

/*
BANNER STYLES
*/
.kolRechts .banner {
	border: 1px solid #f7931d;
	width:	220px;
	height: auto;
	display: block;
	padding: 5px 5px 5px 8px;
	line-height:18px;
}

.kolRechts .bannerZonder {
	width:	auto;
	height: auto;
	display: block;
	padding: 0px;
	line-height:18px;
}
.kolRechts .bannerZonder img {
	border: 1px solid #f7931d;
	margin: 0px;
}

.kolRechts .bannerKaart {
	width:	255px;
	height: auto;
}

.kolRechts .bannerBT {
	width:235px;
	height:auto;
	background:#f7931d;
	float:left;
	margin-top:0px;
	margin-left:0px;
	padding: 10px 10px 5px 10px;
	color:#003066;
	font-size:12px;
}
.kolRechts .bannerBT H2{
	color:#ffffff;
	font-size:14px;
	line-height:14px;
}
.kolRechts .bannerBT H3{
	color:#003066;
	font-size:14px;
	margin-bottom:10px;
}
.kolRechts .bannerBT A{
	letter-spacing:0px;
	color:#003066;
	text-decoration:none;
}
/*
END BANNER STYLES
*/


/*
 * END GENERAL STYLES
*/


label {
	cursor: pointer;
}

#dbsearch label {
	width:150px;
	display:block;
	float:left;
}

#dbsearch legend {
	margin-left:-7px;
	font-weight:bold;
}

#dbsearch {
	margin-top:-50px;
}

#dbsearch input[type=submit]{
	margin-left:150px;
	width:165px;
}

#dbsearch input{
	width:162px;
}

/*
 * BEGIN BETAALTRENDS
 */
body.betaalTrends .partHText h1 {
	color:#003066;
	font-size:24px;
	line-height:24px;
	margin: 0px 0px 5px 0px
}

body.betaalTrends .partHText a.newsItem:link,
body.betaalTrends .partHText a.newsItem:hover,
body.betaalTrends .partHText a.newsItem:active,
body.betaalTrends .partHText a.newsItem:visited{
	text-decoration:none;
}

body.betaalTrends .partHText h2{
	color:#f7931d;
	font-size:18px;
	margin: 5px 0px 10px 0px
}

body.betaalTrends .partHText p {
	color:#003066;
	font-size:14px;
	
}



 
 
 
body.betaalTrends .betaalTrendsHeader  {
	width: 960px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	float: left;
}

body.betaalTrends .betaalTrendsHeader  {
	width: 960px;
	height: 230px;
	margin: 0px;
	float: left;
}

body.betaalTrends .partHContent  {
	margin: 1px 0px 0px 0px;
}

body.betaalTrends .kolLinks {
	margin-top: 0px;
}

body.betaalTrends .kolLinks .kolLinksTop {
	width/**/:/**/198px; /* 219px */
	min-height: 0;
	margin: 0px;
	padding: 0px 0px 20px 21px;
	float: left;
	border-bottom: solid 1px #FFFFFF;
	background: #F7931D;
}
* html body.betaalTrends .kolLinks .kolLinksTop {
	height: 0;
}

body.betaalTrends .kolLinks .kolLinksBottom {
	width/**/:/**/198px; /* 219px */
	min-height: 0;
	margin: 0px;
	padding: 0px 0px 20px 21px;
	float: left;
	background: #a1c1e6;
}
* html body.betaalTrends .kolLinks .kolLinksBottom {
	height: 0;
}

body.betaalTrends .kolLinks .kolLinksTop h2 {
	margin: 24px 0px 10px 0px;
	color: #FFFFFF;
}

body.betaalTrends .kolLinks .kolLinksBottom h2 {
	margin: 24px 0px 10px 0px;
	color: #004D9C;
}

body.betaalTrends .kolLinks .kolLinksTop ul li {
	color: #FFFFFF;
	font-size: 14px;
	background: url(/images/blokjewit.png) no-repeat 0px 5px;
}
body.betaalTrends .kolLinks .kolLinksBottom ul li {
	color: #004D9C;
	font-size: 14px;
	background: url(/images/begripBlokje.png) no-repeat 0px 5px;
}

body.betaalTrends .kolLinks .kolLinksTop ul li a:link,
body.betaalTrends .kolLinks .kolLinksTop ul li a:visited,
body.betaalTrends .kolLinks .kolLinksTop ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
body.betaalTrends .kolLinks .kolLinksTop ul li a:hover {
	text-decoration: none;
}
body.betaalTrends .kolLinks .kolLinksBottom ul li a:link,
body.betaalTrends .kolLinks .kolLinksBottom ul li a:visited,
body.betaalTrends .kolLinks .kolLinksBottom ul li a:active {
	color: #004D9C;
	text-decoration: underline;
}
body.betaalTrends .kolLinks .kolLinksBottom ul li a:hover {
	color: #004D9C;
	text-decoration: none;
}

body.betaalTrends .partHText h1 {
	color:#003066;
	font-size:24px;
	line-height:24px;
	font-weight:200;
	word-spacing:-1px;
	margin: 20px 0px 5px 0px
}

body.betaalTrends .partHText h2 {
	margin: 24px 0px 10px 0px;
}

body.betaalTrends .kolRechts h2 {
	margin: 24px 0px 10px 0px;
}

body.betaalTrends .kolRechts {
	color: #003066;
	text-decoration: none;
}
 /*
 * BEGIN BETAALTRENDS
 */



/* 
*	SAIL 2010
*/
div.sailbanners {
	width:219px;
}

div.sailbanners img {
	padding-top:2px;
}

body.Sail2010 img.sailLogo {
	padding-left:50px;
}

body.Sail2010 a.aanmeldButton {
	display:block;
	width:95px;
	height:24px;
	text-indent:-9999px;
	background:url(/images/sail_aanmeldbutton.png) 0 0 no-repeat;
}

body.Sail2010 div.line {
	margin-bottom:28px;
}

body.Sail2010 .contactFormRight {
	width:auto;
}

body.Sail2010 .contactFormRight label {
	display:block;
	width:120px;
	float:left;
	text-align:right;
}

body.Sail2010 .contactFormRight input[type="text"] {
	width: 260px;
	height: 23px;
	margin:0 0 5px 10px;
	float:left;
}

body.Sail2010 .contactFormRight input[type="submit"] {
	display:inline;
	margin:10px 0 0 130px;
}

/* 
*	END SAIL 2010
*/



/*
 * BEGIN HACK
 */
.creditmind_uitgaven li:after,
.begrippenFlash:after,
.kolLinks:after,
.kolLinks .kolLinksTop:after,
.kolLinks .kolLinksBottom:after,
.containerMain:after,
.homenieuwsL:after,
.safeBox:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}


A.NieuwsOverzichtLink,
A.NieuwsOverzichtLink:link,
A.NieuwsOverzichtLink:active,
A.NieuwsOverzichtLink:visited,
A.NieuwsOverzichtLink:hover{
	clear:both;
	font-size:14px;
	color:#f7931d;
	padding-left:15px;
	margin-left:0px;
	background:url(../images/readMore-Orange.jpg) 0 4px no-repeat;
}



.indexContainer {
	width:740px;
	float:left;
	margin:0px;
	padding:0px;

}
* html .indexContainer {
	width: 720px; 
}

.indexContent {
	width:740px;
	margin-left:1px;
	padding:0px;
	overflow: hidden;

}
* html .indexContent {
	width: 720px; 
}


.logoClickHome{ 
	display:block;
	width:960px;
	height: 100px;
	padding:0px;
	margin:0px;
	text-decoration: none;
}

.logoClickSite { 
	display:block;
	width:960px;
	height: 75px;
	padding:0px;
	margin:0px;
	text-decoration: none;
}
/*
 * END HACK
 */