/*
#################
#	ALGEMEEN	#
#################
*/

html,
body,
div,
span,
h1, h2, h3, h4, h5, h6,
table, tr, td,
form,
a {
	margin: 0;
	padding: 0;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

a { 
	color: #3a5b8c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
}

a:hover {
	color: #00D2FF;
}

img {
	border: none;
}

.hidden {
	display: none;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #1E1E1E;
}

.floatLeft {
	float: left;
}


.textIntro {
	font-weight: bold;
	color: #1E1E1E;
}

.textUitgelicht {
	font-size: 1.2em;
	color: #097DAB;
}

.textNormaal {
	color: #1E1E1E;
}

#mainContainer2 {
	font-size: 1.1em;
}

#leftMenu, #subRight2 { font-size: .9em; }

/*
#################
#	HEADER		#
#################
*/

#header {
	margin: auto;
	width: 840px;
	height: 110px;
	background: url(/img/logo.jpg) no-repeat;
}

#header_sub {
	margin: auto;
	width: 745px;
	height: 35px;
	background: url(/img/sub_logo.jpg) no-repeat;
	text-align: right;
	padding-right: 25px;
	padding-top: 25px;
}

/* MENU */

#menu {
	margin: auto;
	width: 700px;
	height: 26px;
	background: url(/img/bg_menu.gif) repeat-x;
	padding-top: 7px;
}
	
#menu a {
	color: #475b89;
	text-decoration: none;
}

#menu a:hover,
#menu a.active {
	color: #00D2FF;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 -39px;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0 15px 0 4px;
}
	
/* LANGUAGE */
	
#language {
	float: right;
	width: 190px;
	margin-top: 5px;
}

#language a {
	color: #828282;
	font-size: 1.1em;
	text-decoration: none;
	margin-left: 5px;
}
	
/*
#################
#	  MAIN		#
#################
*/

#mainContainer {
	margin: auto;
	width: 700px;
	clear: both;
}

#mainContainer2,
#mainContainer3,
#mainContainer4 {
	float: left;
	width: 700px;
	margin: 0 0 0 5px;
	padding: 0 0 50px 0;
	background: url(/img/bg_subLeft.gif) repeat-y 108px;
}

#mainContainer3 {
	padding: 0;
	background: url(/img/uw_probleem.jpg) no-repeat;
}

#mainContainer4 {
	padding: 0;
	background: none;
}

/* BLOCKLEFT */

#blockLeft {
	float: left;
	width: 447px;
	height: 330px;
	background-color: #f2f3f3;
}

#blockLeft_header {
	float: left;
	width: 447px;
	height: 202px;
	padding: 0 0 5px 0;
	background: #fff;
}

#blockLeft_main {
	float: left;
	width: 447px;
}

#blockLeft_main h2 {
	color: #097dab;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px;
}

#blockLeft_main p {
	color: #097dab;
	font-size: 1.3em;
	margin: 10px;
}

.leesverder a {
	margin-left: 5px;
	color: #b4b4b4;
	font-size: 0.9em;
	font-weight: 200;
	text-decoration: none;
}

/* BLOCKRIGHT */
	
#blockRight {
	float: right;
	width: 240px;
	height: 330px;
}
	
#blockRight p {
	color: #969696;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#blockRight h2 {
	font-size: 1.1em;
	margin: 0;
	color: #097dab;
	font-weight: 300;
	text-decoration: upperclase;
}

#blockRight h3 {
	color: #1e1e1e;
	font-size: 1.1em;
	font-weight: 300;
	text-decoration: upperclase;
	margin: 0;
}

.blockNews {
	float: left;
	padding-bottom: 6px;
}
		
.blockLine,
.blockLine2 {
	float: left;
	width: 240px;
	height: 1px;
	background: url(/img/bg_nieuwsblok.gif) repeat-x;
	overflow: hidden;
	margin: 0 0 5px 0;
}

.blockLine2 {
	width: 180px;
}

.blockSelect {
	float: left;
	margin: 0 0 5px 0;
}

.blockSelectS {
	width: 235px;
	margin: 0;
	padding: 0;
}

.blockSelectSS {
	width: 175px;
	margin: 0;
	padding: 0;
}

.blockRight_main {
	height: 100px;
}

/*
#################
#	SUBPAGINA 	#
#################
*/

.subSpacer {
	float: left;
	width: 700px;
	height: 10px;
	background: #fff;
	overflow: hidden;
}

div#leftMenu {
	float: left;
	width: 110px;
	min-height: 100px;
	padding: 0 10px 0 0;
}

ul#subMenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #3a5b8c;
}

ul#subMenu li {
	padding: 1px 0;
}

ul#subMenu li a {
	font-size: 0.9em;
	display: block;
}

ul#subMenu li a:hover,
ul#subMenu li a.active,
dl#klanten-lijst ul a:hover,
dl#klanten-lijst ul a.active {
	color: #00D2FF;
	font-weight: bold;
}

ul#subMenu li a.download {
	color: #B4B4B4;
}

div.subRight {
	float: right;
	width: 580px;
}
div.subRight .headerImg {
	margin: 0 0 25px 0;
}

div#subRight2 {
	float: right;
	width: 180px;
	padding: 0 5px 0 0;
}

div#subRight2 img {
	display: block;
	margin: 0 auto; padding: 0 0 5px 0;
}

div.subRightList {
	min-height: 237px;
}

div.subRightList,
div.subRightList2,
div.subRightWerkwijze {
	float: left;
	width: 170px;
	padding: 5px;
	background: url(/img/bg_list.gif) no-repeat;
}

div.subRightList2 {
	background: #E7E7E8 none;
}

div.subRightWerkwijze {
	background: none;
}

div.subRightList h1,
div.subRightList2 h1,
div.subRightWerkwijze h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #6198B8;
}

div.subRightWerkwijze p {
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

div.subRightList ul,
div.subRightList2 ul {
	list-style: square;
	margin: 0;
	padding: 5px 5px 5px 15px;
	font-size: 1.1em;
}

/*
div.subRightList2 ul {
	list-style: none;
	padding: 5px 5px 5px 0px;
}
*/

/* SUB PROBLEMEN */

div#probleem_1 {
	float: left;
	padding: 75px 375px 11px 155px;
	width: 135px;
	height: 70px;
	overflow: hidden;
}

div#probleem_2 {
	float: left;
	padding: 5px 20px 21px 510px;
	width: 135px;
	height: 60px;
	overflow: hidden;
}

div#probleem_3 {
	float: left;
	padding: 60px 125px 10px 40px;
	width: 135px;
	height: 55px;
	overflow: hidden;
}

div#probleem_4 {
	float: left;
	padding: 0 220px 41px 55px;
	width: 90px;
	height: 100px;
	overflow: hidden;
}

div#subProbleem1 {
	float: right;
	padding: 85px 15px 0 55px;
	width: 140px;
	height: 215px;
	background: url(/img/sub_probleem_1.jpg) no-repeat;
}

div#subProbleem2 {
	float: right;
	padding: 55px 110px 0 10px;
	width: 90px;
	height: 245px;
	background: url(/img/sub_probleem_2.jpg) no-repeat;
}

div#subProbleem3 {
	float: right;
	padding: 80px 80px 0 10px;
	width: 120px;
	height: 220px;
	background: url(/img/sub_probleem_3.jpg) no-repeat;
}

div#subProbleem4 {
	float: right;
	padding: 190px 20px 0 50px;
	width: 140px;
	height: 110px;
	background: url(/img/sub_probleem_4.jpg) no-repeat;
}

div#subMain,
div#subMain2 {
	overflow: hidden;
	float: left;
	width: 350px;
}

div#subMain2 {
	width: 370px;
}

div#subMain2 .headImg {
	margin: 0 0 15px 0;
}

div#subMain h1,
div#subMain2 h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3A5B8C;
}

div#subMain h2,
div#subMain2 h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #6198B8;	
}

div#subMain2 h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #3A5B8C;
	margin: 0 0 15px 0;
}

div#subMain2 .datum {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

div#subMain .intro,
div#subMain2 .intro {
	font-size: 1.1em;
	font-weight: bold;
	color: #3A5B8C;
}

div#subMain .normaal,
div#subMain2 .normaal {
	color: #1E1E1E;
}

div#oplossingContainer {
	overflow: hidden;
	float: left;
	width: 645px;
	padding: 105px 0 0 0;
	background: #fff url(/img/header_oplossing.jpg) no-repeat;
	margin: 0 0 5px 0;
}

div#oplossingContainer h1 {
	font-size: 1.2em;
	color: #fff;
}

div#oplossingContainer h2 {
	font-size: 1.2em;
	color: #fff;
	margin: 10px 0 0 0;
}

div#oplossingContainer p {
	padding: 0;
	margin: 0;
}

div#oplossingContainer a {
	font-size: 1.1em;
	color: #fff;
}

div#oplossingContainer a:hover {
	color: #00D2FF;
}

div#oplossing1,
div#oplossing2,
div#oplossing3,
div#oplossing4 {
	float: left;
	height: 180px;
	padding: 15px 10px 0 10px;
}

div#oplossing1 {
	background: #475B89;
	width: 139px;
}

div#oplossing2 {
	background: #7397B5;
	border-left: 1px solid white;
	width: 142px;
}

div#oplossing3 {
	background: #A9C0D2;
	border-left: 1px solid white;
	width: 144px;
}

div#oplossing4 {
	background: #7B8BAB;
	border-left: 1px solid white;
	width: 137px;
}


div#klantLijst {
	float: left;
	width: 355px;
	padding: 0 15px 0 0;
	font-size: 1.1em;
}

div#klantLijst a {
	font-weight: bold;
}

div.blok {
	float: left;
	width: 167px;
	margin-left: 24px;
	overflow: hidden;
}

div.blok .top {
	height: 10px;
	width: 167px;
	background: url(/img/blok_top.gif) no-repeat;
	overflow: hidden;
}

div.blok .middle {
	width: 147px;
	font-size: 1.1em;
	color: #fff;
	background: #475B89;
	padding: 0px 10px;
}

div.blok .middle p {
	margin: 0;
	padding: 1px 0;
}

div.blok .bottom {
	height: 10px;
	width: 167px;
	background: url(/img/blok_bottom.gif) no-repeat;
	overflow: hidden;
}

div#contact {
	width: 613px;
	overflow: hidden;
	float: left;
}

div#contact h1 {
	font-size: 1.2em;
	color: #097DAB;
	margin: 0 0 15px 0;
}

div#contact p {
	font-size: 1.1em;
}

div#contact img {
	margin: 0 0 15px 0;
}

div#contactGegevens {
	float: left;
	width: 170px;
}

div#contactFormulier {
	width: 400px;
	float: right;
}

div#contactFormulier fieldset {
	border: none;
}

ul.velden {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

ul.velden li {
	clear: both;
	padding: 3px 0;
}

ul.velden label {
	display: block;
	padding: 3px 0;
}

ul.velden input {
	width: 294px;
}

ul.velden select {
	float: left;
	width: 300px;
}

ul.velden textarea {
	width: 294px;
	height: 75px;
}

div#contactFormulier fieldset .button {
	padding: 0 .6em;
}

/*
#################
#	  FOOTER 	#
#################
*/

#footer {
	clear: both;
	margin: auto;
	width: 700px;
	height: 68px;
	line-height: 1.3em;
}

#footer p {
	margin: 0 8px;
	color: #fff;
	text-decoration: none;
}

div#footer2 {
	margin: auto;
	clear: both;
	width: 695px;
	padding: 5px 0 0 5px;
}

div#footer2 a {
	float: left;
	padding: 5px 0 0 25px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

div#footer2 a:hover {
	color: #00D2FF;
}

div#footer3 {
	float: left;
	width: 625px;
	height: 40px;
	padding: 15px 10px;
	background: #CFD0D1 url(/img/bg_footer_blokE.gif) no-repeat right bottom;
}

div#footer3 h1 {
	font-size: 1.2em;
	color: #1E1E1E;
}

div#footer3 p {
	padding: 0;
	margin: 0;
}

div#footer3 a {
	font-size: 1.1em;
	color: #1E1E1E;
}

div#footer3 a:hover {
	color: #fff;
}
	
#footer_blok1,
#footer_blok2,
#footer_blok3,
#footer_blok4 {
	float: left;
	width: 166px;
	height: 63px;
	border-left: 1px solid #fff;
	padding: 5px 8px 0 0;
}

#footer_blok1 {
	background: #475b89 url(/img/bg_footer_blokA.gif) no-repeat 0 56px;
	border: none;
}

#footer_blok2 {
	background: #7397b5;
}

#footer_blok3 {
	background: #bbbcbd;
}

#footer_blok4 {
	background: #a9c0d2 url(/img/bg_footer_blokD.gif) no-repeat 163px 54px;
}

#footer_blok1 a,
#footer_blok2 a,
#footer_blok3 a,
#footer_blok4 a,
div#probleem_1 a,
div#probleem_2 a,
div#probleem_3 a,
div#probleem_4 a {
	display: block;
	color: #fff;
}

div#subProbleem2,
div#subProbleem4 {
	color: #fff;
}

#footer_blok1 a:hover,
#footer_blok2 a:hover,
#footer_blok3 a:hover,
#footer_blok4 a:hover,
div#probleem_1 a:hover,
div#probleem_2 a:hover,
div#probleem_3 a:hover,
div#probleem_4 a:hover {
	color: #00D2FF;
}

#footer_blok1 .titel,
#footer_blok2 .titel,
#footer_blok3 .titel,
#footer_blok4 .titel,
div#probleem_1 .titel,
div#probleem_2 .titel,
div#probleem_3 .titel,
div#probleem_4 .titel,
div#subProbleem1 .titel,
div#subProbleem2 .titel,
div#subProbleem3 .titel {
	clear: both;
	font-size: 1.1em;
	color: #fff;
	font-weight: 300;
	text-style: upperclase;
}

#footer_blok1 a:hover .titel,
#footer_blok2 a:hover .titel,
#footer_blok3 a:hover .titel,
#footer_blok4 a:hover .titel,
div#probleem_1 a:hover .titel,
div#probleem_2 a:hover .titel,
div#probleem_3 a:hover .titel,
div#probleem_4 a:hover .titel,
div#subProbleem1,
div#subProbleem1 .titel,
div#subProbleem3,
div#subProbleem3 .titel {
	color: #00D2FF;
}

#footer2_blok1,
#footer2_blok2,
#footer2_blok3,
#footer2_blok4 {
	float: left;
	height: 25px;
}

#footer2_blok1 {
	background: #475b89 url(/img/bg_footer_blokA.gif) no-repeat left bottom;
	width: 162px;
}

#footer2_blok2 {
	background: #7397b5;
	border-left: 1px solid white;
	width: 161px;
}

#footer2_blok3 {
	background: #bbbcbd;
	border-left: 1px solid white;
	width: 161px;
}

#footer2_blok4 {
	background: #a9c0d2 url(/img/bg_footer_blokD.gif) no-repeat right bottom;
	border-left: 1px solid white;
	width: 161px;
}

p.afbeelding {
	margin: 1.6em 0;
	text-align: center;
}

p.afbeelding img {
	padding: .8em;
	border: 1px solid #EBEBEC;
}

img.paragraaf-image {
	float: right;
	margin: 0 0 .8em .8em;
	padding: .8em;
	border: 1px solid #EBEBEC;
}

dl#klanten-lijst { margin: 0; padding: 0; }

dl#klanten-lijst dd {
	margin: 0 0 1.6em 0;
	padding: 0;
}

dl#klanten-lijst ul {
	list-style: none;
	margin: .4em;
	padding: 0;
}