body {
	background:url('/images/bg_body.png') repeat-x #eae2d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #534741;
}

@font-face {
    font-family: 'AllerRegular';
    src: url('/fonts/aller_rg-webfont.eot');
    src: local('?'), url('/fonts/aller_rg-webfont.woff') format('woff'), url('/fonts/aller_rg-webfont.ttf') format('truetype'), url('/fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

div#wrapper-home{
width:960px;
margin:0 auto;
background:url('/images/bg-homepage.jpg') no-repeat 0px 20px;
}

a {
	text-decoration: underline;
	color: #eb6f29;
}

a:hover {
    color: #852800;
}

strong {
	font-weight: bold;
}

div.wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

div.wrapper_sub {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
padding-bottom: 40px;
}

img#header-populaire-onderwerpen{
margin-bottom:10px !important;
}


/* Logo */
a#logo {
	display: block;
	width: 228px;
	height: 134px;
	float: left;
	display: inline;
}

/* Menu */
div#navigation {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	overflow: hidden;
}

/* Menu */
ul#menu {
	float: right;
	display: inline;
}


ul#menu li {
	margin-left: 3px;
	float: left;
	display: inline;
	position: relative;
}

ul#menu li a {
padding: 20px 0 0 13px;
display: block;
	width: 126px;
	height: 69px;
	color: #534741;
	text-decoration: none;
    font-family: 'AllerRegular';
	font-size: 1.4em;
	font-weight: bold;
}

ul#menu li a:hover, ul#menu li.active a {
	background-image: url('/images/bg_menu.png');
}

ul#menu li:hover a, ul#menu li:hover span, ul#menu li.active a, ul#menu li.active span  {
	color: #fdfdfd;
}

ul#menu li a span {
	font-family: AllerRegular;
	position: absolute;
	top: 40px;
cursor: pointer;
font-weight: normal;
	left: 13px;
	font-size: 13px;
	font-style: italic;
}

/* Header */

div#header {
	position: relative;
	height: 260px;
	float: left;
	display: inline;
	padding-left:2px;
}

div#header h1 {
    font-family: AllerRegular;
	font-size: 2.2em;
	font-weight: bold;
	font-style: normal;
	width: 370px;
	padding: 10px 0 25px;
	
	/* CSS3 Text-shadow */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

div#header p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding-bottom: 15px;
	width: 370px;
}

/* Waarden */

div.waarden {
	width: 220px;
	height: 220px;
	float: left;
	display: inline;
}


div.waarden h2  {
	font-family: AllerRegular;
	font-size: 1.8em;
	font-weight: bold;
	background: url('/images/sprite_waarden.png') no-repeat;
	height: 49px; /* 54px - padding */
	padding: 5px 0 0 60px;
}
div.waarden h2 a {
text-decoration: none;
color: #534741;
}

div#waarde_1 h2 {	background-position: 0 0; }
div#waarde_2 h2 {	background-position: 0 -54px; }
div#waarde_3 h2 {	background-position: 0 -108px; }
div#waarde_4 h2 {	background-position: 0 -162px; }

div.waarden p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px 10px 0 15px;
}

/* Helpen &amp; Nieuws */
div#helpen, div#nieuws_home  {
	width: 460px;
	float: left;
	display: inline;
	padding: 30px 0;
}

div#helpen{
	padding: 34px 0;
}

div#helpen h2, div#nieuws_home h2 a {
	font-family: AllerRegular;
	font-size: 2.4em;
	font-weight: bold;

color: #534741;
text-decoration: none;
	
	/* CSS3 Text-shadow */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
div#helpen h2 {
	margin-bottom: 25px;
}

div#nieuws_home h2 {
   float: left;
    width: 100%;
}

div#nieuws_home h2 a {
	text-decoration: none;
float: left;
margin-bottom: 15px;
}

div.helpen_box {
	width: 363px; /* 466px - padding */
	height: 43px; /* 83px - padding */
	padding: 20px;
	margin-bottom: 10px;
}


div.helpen_box h3 {
	font-family: AllerRegular;
	font-size: 2.2em;
	font-weight: bold;
/*	background: url('/images/sprite_helpen2.png') no-repeat; */
	height: 40px; /* 40px - padding */
	padding-left: 60px;
}

div#helpen_1 {	background: url('/images/bg_quickscan.png') no-repeat; background-position: 0px 0; }
div#helpen_2 {	background: url('/images/bg_pre-toetsing.png') no-repeat; background-position: 0px 0px; }
div#helpen_3 {	background: url('/images/bg_pe_punten.png') no-repeat; background-position: 0px 0px; }
div#helpen_4 {	background: url('/images/bg_kantoor.png') no-repeat; background-position: 0px 0px; }

div#helpen_1:hover {	background-position: 0px -83px; }
div#helpen_2:hover {	background-position: 0px -83px; }
div#helpen_3:hover {	background-position: 0px -83px; }
div#helpen_4:hover {	background-position: 0px -83px; }

div.helpen_box a {
color: #534741;
text-decoration: none;
float: left;
}

div.helpen_box a:hover {
    color: #EB4600;
}

div.helpen_box p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: -15px 0 0 60px;
}

div#nieuws_home {
	margin-left: 20px;
}

img.home_rss {
	background-image: url('/images/icon_rss.png');
background-repeat: no-repeat;
width: 16px;
height: 17px;
display: inline;
float: left;
margin: 10px; 0 0 5px;
}



div#nieuws_home h3, div#nieuws_home a h3 {
	font-family: AllerRegular;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0;
color:#534741 !important;
line-height:1.2em !important;
}

div#nieuws_home a h3:hover{
text-decoration:underline !important;
} 

div#nieuws-overzicht h3 {
	font-family: AllerRegular;
	font-size: 1.8em !important;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
padding-bottom:10px !important;

	/* CSS3 Text-shadow */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

div#nieuws-overzicht p{
padding-bottom:0px !important;
}

div#nieuws_home p {
	font-size: 1.3em;
	line-height: 1.5em;
display: inline;
}

a.niewsbericht{
text-decoration:none !important;
color:#534741;
}

.niewsbericht:hover{
text-decoration:underline !important;
}

div#nieuws_home a {
    font-size: 1.3em;
    line-height: 1.5em;
text-decoration:none !important;
}

div#nieuws-overzicht a {
    font-size: 1.3em;
    line-height: 1.8em;
}

/* Sidebar */
div#sidebar {
	width: 237px; /* size is bg_submenu.png */
	float: left;
	display: inline;
	margin-top: 40px;
	background:url('/images/bg_sidebar.png') top right no-repeat;
min-height: 461px;
}

div#sidebar h2 {
	font-family: AllerRegular;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 25px;
	
	/* CSS3 Text-shadow */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

div#sidebar h2 a{
	font-family: AllerRegular;
	font-weight: bold;
	margin-bottom: 25px;

	text-decoration:none;
color:#534741;
	/* CSS3 Text-shadow */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

div#sidebar h2 a:hover{
color:#EB6F29;
}


/* Sidebar Submenu */
ul#submenu {
	border-top: 1px solid #d6cbc0;
	width: 221px;
	margin-bottom: 25px;
}

ul#submenu li {
	border-bottom: 1px solid #d6cbc0;
	margin-top: -3px;
}

ul#submenu li a {
	font-size: 1.4em;
	padding: 15px 25px;
	width: 187px; /* 237px - padding */
	height: auto;  /* 47px - padding */
	display: block;
	color: #534741;
	text-decoration: none;
}

ul#submenu li ul {
	overflow: hidden;
	height: auto;
	padding-bottom: 15px;
}

ul#submenu li ul li {
	float: left;
	border-bottom: none;
	margin-top: 0;
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 25px;
	position: relative;
}

ul#submenu li ul li a {
	font-size: 1.3em;
	padding: 5px 0;
	display: inline;
	color: #534741;
	text-decoration: none;
	background: none !important;
}

ul#submenu li:hover a, ul#submenu li a.currentpage, ul#submenu li.activeparent a {
	background:url('/images/bg_submenu.png') no-repeat;
	font-weight: bold;
}

ul#submenu li a.currentpage2{
	background:url('/images/bg_submenu.png') no-repeat;
	font-weight: bold;
padding-top:7px !important;
}
ul#submenu li a.currentpage3:hover{
	background:url('/images/bg_submenu.png') no-repeat;
	font-weight: bold;
padding-top:7px !important;
}

ul#submenu li.activeparent ul li a, ul#submenu li:hover ul li a {
font-weight: normal;
}

ul#submenu li.activeparent ul li a.currentpage, ul#submenu li:hover ul li a:hover {
font-weight: bold;
}

/* Sidebar Contanct */
div#cursus_locatie {
position: absolute;
top: 30px;
right: 75px;
width: 210px;
	border-left: 1px solid #d6cbc0;
	margin: 15px 0;
	padding: 15px 30px;
}
div#cursus_locatie p {
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 10px 0 15px 15px;
}

/* Content sub */
div#content {
	width: 690px;
	margin-left: 40px;
	float: left;
	display: inline;
}

div#content h1 {
	font-family: AllerRegular;
	font-size: 3.2em;
	font-weight: bold;
	font-style: italic;
padding-bottom:10px;
	
	/* CSS3 Text-shadow */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

div#content h2 {
	font-family: AllerRegular;
	font-size: 2.0em;
	font-weight: bold;
	padding-bottom: 15px;
}

div#content h3 {
	font-family: AllerRegular;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 15px;
}


div#content ul {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0 0 15px 15px;
}

div#content ul li {
	list-style-type: disc;
	list-style-position: outside;
}


div.consultants img{
margin-bottom:5px;
}

div.consultants ul li{
list-style-type:none !important;
height:25px;
padding-bottom:10px;
}

div.consultants ul li img{
margin-top:3px;
}

div#content ol {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0 0 20px 20px;
}

div#content ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

div#content p#breadcrumbs {
	font-style: italic;
	font-size: 1.3em;
	padding: 0 0 20px 0;
}	

div#content p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding-bottom: 15px;
}

.profielfoto{
padding-right:10px;
}

.consultants {background: url(/uploads/images/bg_shadow.png) no-repeat bottom; padding-bottom:20px; margin-bottom:20px;}
.consultants a {margin-left:0px; vertical-align:center; font-size: 1.2em; padding-left:10px;}



/* Curussen + ondersteuning overzicht */

div#container_cursus div {
	width: 315px;
	height: 288px;
	float: left;
	position: relative;
	display: inline;
	margin: 10px 10px 10px 0;
	padding: 0px 10px;
}

.vaktechnisch-advies{
	background:url(/uploads/images/cursussen/vaktechnisch-advies3.png) no-repeat;
}

.vaktechnisch-advies a, .kwaliteitsbeheersing a, .cursussen a, .rendement-strategie a{
color:#EB6F29 !important;
text-decoration:underline !important;
font-size:1.1em !important;
line-height:1.6em !important;
font-family:Arial,Helvetica,sans-serif !important;
font-weight:normal !important;
}

.controlepraktijk{
	background:url(/images/controlepraktijk.png) no-repeat;
	height:320px !important;
}

.kwaliteitsbeheersing{
	background:url(/uploads/images/cursussen/kwaliteitsbeheersing2.png) no-repeat;
}

.samenstelpraktijk{
	background:url(/images/samenstelpraktijk.png) no-repeat;
	height:320px !important;
}

.cursussen{
	background:url(/uploads/images/cursussen/cursussen2.png) no-repeat;
}

.rendement-strategie{
	background:url(/uploads/images/cursussen/rendement-strategie2.png) no-repeat;
}

.advisering{
	background:url(/images/advisering.png) no-repeat;
	height:320px !important;
}

.review-toetsing{
	background:url(/images/review-toetsing.png) no-repeat;
	height:320px !important;
}

div#container_cursus p{
margin-left:20px;
}



div#container_cursus div img {
	padding: 0px;	
}

div#container_cursus div h2 {
	font-family: AllerRegular;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 25px 23px 120px 50px;
color:white !important;
}

div#container_cursus ul{
margin-left:20px;
}

div#container_cursus div a {
	font-family: AllerRegular;
	font-weight: bold;
	font-size: 1.2em;
text-decoration:none;
color:#534741;
}

div#container_cursus div a:hover{
text-decoration:underline;
}


/* Bar */

div.bar {
	position: relative;
	font-family: AllerRegular;
	float: left;
	display: inline;
	
	/* CSS3 Text-shadow */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

div.barsub {
	position: relative;
	font-family: AllerRegular;
	float: left;
	display: inline;
	
	/* CSS3 Text-shadow */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

div#bar_home {
	background-image: url('/images/bg_bar_home.png');
	width: 940px;
	height: 116px;
	margin-bottom: 30px;
overflow: hidden;
}

div#bar_sub {
	background: url('/images/bg_bar_sub.png') no-repeat;
	width: 700px;
	height: 124px;
	margin-top: 0px;
	padding-bottom: 25px;
}


div#bar_home h2 {
	font-size: 2.4em;
	font-weight: bold;
	padding: 35px 0 00px;
}

div#bar_sub h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 40px 0 0 0;
}

div#bar_home h3 {
	font-size: 1.6em;
	font-style: italic;
}

div#bar_sub h3 {
	font-size: 1.5em;
	font-style: italic;
}


div.bar a {
	background-image: url('/images/btn_afspraak_maken2.png');
	width: 245px;
	height: 67px;
	display: block;
	position: absolute;
	right: 15px;
	top: 25px;
	text-indent: -9999px;
}

div.bar a:hover {
background-position: 0 -66px;
}

div.barsub a {
	background-image: url('/images/btn_neemcontactop2.png');
	width: 245px;
	height: 68px;
	display: block;
	position: absolute;
	right: 15px;
	top: 25px;
	text-indent: -9999px;
}

div.barsub a:hover {
background-position: 0 -66px;
}



/* Footer */

.disclaimer{
top:155px;
}

div#footer {
	background: url('/images/bg_footer.png') top right #534741 no-repeat;
	width: 100%;
	height: 180px; /* 220px - padding */
	color: #fff;
	padding-top: 35px;
}

div#footer h2 {
	font-family: AllerRegular;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
}

div#footer div#gezochte_paginas, div#footer div#sitemap, div#footer div#sitemap, div#footer div#contactgegevens {
	float: left;
	display: inline;
	height: 180px;
}

div#contactgegevens img{
	margin-right:10px;
}

div#footer ul {
	float: left;
}

div#footer ul li {
	font-size: 1.3em;
	line-height: 1.6em;
}

div#footer div#sitemap a {
	color: #fff;
	text-decoration: none;
}

div#footer div#sitemap a:hover {
	text-decoration: underline;
}

div#footer div#gezochte_paginas {
	width: 280px;
	margin-right: 20px;
}

div#footer div#gezochte_paginas a {
	color: #c7b299;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.6em;
	text-decoration: none;
}

div#footer div#gezochte_paginas a:hover {
	color: #fff;
}

div#footer div#sitemap {
	width: 120px;
	margin-right: 60px;
}

div#footer div#contactgegevens {
	width: 460px;
}

div#footer div#contactgegevens ul#spacer {
	margin: 0 45px 0 70px;
}

div#footer span {
	font-size: 1.2em;
	color: #fff;
	font-style: italic;
	position: absolute;
	bottom: 0px;
	right: 48px;
}

/* Nivo Slider */
div#slider_container {
	/* background: url('/images/bg_slider.png') top right no-repeat; */
	width: 560px;
	height: 280px;

	position: absolute;
	right: -60px;
	top: 0px;
margin-top:-52px;
}

#slider {
    width:380px; /* Change this to your images width */
    height:220px; /* Change this to your images height */
    background:url('/images/loading.gif') no-repeat 50% 50%;

	position:absolute !important;
	right: 13px;
	top: 13px;
}

#slider img {
    /* position: absolute;
    top: 0px;
    left: 0px;
display: none; */
}

div.nivo-html-caption {
    display: none;
}

div.nivo-caption {
	background-image: url('/images/bg_slider_content.png');
	width: 346px;
	height: 216px;
	position: absolute;
	top: 50px;
	left: -145px;	
	z-index: 2;
	opacity: 1;
}

div.nivo-html-caption {
    display:none;
}

div#slider_container div.nivo-caption h2 {	
	font-family: AllerRegular;
	font-size: 1.8em;
	font-weight: bold;
	width: 180px;
	padding-bottom: 10px;
	
	position: relative;
	top: 25px;
	left: 15px;
}

div#slider_container div.nivo-caption p.slider_paragraph {
	font-size: 1.2em;
    line-height: 1.4em;
	font-style: italic;
    width: 180px;
	padding-bottom: 10px;
	
	position: absolute;
	top: 55px;
	left: 15px;
}

div#slider_container div.nivo-caption h3 {	
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	
	position: absolute;
	top: 195px;
	left: 15px;
}

div#slider_container div.nivo-caption img.slider_portret {
	width: 100px;
	height: 120px;
	display: block;
	
	position: absolute;
	top: 30px;
	left: 205px;
}

div#slider_container div.nivo-caption a {
	font-size: 1.2em;
	text-indent: 25px;
	padding-top: 3px;
	height: 15px; /* 18px - padding */
	background: url('images/icon_video.png') 0 0 no-repeat;
	
	position: absolute;
	top: 170px;
	left: 205px;
}


/* Navigation */
div.nivo-directionNav a {
	width: 23px;
	height: 49px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 1;
	
	position: absolute;
	bottom: 35px;	
}

a.nivo-prevNav {
	background-image: url('/images/btn_prev.png');
	left: -165px;
}

a.nivo-nextNav {
	background-image: url('/images/btn_next.png');
	left: 198px;
}

/* Form */

table.formbuilderform {
color: #534741;
font-size: 1.4em;
line-height: 24px;
font-weight:bold;
}


table.form {
color: #534741;
font-size: 1.4em;
line-height: 24px;
font-weight:bold;
}

input[type='radio']{
float: left;
display: inline;
width: auto;
height: auto;
margin-top: 5px;
background-color: transparent;
border: none;
padding-left: 0;
}

table tr td table tr td label {
width: auto;
margin: 0 10px;
}

table tbody tr td{
padding-right:10px;
}

.consultants table tbody tr td{
padding: 0px !important;
}

table tbody tr td h3{
padding-bottom:5px !important;
padding-top:10px;
}

label, input {
display: block;
float: left;
width: 300px;
height: 25px;
font-weight:normal;
color:#3B4C4C;
}

select {
width: 310px;
color: #534741;
/* font-size: 1.4em; */
line-height: 24px;
padding-left: 5px;
background-color: #fff; 
border: 1px solid #D6CBC0;
}

input, select, text-area { margin-bottom: 10px; }

textarea { 
width: 290px;
height: 75px;
color: #3B4C4C;
font-size: 1.0em;
line-height: 24px;
background-color: #fff; 
border: 1px solid #D6CBC0;
padding: 10px;
font-weight:normal;
}

input { 
background-color: #fff; 
border: 1px solid #D6CBC0;
padding-left: 10px;
 }

input[type='submit']{
background-color: #fff; 
font-family: AllerRegular;
margin: 15px 48px 0 0;
font-size: 1.4em;
width: 85px;
height: 35px;
font-weight: bold;
padding-left: 0px;
}

.error_message {
color: red;
font-size: 1.4em;
line-height: 24px;
}



/* Opmaak button verzendformulier */
#cntnt01fbrp_submit {
height: 37px;
width:158px;
background-image:url("/images/btn_versturen.png");
background-position:0px 0px;
background-color:transparent;
border:none;
text-indent:999px;
cursor: pointer;
}

#cntnt01fbrp_submit:hover{
background-position:0px 36px;
}



/* Stylesheet: style Modified On 2013-06-06 12:20:14 */
