/* --- MAIN.CSS - ElsevierOpleidingen.nl --- */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif 
}

body {
	font-size: 0.8em;
	color: #2e2e2e;
	background-color: #ffffff;
}

h1 {
	clear: left;
	font-size: 1.5em;
	font-weight: normal;
	color: #81003b;
	margin: 0;
	padding: 0 0 15px;
	overflow: hidden;
}

h2 {
	clear: both;
	/*font-size: 1.2em;*/
	font-weight: bold;
	/*color: #81003b;*/
	margin: 0;
	/*padding: 5px 0 0;*/
	overflow: hidden;
	
	padding: 0;
	color: #2E2E2E !important;
    font-size: 0.85em;
}

h2.forms {
	margin: 15px 0 5px;
}

h3 {
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 1px;
	padding: 0;
}

p {
	margin: 0 0 17px;
	padding: 0;
}

a:link, a:visited, a:hover, a:active {
	color: #0092aa;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a.anchor:link, a.anchor:visited, a.anchor:hover, a.anchor:active {	/* .anchor-links zijn interne bestemmingen */
	color: inherit;
	text-decoration: none;
}

a.meer:link, a.meer:visited, a.meer:hover, a.meer:active {
	display: block;
	float: left;
	font-weight: bold;
}

a.meerKnop:link, a.meerKnop:visited, a.meerKnop:hover, a.meerKnop:active {
	display: block;
	float: left;
	/*clear: both;*/ /* Does not work in FireFox -- JRH */
	font-size: 0.85em;
	font-weight: bold;
	word-spacing: normal;
	color: #ffffff;
	text-decoration: none;
	margin: -3px 0 13px;
	padding: 2px 8px 5px 22px;
	overflow: hidden;
	background: url(../images/ico_meerinfo.gif) #0092aa no-repeat 4px 4px;
}

html>body a.meerKnop:link, html>body a.meerKnop:visited, html>body a.meerKnop:hover, html>body a.meerKnop:active {
	margin: -3px 0 30px;
}

a.meerKnop:hover, a.meerKnop:active {
	text-decoration: underline;
}

a img {
	border-style: none;
}

ul {
	margin: 0 0 17px;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(/images/ico_dot_list.gif) transparent no-repeat 0 7px;
	list-style-type: none;
}

/* Test voor 23260 */
ul a:link, ul a:visited, ul a:hover, ul a:active {
	text-decoration: underline;
}

ul a:hover, ul a:active {
	text-decoration: underline;
}

.alignRight {
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft {
	float: left;
	margin: 0 10px 5px 0;
}

.date {
	font-size: 0.85em;
	color: #46b0c5;
	text-decoration: none;
	display:block;
	margin: 0;
	padding: 0;
}

img.info {
	margin: 0 1px 0 0;
}

img.alert {
	float: right;
	height: 42px;
	margin: 6px 3px 5px 10px;
}

img.nieuw {
	float: right;
	width: 79px;
	height: 55px;
	margin: 0 10px 10px;
}

html>body img.nieuw {
	margin: 0 10px -5px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.nowrap {
	white-space: nowrap;
}


/* --- formulier --- */

.formulier {
	font-size: 0.85em;
	background: url(/images/bg_formcomment.gif) #ffffff repeat-y right top;
	border-width: 2px;
	border-style: solid none solid;
	border-color: #46b0c5;
}

.formulier .formDeel {
	clear: both;
	width: 500px;
	overflow: hidden;
}

.formulier .formCommentaar {
	float: right;
	clear: right;
	font-size: 0.9em;
	color: #005464;
	width: 111px;
	padding: 8px 7px;
	border-top: 2px solid #ffffff;
}

.formulier .formElementen {
	display: block;
	float: left;
	clear: left;
	width: 375px;
	margin: 0;
	padding: 14px 0 8px;
	border-width: 2px;
	border-style: solid none none;
	border-color: #e5f2f4;
}

html>body .formulier .formElementen {
	padding: 15px 0 7px;
}

.formulier div.formElementen {
	padding: 6px 0 20px;
}

html>body .formulier div.formElementen {
	padding: 4px 0 22px;
}

.formulier .eerste .formCommentaar, .formulier .eerste dl {
	border-top-style: none;
}

.formulier dt {
	float: left;
	clear: left;
	font-weight: bold;
	word-spacing: normal;
	width: 147px;
	margin: 0;
	padding: 3px 0 10px 1px;
}

.formulier.abc dt {	
	font-weight: normal;	
}

.formulier dt label {
	margin: 0;
	padding: 0;
}

.formulier dd {
	width: 220px;
	margin: 0 0 4px;
	padding: 0 0 5px;
	min-height:21px;
}


html>body .formulier dd {
	float: left;
}

.formulier .check
{
    height:30px;
    display:block;
    padding-top:5px;
}

.formulier dd label {
	display: block;
	float: left;
	margin: 3px 19px 0 0;
	padding: 0;
}

html>body .formulier dd label {
	margin: 0 19px 0 0;
}

.formulier div.formElementen label {
	clear: both;
	font-weight: bold;
}

input.textfield, select, textarea,
input.textfield.longest, select.longest, textarea.longest {
	font-size: 1.0em;
	width: 202px;
	margin: 0 2px 0 0;
	padding: 1px 3px;
	border-width: 2px;
	border-style: inset;
}

input.textfieldvoor, select, 
input.textfieldvoor.longest, select.longest, textarea.longest {
	font-size: 1.0em;
	width: 135px;
	margin: 0 2px 0 0;
	padding: 1px 3px;
	border-width: 2px;
	border-style: inset;
}

input.textfieldachter, select,
input.textfieldachter.longest, select.longest, textarea.longest {
	font-size: 1.0em;
	width: 50px;
	margin: 0 2px 0 0;
	padding: 1px 3px;
	border-width: 2px;
	border-style: inset;
}

select {
	width: 212px;
	padding: 0;
}

input.shortest, textarea.shortest {
	width: 48px
}

select.shortest {
	width: 58px;
}

input.short, textarea.short {
	width: 78px
}

select.short {
	width: 88px;
}

input.medium, textarea.medium {
	width: 110px
}

select.medium {
	width: 120px;
}

input.long, textarea.long {
	width: 140px
}

select.long {
	width: 150px;
}

input.check, .check input   {
	display: block;
	float: left;
	width: auto;
	margin: 0 1px 0 -4px;
}

html>body input.check, html>body .check input   {
	margin: 1px 3px 0 0;
}

.formulier div.formElementen input.check, .formulier div.formElementen .check input {
	display: inline;
	float: none;
	margin: 8px 7px 0 0;
}

html>body .formulier div.formElementen input.check, html>body .formulier div.formElementen .check input {
	margin: 15px 7px 0 0;
}

input.submit, input.submitPrev {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #0092aa;
	margin: 10px 0;
	padding: 3px 21px 4px 0;
	background: url(/images/ico_knop.gif) #e5f2f4 no-repeat 100% 3px;
	border-style: none;
}

html>body input.submit {
	padding: 3px 32px 5px 6px;
}

input.submitPrev {
	float: left;
	padding: 3px 0 4px 21px;
	background-position: 0 3px;
}

html>body input.submitPrev {
	padding: 3px 6px 5px 32px;
}

div.knopLeft input, div.knopRight input, div.knopRight a {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #0092aa;
	margin: 10px 0;
	padding: 3px 0px 4px;
	background-color: #e5f2f4;
	border-style: none;
}

html>body div.knopLeft input, html>body div.knopRight input, html>body div.knopRight a {
	padding: 3px 6px 5px;
}

div.knopRight input, div.knopRight a {
	float: right;
	margin: 10px 0 0 10px;
}

div.knopRight a:link, div.knopRight a:visited, div.knopRight a:hover, div.knopRight a:focus, div.knopRight a:active {
    text-decoration: none;
	padding: 4px 25px 6px;
    
}

div.knopLeft input {
	float: left;
	margin: 10px 10px 0 0;
}

.verplicht {
	color: #000000;
}


/* --- hoofdstructuur --- */

#container {
	position: relative;	/* #footer wordt t.o.v. deze div gepositioneerd */
	height: 100%;
	margin: 0;
	padding: 0;
}

html>body #container {
	height: auto;
	min-height: 100%;
}

#skipNavigation {
	position: absolute;
	left: -1000px;
}

#allButFooter {
	width: 100%;
	margin: 0;
	padding: 0 0 63px;	/* bottom minstens de totale hoogte van de footer */
	overflow: hidden;
}

.site {
	width: 890px;
	margin: auto;
	overflow: hidden;
}


/* --- siteTop --- */

#siteTop {
	padding: 0;
	background-color: #46b0c5;
}

#siteLogo {
	float: left;
	width: 125px;
	margin: 10px 0 17px 17px;
}

#serviceBlok {
	float: right;
	font-size: 0.85em;
	margin: 10px 0;
}

#serviceBlok ul {
	float: left;
	margin: 0;
	padding: 5px 19px 6px 0;
	border-right: 2px solid #70c4d5;
}

#serviceBlok li {
	text-align: right;
	margin: 0;
	padding: 0 0 3px 0;
	background-image: none;
	list-style-type: none;
}

#serviceBlok li.actief {
	padding: 1px 0 2px 0;
}

#serviceBlok li a:link, #serviceBlok li a:visited, #serviceBlok li a:hover, #serviceBlok li a:active {
	color: #ffffff;
	text-decoration: underline;
}

#serviceBlok li.actief a:link, #serviceBlok li.actief a:visited, #serviceBlok li.actief a:hover, #serviceBlok li.actief a:active {
	font-weight: bold;
	text-decoration: none;
}

#serviceBlok li a:hover, #serviceBlok li a:active {
	text-decoration: none;
}

#siteSearch {
	float: left;
	padding: 5px 9px 0 8px;
}

#siteSearch label {
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 0 0 7px;
}

#siteSearch input.siteSearchInput {
	display: block;
	float: left;
	width: 145px;
	height: 16px;
	margin: 0 7px 0 0;
	padding: 0 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #0092aa #7fcedc #7fcedc #0092aa;
}

#siteSearch input.siteSearchButton {
	display: block;
	float: left;
}

#siteSearch a#AtotZ:link, #siteSearch a#AtotZ:visited, #siteSearch a#AtotZ:hover, #siteSearch a#AtotZ:active {
	display: block;
	float: left;
	clear: both;
	color: #ffffff;
	margin: 10px 0 0;
	text-decoration: underline;
}

#siteSearch a#AtotZ:hover, #siteSearch a#AtotZ:active {
	text-decoration: none;
}



/* --- hoofdMenu --- */

#hoofdMenu {
	padding: 0 0 0 5px;
	background: url(/images/bg_hoofdmenu.gif) #0092aa repeat-x left top;
}

#hoofdMenu ul {
	margin: auto;
	padding: auto;
}

#hoofdMenu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
}

#hoofdMenu li a:link, #hoofdMenu li a:visited, #hoofdMenu li a:hover, #hoofdMenu li a:active {
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 5px;
	line-height: 2.95em;
	padding: 0.45em 10px 1.2em;
	text-decoration: none;
	background-color: #46b0c5;
}

#hoofdMenu li a:hover, #hoofdMenu li a:active {
	color: #0092aa;
	background-color: #ffffff;
}

#hoofdMenu li a.actief:link, #hoofdMenu li a.actief:visited, #hoofdMenu li a.actief:hover, #hoofdMenu li a.actief:active {
	color: #161c1f;
	background-color: #ffffff;
}

#hoofdMenu li a#Techniek.actief:link, #hoofdMenu li a#Techniek.actief:visited, #hoofdMenu li a#Techniek.actief:hover, #hoofdMenu li a#Techniek.actief:active,
#hoofdMenu li a#Techniek:hover, #hoofdMenu li a#Techniek:active {
	color: #ffffff;
	background-color: #98c120;
}

#hoofdMenu li a#ArboVeiligheid.actief:link, #hoofdMenu li a#ArboVeiligheid.actief:visited, #hoofdMenu li a#ArboVeiligheid.actief:hover, #hoofdMenu li a#ArboVeiligheid.actief:active,
#hoofdMenu li a#ArboVeiligheid:hover, #hoofdMenu li a#ArboVeiligheid:active {
	color: #ffffff;
	background-color: #f0c128;
}

#hoofdMenu li a#ManagementOrganisatie.actief:link, #hoofdMenu li a#ManagementOrganisatie.actief:visited, #hoofdMenu li a#ManagementOrganisatie.actief:hover, #hoofdMenu li a#ManagementOrganisatie.actief:active,
#hoofdMenu li a#ManagementOrganisatie:hover, #hoofdMenu li a#ManagementOrganisatie:active {
	color: #ffffff;
	background-color: #E54B87;
}

#hoofdMenu li a#InfraVastgoed.actief:link, #hoofdMenu li a#InfraVastgoed.actief:visited, #hoofdMenu li a#InfraVastgoed.actief:hover, #hoofdMenu li a#InfraVastgoed.actief:active,
#hoofdMenu li a#InfraVastgoed:hover, #hoofdMenu li a#InfraVastgoed:active {
	color: #ffffff;
	background-color: #953FC8;
}


/* --- themaBalk --- */

#themaBalk {
	background: none transparent repeat-x left top;
	border-bottom: 2px solid #e5f2f4;
}


/* --- breadcrumb --- */

#breadcrumb {
	display: block;
	font-size: 0.8em;
	margin: 4px 19px 7px 20px;
	padding: 0;
}

.opleiding #breadcrumb {
	margin: 4px 19px 0 20px;
}

#breadcrumb ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumb li {
	display: inline;
	color: #0092aa;
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
}

#breadcrumb li li {
	padding: 0 0 0 10px;
	background: url(/images/ico_div_breadcrumb_blauw.gif) transparent no-repeat 0 4px;
}

#breadcrumb li a:link, #breadcrumb li a:visited, #breadcrumb li a:hover, #breadcrumb li a:active {
	color: #0092aa;
	text-decoration: underline;
	margin: 0 2px 0 0;
}

#breadcrumb li a:hover, #breadcrumb li a:active {
	text-decoration: none;
}


/* --- contentTabs --- */

#contentTabs {
	float: left;
	margin: 0;
	padding: 5px 0 0 160px;
}

#contentTabs li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
}

#contentTabs li a:link, #contentTabs li a:visited, #contentTabs li a:hover, #contentTabs li a:active {
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px 0 0;
	line-height: 2.75em;
	padding: 0.4em 10px 1.2em;
}

#contentTabs li a.actief:link, #contentTabs li a.actief:visited, #contentTabs li a.actief:hover, #contentTabs li a.actief:active {
	color: #161c1f;
	background-color: #ffffff;
}


/* --- functieMenu --- */

#functieMenu {
	float: right;
	font-size: 0.8em;
	line-height: 1.3em;
	width: 197px;
	margin: 0;
	padding: 0 0 7px;
}

html>body #functieMenu {
	padding: 0 0 12px;
}

#themaBalk #functieMenu {
	margin: 0;
	padding: 14px 0 0;
}

#functieMenu li {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	background-image: none;
	list-style-type: none;
}

#functieMenu li a:link, #functieMenu li a:visited, #functieMenu li a:hover, #functieMenu li a:active {
	color: #005464;
	text-decoration: none;
	margin: 0;
	padding: 1px 12px 0 20px;
}

#themaBalk #functieMenu li a:link, #themaBalk #functieMenu li a:visited, #themaBalk #functieMenu li a:hover, #themaBalk #functieMenu li a:active {
	color: #ffffff;
}

#functieMenu li a:hover, #functieMenu li a:active {
	text-decoration: underline;
}

#functieMenu li a#mailPagina {
	background: url(/images/ico_mailpagina.gif) transparent no-repeat 0 1px;
}

#functieMenu li a#printPagina {
	background: url(/images/ico_printpagina.gif) transparent no-repeat 0 0;
}


/* --- columnleft --- */

#columnLeft {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

#subMenu, #subMenu ul {
	font-size: 0.85em;
	line-height: 1.1em;
	width: 160px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #ffffff;
}

#subMenu {
	margin: 0 0 20px;
}

#subMenu ul {
	float: none;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0;
	border-top-style: none;
}

#subMenu li {
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: #f4f9fa;
	list-style-type: none;
	border-bottom: 2px solid #ffffff;
}

#subMenu li li {
	border-bottom-style: none;
	border-top: 2px solid #ffffff;
}

#subMenu li a:link, #subMenu li a:visited, #subMenu li a:hover, #subMenu li a:active {
	display: block;
	font-weight: bold;
	color: #0092aa;
	letter-spacing: -1px;
	text-decoration: none;
	width: 148px;
	padding: 3px 5px 3px 7px;
}

#subMenu li a.actief:link, #subMenu li a.actief:visited, #subMenu li a.actief:hover, #subMenu li a.actief:active {
	color: #000000;
}

#subMenu li a:hover, #subMenu li a:active {
	background-color: #e5f2f4;
}

#subMenu.inschrijven li a:link, #subMenu.inschrijven li a:visited, #subMenu.inschrijven li a:hover, #subMenu.inschrijven li a:active,
#subMenu.inschrijven li span {
	display: block;
	font-weight: bold;
	letter-spacing: normal;
	width: 125px;
	height: 24px;
	padding: 3px 5px 3px 30px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

html>body #subMenu.inschrijven li a:link, html>body #subMenu.inschrijven li a:visited, html>body #subMenu.inschrijven li a:hover, html>body #subMenu.inschrijven li a:active,
html>body #subMenu.inschrijven li span {
	height: auto;
	min-height: 24px;
}

#subMenu.inschrijven li#een a:link, #subMenu.inschrijven li#een a:visited, #subMenu.inschrijven li#een a:hover, #subMenu.inschrijven li#een a:active,
#subMenu.inschrijven li#een span {
	background-image: url(/images/ico_inschrijven_1.gif);
}

#subMenu.inschrijven li#twee a:link, #subMenu.inschrijven li#twee a:visited, #subMenu.inschrijven li#twee a:hover, #subMenu.inschrijven li#twee a:active,
#subMenu.inschrijven li#twee span {
	background-image: url(/images/ico_inschrijven_2.gif);
}

#subMenu.inschrijven li#drie a:link, #subMenu.inschrijven li#drie a:visited, #subMenu.inschrijven li#drie a:hover, #subMenu.inschrijven li#drie a:active,
#subMenu.inschrijven li#drie span {
	background-image: url(/images/ico_inschrijven_3.gif);
}

#subMenu.inschrijven li#vier a:link, #subMenu.inschrijven li#vier a:visited, #subMenu.inschrijven li#vier a:hover, #subMenu.inschrijven li#vier a:active,
#subMenu.inschrijven li#vier span {
	background-image: url(/images/ico_inschrijven_4.gif);
}

#subMenu li li a:link, #subMenu li li a:visited, #subMenu li li a:hover, #subMenu li li a:active {
	font-weight: normal;
	letter-spacing: normal;
	width: 141px;
	padding: 2px 5px 3px 14px;
	background: url(/images/ico_dot_subsubmenu_groen.gif) transparent no-repeat 7px 7px;
}

#subMenu li li a.actief:link, #subMenu li li a.actief:visited, #subMenu li li a.actief:hover, #subMenu li li a.actief:active {
	background-color: #ffffff;
}


/* --- siteBody --- */

#siteBody {
	float: left;
	word-spacing: -2px;
	width: 500px;
	padding: 14px 15px 0;
}

#siteBody.print {
	width: 600px;
}

#siteBody #oplGegevens {
	float: right;
	clear: right;
	width: 160px;
	padding: 0 0 0 15px;
}

#siteBody #oplGegevens h3 {
	padding: 5px 0 0;
}

#siteBody #oplGegevens p, #siteBody #oplGegevens ul {
	margin: 0 0 12px;
}

#siteBody a.meer:link, #siteBody a.meer:visited, #siteBody a.meer:hover, #siteBody a.meer:active {
	font-size: 0.9em;
	word-spacing: normal;
}


/* --- startData --- */

#startData {
	clear: both;
	font-size: 0.85em;
	width: 100%;
	margin: 25px 0 10px;
	border-width: 2px;
	border-style: solid none;
	border-color: #46b0c5;
}

.planner #startData {
	margin: 8px 0 10px;
}

html>body #startData {
	margin: 8px 0 10px;
}

#startData th {
	text-align: left;
	padding: 4px 10px 7px 0;
}

#startData th a:link, #startData th a:visited, #startData th a:hover, #startData th a:active {
	font-weight: bold;
	color: #2e2e2e;
	text-decoration: none;
	padding: 0 13px 0 0;
	background: url(/images/ico_sort.gif) transparent no-repeat 100% 1px;
}

#startData th a.ascending:link, #startData th a.ascending:visited, #startData th a.ascending:hover, #startData th a.ascending:active {
	background-image: url(/images/ico_sort_asc.gif);
}

#startData th a.descending:link, #startData th a.descending:visited, #startData th a.descending:hover, #startData th a.descending:active {
	background-image: url(/images/ico_sort_desc.gif);
}

#startData th a:hover, #startData th a:active {
	text-decoration: underline;
}

#startData td {
	padding: 1px 10px 4px 0;
	border-width: 2px;
	border-style: solid none none;
	border-color: #e5f2f4;
}

#startData td.laatste {
	text-align: right;
	padding: 1px 0 4px;
}

#startData td.startGarantie {
	text-align: center;
	width: 106px;
}

#startData td.startGarantie img {
	/*float: right;*/
	/* removed by jrh */
	/*margin: 2px 16px 0;*/
	margin:2px 0 0;
}

#startData td.laatste a:link, #startData td.laatste a:visited, #startData td.laatste a:hover, #startData td.laatste a:active {
	text-decoration: underline;
	margin: 0 1px 0 0;
	padding: 0 13px 0 0;
	background: url(/images/ico_link2.gif) transparent no-repeat 100% 4px;
}

#startData td.laatste a:hover, #startData td.laatste a:active {
	text-decoration: none;
}


/* --- inschrijven --- */

.extraDeelnemer {
	clear: both;
	width: 100%;
	padding: 0 0 10px;
	overflow: hidden;
	border-width: 2px;
	border-style: none none solid;
	border-color: #46b0c5;
}

#inschrijvenBevestiging {
	background-image: none;
}

#inschrijvenBevestiging dd .formCommentaar {
	float: right;
	clear: none;
	width: auto;
	padding: 0 7px;
	border-style: none;
}

#inschrijvenBevestiging .formElementen {
	width: 500px;
	padding: 7px 0 6px;
}

html>body #inschrijvenBevestiging .formElementen {
	padding: 8px 0 5px;
}

#inschrijvenBevestiging dt {
	padding: 0 0 4px 1px;
}

#inschrijvenBevestiging dd {
	width: 345px;
	padding: 0 0 4px;
}

#inschrijvenBevestiging #akkoord.formElementen {
	text-align: left;
	margin: 0;
	padding: 0 0 10px;
	border-width: 2px;
	border-style: solid none;
}


/* --- kolommen / overzicht --- */

.kolommen, .overzicht {
	margin: 0 0 23px;
	padding: 0;
}

.overzicht {
	margin: 0 0 7px;
	border-bottom: 2px solid #7fcedc;
}

.overzicht.bladeren {
	margin: -6px 0 0;
	border-bottom-color: #cae9ed;
}

.kolommen li, .overzicht li {
	clear: both;
	width: 500px;
	margin: 6px 0 0;
	padding: 5px 0 0;
	background-image: none;
	border-top: 2px solid #cae9ed;
	list-style-type: none;
}

.kolommen li.eerste, .overzicht li.eerste {
	border-color: #7fcedc;
}

li.contentLeft, li.contentRight {
	float: left;
	clear: left;
	width: 240px;
	margin: 6px 0 0;
	padding: 5px 0 0;
	background-image: none;
	border-top: 2px solid #7fcedc;
	list-style-type: none;
}

li.contentRight {
	float: right;
	clear: right;
}

.kolommen h3, .overzicht h3 {
	margin: 6px 0 2px;
}

.kolommen h3 a:link, .kolommen h3 a:visited, .kolommen h3 a:hover, .kolommen h3 a:active,
.overzicht h3 a:link, .overzicht h3 a:visited, .overzicht h3 a:hover, .overzicht h3 a:active {
	text-decoration: underline;
}

.kolommen h3 a:hover, .kolommen h3 a:active,
.overzicht h3 a:hover, .overzicht h3 a:active {
	text-decoration: none;
}

.kolommen h5,
.overzicht h5 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.kolommen p {
	font-size: 0.8em;
	margin: 0 0 8px;
}

.overzicht p {
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 0 0 8px;
}

.kolommen .date,
.overzicht .date {
	font-size: 0.8em;
	padding: 3px 0 0;
}

.kolommen .topOpleidingen {
	font-size: 0.8em;
	width: 240px;
	margin: 5px 0 4px;
	border-top: 2px solid #cae9ed;
}

.kolommen .topOpleidingen td {
	padding: 3px 0 3px 10px;
	background: url(/images/ico_dot_list.gif) transparent no-repeat 1px 8px;
	border-bottom: 2px solid #cae9ed;
}

.kolommen .topOpleidingen td.prijs {
	text-align: right;
	white-space: nowrap;
	background-image: none;
}


/* --- bladerMenu --- */

.bladerMenu {
	width: 495px;
	margin: 0;
	padding: 0 5px 0 0;
	overflow: hidden;
	border-width: 2px;
}

.bladerMenu.boven {
	margin: 18px 0 0;
	border-style: solid none none;
	border-top-color: #7fcedc;
}

.bladerMenu.onder {
	border-style: none none solid;
	border-bottom-color: #7fcedc;
}

.bladerMenu .menuTitel {
	float: left;
	font-size: 0.85em;
	font-weight: bold;
	margin: 4px 10px 0 0;
}

.bladerMenu ul {
	float: right;
	margin: 2px 0 2px;
	padding: 0;
}

.bladerMenu li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
}

.bladerMenu li.previous, .bladerMenu li.following {
	width: 54px;
}

.bladerMenu li.pageNR {
	height: 18px;
	padding: 0 3px;
}

html>body .bladerMenu li.pageNR {
	height: auto;
	min-height: 18px;
}

.bladerMenu li ul {
	float: none;
	margin: 0;
}

.bladerMenu li li {
	float: left;
	padding: 2px 5px 0;
}

.bladerMenu li.pageNR li {
	padding: 0 4px 2px;
}

.bladerMenu li a:link, .bladerMenu li a:visited, .bladerMenu li a:hover, .bladerMenu li a:active {
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: underline;
}

.bladerMenu li a.actief:link, .bladerMenu li a.actief:visited, .bladerMenu li a.actief:hover, .bladerMenu li a.actief:active {
	color: #000000;
	text-decoration: none;
}

.bladerMenu li a:hover, .bladerMenu li a:active {
	text-decoration: none;
}


/* --- zoekresultaten --- */

#doorzoekSite {
	width: 490px;
	padding: 0 10px 0 0;
	overflow: hidden;
	border-width: 2px;
	border-style: solid none;
	border-top-color: #7fcedc;
	border-bottom-color: #e5f2f4;
}

#doorzoekSite label {
	display: block;
	float: left;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	width: 383px;
	margin: 0;
	padding: 0;
	/*background-color: #00ff00;*/
}

html>body #doorzoekSite label {
	width: auto;
	max-width: 383px;
}

#doorzoekSite label span {
	float: left;
	margin: 13px 0 0;
	padding: 0;
	/*background-color: #ff0000;*/
}

#doorzoekSite input.doorzoekSiteInput {
	display: block;
	float: right;
	font-size: 1.0em;
	width: 227px;
	height: 16px;
	margin: 9px 0 0;
	padding: 2px 2px 0;
}

#doorzoekSite input.submit {
	display: block;
	float: right;
	width: 91px;
	margin: 8px 0;
}

html>body #doorzoekSite input.submit {
	width: auto;
	min-width: 91px;
}

#aantalResultaten {
	font-size: 0.85em;
	margin: 7px 0 -9px;
	padding: 0;
}



.resultPath {
	display: block;
	font-size: 0.8em;
	margin: -6px 0 6px;
	padding: 0;
}

html>body .resultPath {
	margin: -6px 0 13px;
}

.resultPath ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.resultPath li {
	display: inline;
	color: #0092aa;
	margin: 0;
	padding: 0;
	background-image: none;
	border-style: none;
	list-style-type: none;
}

.resultPath li li {
	padding: 0 0 0 10px;
	background: url(/images/ico_div_breadcrumb_blauw.gif) transparent no-repeat 0 4px;
}

.resultPath li a:link, .resultPath li a:visited, .resultPath li a:hover, .resultPath li a:active {
	color: #0092aa;
	text-decoration: underline;
	margin: 0 6px 0 0;
}

.resultPath li a:hover, .resultPath li a:active {
	text-decoration: none;
}



/* --- columnRight --- */

#columnRight {
	float: right;
	width: 197px;
	padding: 5px 0 0;
}

#columnRight .kader {
	clear: both;
	margin: 0 0 12px;
	overflow: hidden;
}

#columnRight .kader.eerste {
	margin: 10px 0 12px;
}

html>body #columnRight .kader.eerste {
	margin: 5px 0 12px;
}

#conversieMenu {
	font-size: 0.9em;
	margin: 17px 0 11px;
	padding: 0;
}

html>body #conversieMenu {
	margin: 12px 0 11px;
}

#conversieMenu li {
	margin: 0 0 1px;
	padding: 0;
	background-image: none;
	list-style-type: none;
}

html>body #conversieMenu li {
	margin: 0 0 2px;
}

#conversieMenu li a:link, #conversieMenu li a:visited, #conversieMenu li a:hover, #conversieMenu li a:active {
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 162px;
	padding: 4px 30px 6px 8px;
	background-repeat: no-repeat;
	background-position: 100% 3px;
}

#columnRight h4 {
	font-size: 0.85em;
	color: #0092aa;
	line-height: 1.1em;
	margin: 0 0 5px;
	padding: 5px 6px 6px;
	background-color: #cae9ed;
}


#aanmNieuwsbrief {
                margin: 0;
                padding: 0 0 26px;
                background: #46b0c5;
}

 

                #aanmNieuwsbrief h4 {
                                margin: 0;
                                color: #fff;
                                background: #81003b;
                }

html>body #aanmNieuwsbrief {
                padding: 0 0 10px;
}

 

#aanmNieuwsbrief input.emailNwsbrf {
                float: left;
                width: 146px;
                margin: 7px 7px 0 7px;
                padding: 1px 2px;
                border: 1px solid #fff;
}


#aanmNieuwsbrief input.aanmNwsbrfSubmit {
                display: block;
                float: left;
                clear: right;
                margin: 7px 0 0 0;
}

.kader a.meer {
                font-size: 0.85em;
                margin: 1px 4px 0;
}

html>body .kader a.meer {
                margin: 0 8px 0;
}


#aanmNieuwsbrief a.meer {
                color: #b5dfe8;
                font-weight: normal;
                text-decoration: none;
                margin: 7px 3px 0;
}

html>body #aanmNieuwsbrief a.meer {
                margin: 7px 6px 0;
}     

                #aanmNieuwsbrief a.meer:hover {
                                color: #fff;
                }




.kader a.meer {
	font-size: 0.85em;
	margin: 1px 4px 0;
}

html>body .kader a.meer {
	margin: 0 8px 0;
}

#aanmNieuwsbrief a.meer {
	margin: 3px 3px 0;
}

html>body #aanmNieuwsbrief a.meer {
	margin: 2px 6px 0;
}

#gerelatOpleidingen ul {
	font-size: 0.85em;
	line-height: 1.2em;
	width: 186px;
	margin: 8px 7px 15px;
	overflow: hidden;
}

html>body #gerelatOpleidingen ul {
	margin: 8px 7px 3px;
}

#gerelatOpleidingen li {
	margin: 0 0 7px;
}

#columnRight .kader p {
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 7px 0 0;
	padding: 0 8px;
}

#dezeOpleiding {
	clear: both;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 9px 0 12px;
	padding: 0;
	border-width: 2px;
	border-style: none none solid;
}

html>body #dezeOpleiding {
	margin: 29px 0 12px;
}

#dezeOpleiding dt {
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0;
	border-width: 2px;
	border-style: solid none none;
	list-style-type: none;
}

#dezeOpleiding dd {
	margin: 0;
	padding: 0 0 6px;
	list-style-type: none;
}


/* --- banner --- */

a.banner:link, a.banner:visited, a.banner:hover, a.banner:active {
	display: block;
	clear: both;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: -1px;
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
	overflow: hidden;
	background: url(/images/bg_banner.gif) #09758a repeat-x left top;
}

a.banner span.alignLeft, a.banner span.alignRight {
	margin: 4px 6px 0;
}

a.banner span.metFoto, a.banner span.metFoto {
	width: 73px;
}

a.banner span span {
	margin: 0 5px 0 0;
}

a.banner:hover span span, a.banner:active span span {
	text-decoration: underline;
}

a.banner img.alignRight, a.banner img.alignLeft {
	margin: 0;
}


/* --- footer --- */

#footer {
	position: absolute;	/* positioneer t.o.v. #container */
	bottom: -1px;
	font-size: 0.85em;
	width: 100%;
	height: 43px;
	background-color: #e5f2f4;
}

html>body #footer {
	bottom: 0;
}

#footer ul {
	margin: 11px 0 13px 12px;
	padding: 0;
}

#footer li {
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 2px 13px 6px 11px;
	background: url(/images/ico_div_footermenu.gif) transparent no-repeat 100% 0;
	list-style-type: none;
}

#footer li a.actief:link, #footer li a.actief:visited, #footer li a.actief:hover, #footer li a.actief:active {
	font-weight: bold;
}

#footer .blauw {
	color: #0092aa;
}

#footer #copyright {
	float: left;
	padding: 2px 0 0 17px;
}


#startGarantie li
{
    margin: 0px;
    padding: 0px;
    background-image: none;
    list-style-type: none;
}

#startGarantie li ul li #titel
{
    text-decoration: underline;
}

#ctl06_randomMedia
{
    float: left;
}

    #ctl06_randomMedia object 
    {
       margin: 0 10px 0 0;
    }
    
.bold
{
    font-weight: bold;
}

* + html #contact table.check label
{
	margin-top:3px;
}

* + html #contact dl.formElementen dd label
{
	margin-top:3px;
}

* html h3.shiftedHeader
{
	position:relative;
	top: -2.8em;
}
* html div.shiftedBlock
{
	position:relative;
	top: -2.5em;
	float:left;
	width:100%;
}
* + html h3.shiftedHeader
{
	position:relative;
	top: -2.8em;
}
* + html div.shiftedBlock
{
	position:relative;
	top: -2.5em;
	float:left;
	width:100%;
}

/* Email snippets */
div.emailSnippetRow
{
	margin-top:5px;
	display:block;
}

input.emailSnippetField
{
	width:192px;
}

/* Added by JRH for the Spring Viral 2010 */
#springViral input.submit
{
	margin-top: 40px;
}

#viralForm input.submit
{
float:left;
clear:right;
	}

.formulier #radiobutton label
{
	margin-right: 10px;
	}
		

#springViral hr
{
	float:left;
	width:480px;
	color:#46B0C5;
	background:#46B0C5;
	text-align: left;
	height:1px;
	margin:0;
	margin-bottom: -7px;
	/*margin-bottom:5px;*/
	display: block;
}	

html>body #springViral hr
{
	
	/*margin:0;*/
	padding:0;
}

* html #springViral hr
{
	margin-top:0;
}
