/* GLOBAL RULES */
::selection{
	background:#ed1c24;
	color:#FFF;
}
::-moz-selection{
	background:#ed1c24;
	color:#FFF;
}
body, html, form, img{
	padding:0px;
	margin:0px;
	border:0px;
}
body, html{
	height:100%;
}
body{
	background:#f3f3f4;
	position:relative;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#58595B;
	line-height:160%;
}
address{
	font-style:normal;
}
.noTxt{
	text-indent:-9999px;
}
div.notify{
	background-color:#ffffe1;
	text-align:center;
	padding:4px 0px 4px 0px;
	border-bottom:1px solid #c3c3c3;
	color:#000;
	font-family:Arial;
	font-size:13px;
}
div.notify a{
	color:blue;
	text-decoration:underline;
}
.errorDisplay,
.successDisplay,
.infoDisplay{
	padding:8px;
	margin:10px 0px 10px 0px;
	border:1px solid #BF0000;
	border-width:4px 0px 4px 0px;
	color:#BF0000;
}
.errorDisplay ul,
.successDisplay ul{
	margin:0px;
	padding-left:40px;
}
.successDisplay{
	background-color:#F0F9EF;
	color:#277F1F;
	border-color:#277F1F;
}
.infoDisplay{
	color:#222222;
    background-color:#E7F4F5;
    border-color:#1B5D80;
}
.error{
	color:#BF0000;
}
.success{
	color:#277F1F;
}
input, textarea, select{
	font-family:Arial;
	font-size:14px;
    border:1px solid #CCCCCC;
    border-radius:3px;
	padding:5px 7px;
	vertical-align:middle;
    -moz-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
select{
	padding:4px;
}
select option{
	border-bottom:1px dotted #efefef;
}
input:focus, textarea:focus, select:focus{
	border-color:rgb(237,28,36);
	box-shadow:0 0 4px rgba(237,28,36,0.5);
}
button,
a.bLnk{
	vertical-align:middle;
	display:inline-block;
	font:bold 11px Arial;
	padding:5px 6px 4px;
	background:#efefef url(../images/button_bg_alt.png) repeat-x left top;
	border:none;
	border:1px solid #FFF;
	color:#ed1c24;
	width:auto !important;
	height:auto !important;
	width:1px;
	height:1px;
	line-height:normal;
	overflow:visible;
	cursor:pointer;
	white-space:nowrap;
	-moz-border-radius:3px;
	border-radius:3px;
	box-shadow:0px 1px 2px rgba(0,0,0,0.4);
	text-transform:uppercase;
}
a.bLnk{
	padding:5px 7px 4px;
}
button img,
a.bLnk img{
	vertical-align:top;
	margin-right:5px;
	max-height:14px;
}
button.att,
a.bLnk.att{
	font:bold 12px Arial;
	padding:7px 10px 7px 10px;
}
button.att img,
a.bLnk.att img{
	max-height:16px;
	vertical-align:bottom;
}
button:hover,
a.bLnk:hover{
	background-position:bottom;
	text-decoration:none;
	color:#FFF;
}
button.bg{
	border:0px;
	background-color:#FFF;
	padding:0px;
	text-indent:-9999px;
	cursor:pointer;
	background-position:top;
}
button.bg:hover{
	background-position:bottom;
}

a.arrowLnk{
	vertical-align:middle;
	display:inline-block;
	font:bold 12px Arial;
	padding:6px 45px 6px 15px;
	background:#ed1c24 url(../images/arrow.png) no-repeat 97% 50%;
	color:#FFF;
	width:auto !important;
	height:auto !important;
	width:1px;
	height:1px;
	line-height:normal;
	overflow:visible;
	cursor:pointer;
	white-space:nowrap;
	border-radius:7px;
	border:2px solid #ed1c24;
}
a.arrowLnk:hover{
	background-color:#FFF;
	background-image:url(../images/arrow_hover.png);
	color:#ed1c24;
}

a{
	color:#ed1c24;
	text-decoration:none;
	outline:0px;
}
a:hover{
	text-decoration:underline;
}
hr{
	border:1px solid #efefef;
	margin:15px 0px 15px 0px;
}
h1,
h2,
h3{
	font-family:'Open sans', sans-serif;
	font-size:30px;
	color:#231f20;
	font-weight:800;
	margin:0px 0px 16px 0px;
	line-height:110%;
}
h2{
	font-size:22px;
	margin-bottom:12px;
	color:#bf1e2e;
}
h3{
	display:block;
	padding:10px 15px 10px 15px;
	margin:0px;
	color:#FFF;
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	background:#171717 url(../images/h3_bg.png) repeat-x;
	text-transform:uppercase;
}
h4{
	font-size:18px;
	color:#ED1C24;
	margin:0 0 6px 0;
	font-weight:bold;
}
h5{
	font-size:15px;
	margin:0 0 6px 0;
	font-weight:bold;
	color:#58585a;
}
h6{
	font-weight:bold;
	font-size:13px;
	margin:0 0 5px 0;
	text-decoration:underline;
}
h1 span, 
h2 span, 
h3 span, 
h4 span,
h5 span{
	float:right;
}
p{
	margin:0px 0px 16px 0px;
}
div.clear{
	clear:both;
}
div.padder{
	padding:5px;
}
div.mPadder{
	padding:10px;
}
div.bPadder{
	padding:15px;
}
div.cPadder{
	padding:10px 18px;
}
.marger{
	margin-bottom:25px;
}
.content img{

}
.content ul{
	padding-left:20px;
	margin-left:0px;
	list-style:inside;
}

ul.menu{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.menu li{
	display:block;
	padding:2px 0px 2px 34px;
	text-indent:-12px;
	margin:0px;
	background:url(../images/menu_bullet.png);
	background-repeat:no-repeat;
	background-position:6px 10px;
}
ul.menu li a{
	color:#2a2a2a;
}
ul.menu li a.active{
	font-weight:bold;
}
ul.menu li ul{
	padding:0px;
	margin:0px;
}

div.block{
	background:#FFF;
	border-radius:10px;
	border:1px solid #bcbdc0;
	box-shadow:0px 0px 1px #bcbdc0;
	line-height:180%;
}
div.block.grad{
	background-image:url(../images/block_grad_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
div.block.grad.red{
	background-color:#ed1c24;
	background-image:url(../images/block_grad_bg_red.png);
	color:#FFF;
}
div.block.grad.red h1,
div.block.grad.red a{
	color:#FFF;
}
div.block.redStroke{
	border:2px solid #ed1c24;
}
div.block h4{
	margin-bottom:12px;
}

/* STRUCTURE RULES */
div.wrapper{
	width:900px;
	padding:0 20px 0 50px;
	margin:0 auto;
}

div#header{
	height:168px;
	background:#FFF url(../images/topmenu_bg.png) no-repeat bottom center;
}
div#header a.logo{
	display:block;
	position:absolute;
	width:155px;
	height:55px;
	background:url(../images/logo.png);
	margin:19px 0 0 0;
}
div#header div.topMenu{
	height:62px;
	padding-top:31px;
	text-align:right;
}
div#header div.topMenu a{
	display:inline-block;
	color:#6d6e71;
	font-weight:bold;
	letter-spacing:-0.01em;
	text-decoration:none;
	font-size:18px;
	padding-left:5px;
}
div#header div.topMenu a span{
	display:block;
	padding:0 18px 0 13px;
	height:62px;
	line-height:62px;
}
div#header div.topMenu a:hover,
div#header div.topMenu a.active{
	color:#FFF;
	background:url(../images/topmenu_hover_left.png) no-repeat left;
}
div#header div.topMenu a:hover span,
div#header div.topMenu a.active span{
	background:#ed1c24 url(../images/topmenu_hover_right.png) no-repeat right;
}
div#header div.topMenu a:hover{
	text-decoration:underline;
}

div#header div.subMenu div.set{
	height:70px;
	width:900px;
	padding-bottom:5px;
	text-align:center;
	line-height:normal;
	display:none;
	vertical-align:bottom;
}
div#header div.subMenu div.set.active{
	display:table-cell;
}
div#header div.subMenu div.set a{
	display:inline-block;
	color:#FFF;
	padding:3px 5px;
	margin:0 2px;
	border-radius:9px;
	text-decoration:none;
	font-size:12px;
}
div#header div.subMenu div.set a:hover,
div#header div.subMenu div.set a.active{
	background:#FFF;
	color:#ed1c24;
	box-shadow:inset 0px 1px 1px rgba(0,0,0,0.3);
}

div#main{
	padding:40px 0 10px 0;
	background:#FFF url(../images/main_bg.png) repeat-y center;
}
div#main div.rightCol{
	width:240px;
	float:right;
}
div#main div.midCol,
div#mainBottom div.midCol{
	width:560px;
	float:left;
}

div#main div.midCol.moreSpace{
	width:620px;
}

div#mainBottom{
	background:url(../images/main_bottom.png) no-repeat top center;
	height:70px;
	/*height:95px;*/
}

div#footer{
	padding:35px 0;
	font-size:12px;
}
div#footer div.siteMap{
	display:table;
	float:left;
	width:580px;
}
div#footer div.siteMap ul{
	display:table-cell;
	font-size:11px;
	list-style:none;
	margin:0;
	padding:0;
}
div#footer div.siteMap a{
	font-size:11px;
	color:#939598;
}
div#footer div.siteMap h5{
	margin:0px;
}
div#footer div.siteMap h5 a{
	font-size:15px;
	color:#58585a;
}
div#footer div.rightCol{
	float:right;
	width:240px;
	padding-left:20px;
	border-left:3px solid #FFF;
	line-height:140%;
}
div#footer div.rightCol address{
	padding-bottom:8px;
}
div#footer div.quickLinks{
	
}
div#footer div.quickLinks a{
	display:inline-block;
	width:111px;
	height:45px;
}
div#footer div.quickLinks a.cad{
	background:url(../images/logo_certiva-cad.gif);
	margin-right:10px;
}
div#footer div.quickLinks a.online{
	background:url(../images/logo_certiva-online.gif);
}

/* MISC RULES */
/* ===== Questionnaire ===== */
table.quiz{
	width:100%;
	font-size:12px;
}
table.quiz tr td{
	padding:3px 3px;
	border-bottom:1px solid #EFEFEF;
}
table.quiz tr:last-child td{
	border-bottom:0;
}
table.quiz tr td.number span{
	display:inline-block;
	width:33px;
	height:32px;
	background:url(../images/quiz_circle.png);
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	line-height:32px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	position:relative;
	margin-left:-22px;
}
table.quiz tr td.title{
	
}
table.quiz tr td.option{
	width:60px;
	padding-bottom:8px;
	text-align:center;
}
table.quiz tr td.option input{

}

div.quizResult div.cn{
	width:320px;
}
div.quizResult div.cn h1{
	background:url(../images/quiz_result_arrow.png) no-repeat 100% 8px;
}
div.quizResult div.meter{
	float:right;
	margin-top:25px;
	width:189px;
	height:83px;
	padding-top:27px;
	background:url(../images/quiz_meter.png) no-repeat top center;
	text-align:center;
	overflow:hidden;
}
div.quizResult div.meter img.pointer{
	
}

/* ===== Fancy Checkbox ===== */
.has-js .label_check,
.has-js .label_radio    { display:inline-block; min-width:40px; height:45px; background-position:50% 100%; background-repeat:no-repeat; cursor:pointer; }
.has-js .label_radio    { background-image: url(../images/radio-off.png); }
.has-js .label_check    { background-image: url(../images/check-off.png); }
.has-js label.c_on      { background-image: url(../images/check-on.png); }
.has-js label.r_on      { background-image: url(../images/radio-on.png); }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }

/* ===== Kruimelpad ===== */
div.kruimel{
	text-align:right;
	padding-top:10px;
	font-size:11px;
	border-top:2px solid #EFEFEF;
}
div.kruimel em{
	color:#6e6e6e;
	font-style:normal;
	padding:0px 3px 0px 3px;
}
div.kruimel span{
	color:#6e6e6e;
	padding-right:5px;
}

/* ===== Form ===== */
.formModule table{
	width:100%;
}
.formModule table tr td{
	padding:3px 0px 3px 0px;
}
.formModule table tr td.name{
	text-align:left;
	width:40%;
	font-size:13px;
	color:#666;
}

/* ===== Bijlagen ===== */
a.bijlage{
    display:block;
	margin:5px 0px 5px 0px;
    padding:4px 6px 4px 6px;
    line-height:15px;
}
a.bijlage:hover{
	
}
a.bijlage img{
    display:block;
    float:left;
    margin-right:5px;
}
a.bijlage span{
	text-decoration:none;
    color:#5F5F5F;
    font-size:11px;
}

/* ===== Navigation ===== */
div.navBar{
	background:#F2F3EE url(../images/nav_bg.png);
	height:25px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
div.navBar a,
div.navBar span{
	padding:0px 5px 0px 5px;
}
div.navBar span{
	color:#9b9b9b;
}
div.navBar a:hover{
	text-decoration:underline;
}
div.navBar a.active {
	color:#392929;
	font-weight:bold;
}

/* ===== Form ===== */
table.iForm{
	width:100%;
}
table.iForm tr td{
	padding:3px 0px 3px 0px;
}
table.iForm tr:first-child td{
	border-top:none;
}
table.iForm tr:last-child td{
	border-bottom:none;
}
table.iForm tr td.name{
	text-align:left;
	width:35%;
    color:#4F4F4F;
    font-size:12px;
}
table.iForm span.mandatory{
	color:#BF0000;
}

/* ===== Module Form ===== */
form.iForm{

}
form.iForm div.item{
	margin-bottom:3px;
}
form.iForm div.item span{
	color:#4F4F4F;
	display:block;
	width:170px;
	float:left;
	font-size:11px;
}
form.iForm div.item label{
	display:block;
}
div.submit{
	text-align:center;
}

/* ===== Data ===== */
table.data{
	width:100%;
	text-align:center;
}
table.data tr.alt{
	background:#F4F4F4;
}
table.data th{
	padding:7px 5px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	background:#171717 url(../images/h3_bg.png) repeat-x;
}
table.data td{
	padding:4px 6px 4px 6px;
	border-bottom:1px dotted #c3c3c3;
}
