﻿/*MAIN BODY*/
html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #cfd9e3 url(../Images/bg-gradient.jpg) repeat-x ;
	font-family:Arial;
	font-size:13px;
}

a, a:active
{
	color:#4f4f4f;
}

a:hover
{
	color:#6b6b6b;
}

img
{
	border:0px;
}

h1 {
	margin: 10px 0 0 0;
	padding: 0;
	color:#004ea8;
	font-size:12px;
}

h2
{
	color:#004fa3;
	font-weight:bold;
	font-size:12px;
	margin:0 0 2px 0;
}

h3
{
	color:#004fa3;
	font-weight:bold;
	font-size:12px;
	margin:0 0 2px 0;
}

h4
{
	width:100%;
	background-image:url('../Images/h4-bg.png');
	color:#4f4f4f;
	border-bottom:solid 1px #dadada;
	font-weight:bold;
	font-size:12px;
	line-height:22px;
	height:22px;
	margin:20px 0 2px -10px;
	padding:0 0 0 10px;
}

/*CONTAINER*/
#container
{
	background: #fff; /* dit is tevens het achtergrondkleur voor de inhoud */
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 977px;
	margin: 0 auto;
}

/*HEADER*/
#header
{
	background: #cfd9e3 url(../Images/header-bg.png) repeat-x ;
	width: 100%;
	height: 128px;
}

.logo
{
	background: url(../Images/logo.png) no-repeat;
	width: 183px;
	height: 128px;
	display: block;
	text-indent: -9999em;
	float: left;
	margin: 0 0 0 0px;
	cursor: pointer;
}

.logoeng
{
	background: url(../Images/logo-eng.png) no-repeat;
	width: 183px;
	height: 128px;
	display: block;
	text-indent: -9999em;
	float: left;
	margin: 0 0 0 0px;
	cursor: pointer;
}

#rightcorner
{
	background: #cfd9e3 url(../Images/header-rightcorner.png) repeat-x ;
	text-indent: -9999em;
	float: right;
	margin: 0 0 0 0px;
	width: 10px;
	height: 128px;
}

.zoeken
{
	position:absolute;
	left:777px;
	top:18px;
	float: right;
	margin: 0 0 0 0px;
	cursor: pointer;
	color:#a9a9a9;
	text-align:right;
	line-height:28px;
	vertical-align:middle;
}

.zoeken a img, .zoeken a
{
	color:#a9a9a9;
	text-decoration:none;
	border:0px;
}

.zoekbox
{
	float:left;
}

.zoekeditbox
{
	border:solid 1px;
	border-color:#ffffff #d0d0d0 #d0d0d0 #ffffff;
	margin-right:5px;
	height:19px;
	letter-spacing:normal;
	color:#6b6b6b;
	width:120px;
}

.zoekknop
{
	float:left;
}

/*grote kolom*/
#inhoud
{
	position:relative;
	width: 977px;
	padding: 0 0 80px 0; /* bottom padding voor de footer */
	margin: 0 0 0 0px;
	color: #000;
	overflow:auto;
	color:#4f4f4f; /*Kleur content lettertype*/
}

/*LINKERKOLOM*/
#links
{
	background: #fff;
	width: 256px;
	position: relative;
	left: 0; /* deze is voor IE, FF kan er zonder, maar IE natuurlijk weer niet */
	margin:10px 0 0 0;
	padding: 0 0 0px 0; /* bottom padding voor de footer */
	float:left;	
}

#prod-nav
{
	list-style:none;
	padding:0 0 0px 10px;
	margin:0;
	font-family:Arial;
}

#prod-nav li
{
	background:url(../Images/prod-nav-seperator.png) no-repeat -10px bottom;
	padding:6px 0px 4px 0px;
}

#prod-nav li a
{
	color:#777777;
	font-size:15px;
	text-align:left;	
	text-decoration:none;	
}

#prod-nav .t
{
	float:left;
	width:14px;
	height:14px;
	background: url(../Images/bullet-t.png) no-repeat 0px 0;
	padding:0 0 0 10px;
	font-family:Tahoma;
}

#prod-nav .s
{
	float:left;
	width:14px;
	height:14px;
	background: url(../Images/bullet-s.png) no-repeat 0px 0;
	padding:0 0 0 10px;
	font-family:Tahoma;
}

#prod-nav .p
{
	float:left;
	width:14px;
	height:14px;
	background: url(../Images/bullet-p.png) no-repeat 0px 0;
	padding:0 0 0 10px;
	font-family:Tahoma;
}

#prod-nav .m
{
	float:left;
	width:14px;
	height:14px;
	background: url(../Images/bullet-m.png) no-repeat 0px 0;
	padding:0 0 0 10px;
	font-family:Tahoma;
}

#prod-nav ul
{
	margin:0 0 0 0px;
	padding:0 0 0 22px;
}

#prod-nav ul li
{
	clear:both;
	margin:0px;
	padding:2px 0px 0px 15px;
	list-style: none;
	background:url(../Images/prod-nav-bullet.png) no-repeat;
	font-size:13px;
}

#prod-nav ul li a
{
	font-size:11px;
}

#prod-nav ul li ul li
{
	clear:both;
	margin:0 0 0 -22px;
	padding:2px 0px 0px 15px;
	list-style: none;
	background:url(../Images/prod-nav-bullet.png) no-repeat;
	font-size:13px;
}

#prod-nav .active
{
	color:#0454a9;
}

/*CONTENT*/
#contentcontainer
{
	position:relative;
	width: 721px;
	margin: 0 0 0 0px;
	float:right;
}

#content
{
	padding: 10px 0 0 20px;
	width: 642px;
}

#contenthome
{
	padding: 10px 0 0 0px;
	width: 702px;
}

/*HOMEIMAGE*/
#homeimage
{
	margin: 0;
	width: 721px;
	position: relative;
	height:175px;
	
}

/* HomeCategorieen */
div.cats dl { border: 1px solid #ededed; width:240px; min-height: 65px; height: auto!important; height: 65px; overflow:visible; float:right; padding: 12px 5px 10px 10px; position: relative; margin-bottom: 2px; }
div.cats dl dt a { position: absolute; top: -10px; left: 7px; background: #fff; padding: 0 6px; font-weight: bold; display: block; color: #004fa3; text-decoration: none; }
div.cats dl dd { display: inline; padding-right: 4px; line-height: 140%; margin:0px; font-size:11.5px;}
div.cats dl dd a { color: #004fa3; font-size:12px; }
div.cats dl dd.more-info a { color: #000; position: absolute; right: 10px; bottom: 7px; }
div.cats dl.margin { margin: 20px 0 0 0;float:none; }

#contentleft {float:left;width:442px;}
#contentright {float:left;width:240px;margin:-20px 0 0 3px;}

/*advert*/
#homeimg img {margin:10px 7px 0 0;}

/*FOOTER*/
#footer
{
	background:#cfd9e3;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	font-size:11px;
	color:#797979;
}

#footeradress
{
	position: relative;
	background: #fff;
	clear:both;
	margin: 0 0 0 0px;
	width: 977px;
	height: 16px;	
	text-align:center;
}

#footerbar
{
	position: relative;
	background: #cfd9e3 url(../Images/footer-line.png) repeat-x ;
	margin: 0;
	padding: 18px 0 0 0;
	width: 100%;
	height: 30px;
}

#copyright
{
	float:left;
}

#datum
{
	float:right;
}

/*NIOWNAVIGATIE*/
.nav 
{
	position:relative;
	top:82px;
	margin:0;
	list-style:none;
	float:right;
	font-size:13px;
	font-family:Tahoma;	
	font-weight:bold;
	background:url(../Images/nav-bg.png);
	padding:6px 0px 6px 0px;
}

.nav li 
{
	float:left;
	margin:0;
	cursor:pointer;
	position:relative;
	background:url(../Images/nav-seperator.png) repeat-y right;
	padding:0px 10px 0px 5px;
}

.nav li a
{
	text-decoration:none;
	color:#105aa9;
}

#nav-left 
{	
	position:relative;
	float:right;
	width:15px;
	height:28px;	
	top:82px;
	margin:0;
	background:url(../images/nav-left.png) repeat-y left;
}

#nav-right 
{
	position:relative;
	float:right;
	width:15px;
	height:28px;
	top:82px;
	margin:0;
	background:url(../images/nav-right.png) repeat-y right;	
}

/*Direct inschrijven panel*/
#panelDirect
{
	position:relative;
	background:url(../images/panelDirect.png) repeat-y right;	
	font-size:10px;
	width:442px;
	height:116px;
	float:left;
	margin-top:-3px;
}

#pMargins
{
	padding:10px 0 0 12px;
}

#Lst select
{
	width:402px;
	color:#6b6b6b;
	font-size:11px;
	margin-bottom:8px;
}

/*HOME TEKST PANEL*/
#panelHome
{
	position:relative;
	width:422px;
}

/*Blog Homepage*/
#bloghome
{
	float:left;
	position:relative;
	margin:0px 0 0 5px;
	
}

/*Populaire trainingen*/
#panelPopulair
{
	float:right;
	position:relative;
	margin:10px 0 0 0;
}

.PopNav
{
	list-style:none;
	text-align:left;
	color:#004fa3;
	padding:0px;
	margin:0px 0 0 0;
}

.PopNav li
{	
	width:315px;
	height:21px;
	padding:0px 0 0 0px;
}

.PopNav li span
{
	margin-left:0px;	
}

.PopNav li a
{
	text-decoration:none;
	color:#004fa3;
}

.PopNav li:hover
{
	background:url(../images/populair-hover.png) repeat-y right;
}

/*NORMALE PAGE ITEMS*/
/*pageIMAGE*/
#pageimage
{
	margin: 0;
	width: 721px;
	position: relative;
	height:130px;	
}

/*CONTENTPAGE*/
#contentpage
{
	padding: 10px 0 0 20px;
	width: 447px;
	float:left;
}

#contentpagenobox
{
	padding: 10px 0 0 20px;
	width: 677px;
	float:left;
}

#contentpageForm
{
	padding: 10px 0 0 20px;
	width: 677px;
	float:left;
}

#print
{
	position:absolute;
	left:418px;
	margin:-10px 0 0 0px;
}

#printCNB
{
	position:absolute;
	left:645px;
	margin:-10px 0 0 0px;
}

#detTraining
{
	width:100%;
	background:#f0f0f0;
	color:#0454a9;
	border:solid 1px #dadada;	
	font-weight:bold;
	font-size:12px;
	line-height:29px;
	height:29px;
	margin:20px 0 2px 0;
	padding-left:10px;
}

#detTraining a, #detTraining a:hover
{
	color:#0454a9;
	text-decoration:none;
}

/*RECHTERKOLOM*/
#rechts
{
	width: 230px;
	position: relative;
	float:right;
	padding: 0;
}

/*FORMULIEREN*/
.editbox
{
	border:solid 1px;
	border-color:#ffffff #d0d0d0 #d0d0d0 #ffffff;
	margin-right:5px;
	height:19px;
	letter-spacing:normal;
	color:#6b6b6b;
}

.ShortEdit
{
	background: transparent url(../Images/k-edit-bg.gif) repeat-y;
	width:120px;
	border:solid 1px;
	border-color:#cecece;
	margin:2px 0 0 0;
	height:19px;
	color:#6b6b6b;
	float:left;
}

.ShortEditLong
{
	background: transparent url(../Images/k-edit-bg.gif) repeat-y;
	width:120px;
	border:solid 1px;
	border-color:#cecece;
	margin:2px 0 0 0;
	height:76px;
	color:#6b6b6b;
	overflow:auto;
	font-size:11px;
	float:left;
}

.shortInfo
{
	width:100%;
	text-align:left;
	margin:25px 0 0 0;
}

.shortInfo label
{
	width:85px;
	color:#4f4f4f;
	float:left;
	font-size:12px;
	line-height:23px;
}

.shortInfo #verzenden
{
	text-align:right;
	margin:2px 0 0 150px;
}

.ShortBedankt
{
	text-align:left;
	margin:10px;
}

.shortInfoTr
{
	width:100%;
	text-align:left;
	margin:10px 0 10px 0;
}

.shortInfoTr label
{
	width:85px;
	color:#4f4f4f;
	float:left;
	font-size:12px;
	line-height:23px;
}

.shortInfoTr #verzenden
{
	text-align:right;
	margin:2px 0 0 150px;
}

#relLinks
{
	width:100%;
	text-align:left;
	margin:25px 0 0 0;
}

/*INSCHRIJFFORMULIER*/
.inschBox
{
	width:98%;
	background:#f0f0f0;
	color:#6b6b6b;
	border:solid 1px #dadada;	
	font-size:12px;
	margin:5px 0 10px 0;
	padding:5px 0 10px 10px;
}

.inschBox a, #inschBox a:hover
{
	color:#6b6b6b;
	text-decoration:none;
}

.chgDate
{
	width:135px;
	border:solid 1px #cecece;	
	margin:0px 0 0 0;
	height:19px;
	color:#6b6b6b;
	font-size:10px;
}

.iBox
{
	border:solid 1px;
	border-color:#ffffff #d0d0d0 #d0d0d0 #ffffff;
	margin-right:5px;
	height:16px;
	letter-spacing:normal;
	color:#6b6b6b;
}

.AdresForm
{
	float:right;
	position:relative;
	width:250px;
	background:#f0f0f0;
	color:#4f4f4f;
	border:solid 1px #dadada;	
	font-size:12px;
	margin:0px 0 0px 0;
	padding:5px 0 10px 10px;
}

.BrochureForm
{
	float:right;
	position:relative;
	width:260px;
	background:#f0f0f0;
	color:#4f4f4f;
	border:solid 1px #dadada;	
	font-size:12px;
	margin:0px 0 0px 0;
	*margin:5px 0 0px 0;
	padding:5px 0 10px 10px;
}

.SelfassessmentForm
{
	width:473px;
	background:#f0f0f0;
	color:#4f4f4f;
	border:solid 1px #dadada;	
	font-size:12px;
	margin:5px 0 10px 0;
	padding:5px 0 10px 10px;
}

.ContactForm
{
	width:393px;
	background:#f0f0f0;
	color:#4f4f4f;
	border:solid 1px #dadada;	
	font-size:12px;
	margin:5px 0 10px 0;
	padding:5px 0 10px 10px;
}



.NormaleVelden label
{
	width:130px;
	color:#4f4f4f;
	float:left;
	font-size:12px;
	line-height:23px;
}

.Ceditbox
{
	float:left;
	border:solid 1px;
	border-color:#ffffff #d0d0d0 #d0d0d0 #ffffff;
	margin-right:5px;
	height:16px;
	letter-spacing:normal;
	color:#6b6b6b;
	width:250px;
}

.ZoekForm
{
	width:434px;
	background:#f0f0f0;
	color:#4f4f4f;
	border:solid 1px #dadada;	
	font-size:12px;
	margin:5px 0 10px 0;
	padding:5px 0 10px 10px;
}

.ZoekLink
{
	font-size:11px;
}

.RijEven
{
	line-height:20px;
	display:block;
	width:440px;
	background:#e8edf1;
	margin-bottom:2px;padding-left:5px;
}

.RijEven a, RijOneven a
{
	text-decoration:none;
}

RijOneven
{
	line-height:20px;
	display:block;
	width:440px;
	background:#e8edf1;
	margin-bottom:2px;padding-left:5px;
	text-decoration:none;
}

#Testimonials
{
	margin:25px 20px 10px 0px;
	font-size:11px;
	color:#777777;
}

.bulletlist
{
	margin:-13px 0px -30px -15px;
}

.formlabel
{
	float:left;
	margin-top:6px;
	width:100px;
}

.editform
{
	margin:2px;
	float:left;
	border:solid 1px;
	border-color:#ffffff #d0d0d0 #d0d0d0 #ffffff;
	color:#6b6b6b;
}

.editformlong
{
	margin:2px;
	border:solid 1px;
	border-color:#ffffff #d0d0d0 #d0d0d0 #ffffff;
	color:#6b6b6b;
}