﻿.foo {} /* validator on webrichtlijnen.nl requires the file to start with a selector, not a comment */

/*
	TABLE OF CONTENTS:
	- Browser reset		Removes most browser differences
	- HTML elements		Styling of tags
	- Generic content	Styling for text created with rich text editors
	- Main containers	Styling of all containers and its content
	- Div popup			Styling of in-page popups
	- Form				All styling of forms
	- General			Styles that are not confined to a specific container
	- Page				All style resets that start with "body.ClassName"
	- CMS				Styles that are used in the page editor of the CMS
	- Hacks				Mainly Firefox hack
	- Print				Extra styling in case the page is printed
 */






/*
 * Begin browser reset
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0
}
html {
	height:100%;
	overflow-x:auto
}
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0
}
fieldset,img {
	border:0
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal
}
em,cite {
	font-style:italic
}
strong {
	font-weight:bold
}
ol,ul {
	list-style:none
}
caption,th {
	text-align:left
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0
}
q:before,q:after {
	content:''
}
abbr,acronym {
	border:0
}

/*
 * End browser reset
 */






/*
 * Begin HTML elements
 */
 
@font-face {
	font-family: 'EtelkaMediumItalic';
	src: url('fontkit/etelkamedium-italic-webfont.eot');
	src: local('☺'), url('fontkit/etelkamedium-italic-webfont.woff') format('woff'), url('fontkit/etelkamedium-italic-webfont.ttf') format('truetype'), url('fontkit/etelkamedium-italic-webfont.svg#webfontj13j6HbZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EtelkaMediumRegular';
	src: url('fontkit/etelkamedium-webfont.eot');
	src: local('☺'), url('fontkit/etelkamedium-webfont.woff') format('woff'), url('fontkit/etelkamedium-webfont.ttf') format('truetype'), url('fontkit/etelkamedium-webfont.svg#webfontDNF0Fizp') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EtelkaLightRegular';
	src: url('fontkit/etelkalight-webfont.eot');
	src: local('☺'), url('fontkit/etelkalight-webfont.woff') format('woff'), url('fontkit/etelkalight-webfont.ttf') format('truetype'), url('fontkit/etelkalight-webfont.svg#webfont1tRSzd44') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EtelkaLightItalic';
	src: url('fontkit/etelkalight-italic-webfont.eot');
	src: local('☺'), url('fontkit/etelkalight-italic-webfont.woff') format('woff'), url('fontkit/etelkalight-italic-webfont.ttf') format('truetype'), url('fontkit/etelkalight-italic-webfont.svg#webfontJ7kWxrrr') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	line-height: 1.5em;
}

html {
	font-size: 100%;
}

body {
	font-size: 0.75em !important;
	background:#fff;
}

body.FontSize1 {
	font-size: 0.875em !important;
}

body.FontSize2 {
	font-size: 1em !important;
}

body,
input,
select,
textarea {
	color: #353535 /* #585857 */;
	font-family: EtelkaLightRegular, Arial, Helvetica, sans-serif;
}

input,
select,
textarea {
	font-size: 1em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
select {
	height: 1.5em;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

ul,
ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a * {
	cursor: pointer;
}

/*
 * End HTML elements
 */






/*
 * Begin generic content
 */

*.genericContent table,
*.genericContent p,
*.genericContent ul,
*.genericContent ol {
	margin-top: 1em;
}

*.genericContent ul {
	padding-left: 15px;
}

*.genericContent ul li {
	padding-left: 10px;
	background: url(/images/li-background.gif) 0 0.7em no-repeat;
}

*.genericContent ol {
	padding-left: 40px;
	list-style: decimal;
}

/* Start headings */
*.genericContent h1 {
	padding: 3px 0;
	line-height: 1.1em;
	font-size: 1.333em;
	color:#C20E1A;
}

*.genericContent h2,
*.heading2 {
	padding: 3px 0;
	line-height: 1.1em;
	font-size: 1.333em;
	color:#006288;
}

*.genericContent h3,
*.heading3 {
	padding: 3px 0;
	line-height: 1.1em;
	font-size: 1.167em;
	color:#006288;
}

*.genericContent h4,
*.heading4 {
	font-size: 1.083em;
	color:#006288;
}

*.genericContent h5,
*.heading5 {
	font-size: 1.083em;
	color:#006288;
}

*.genericContent h6,
*.heading6 {
	font-size: 1.083em;
	color:#006288;
}

*.genericContent * + h1,
*.genericContent * + h2,
*.genericContent * + h3,
*.genericContent * + h4,
*.genericContent * + h5,
*.genericContent * + h6 {
	margin-top: 1em;
}

*.genericContent h1 + *,
*.genericContent h2 + *,
*.genericContent h3 + *,
*.genericContent h4 + *,
*.genericContent h5 + *,
*.genericContent h6 + * {
	margin-top: 0;
}
/* Start headings */

*.genericContent img[align="left"] {
	margin: 4px 10px 0 0;
}

*.genericContent img[align="right"] {
	margin: 4px 0 0 10px;
}

*.genericContent *:first-child {
	margin-top: 0;
}

*.genericContent p:empty {
	display: none;
}

*.genericContent img:empty {
	display: inherit;
}

h2 {
	font-size:1.333em;
}
*.pageTitle {
	color:#c20e1a;
	margin-bottom:5px;
}
*.contentTitle {
	color:#c20e1a;
}

h3.newsTitle,
h3.newsTitle a {
	color:#006288;
}

h3.tableTitle {
	color:#006288;
}

div.pageContentLeft a:link,
div.pageContentLeft a:active,
div.pageContentLeft a:visited,
div.pageContentLeft a:hover {
	color:#006288;
}

/*
 * End generic content
 */

 
 
 
 
 
/*
 * Begin main containers
 */
.logo {
	display:block;
	position:absolute;
	top:34px;
	left:-26px;
	z-index:1100;
	width: 240px;
	height: 142px;
	overflow: hidden;
}

div.pageContainer {
	position: relative;
	margin: 0 auto 1em auto;
	width: 945px;
	background: #fff right 35px no-repeat;
	min-height: 0;
}
* html div.pageContainer {
	height: 0;
}

/* header */
div.headerContainer {
	height:195px;
}

div.topBar {
	padding-top:10px;
}
* html div.topBar {
	position:absolute;
}


div.topBar ul.secundairmenu li {
	float:left;
}

div.topBar div.tools {
	float:right;
}

div.es_fontResize {
	margin-left:15px;
}

div.es_fontResize .fontSizeSelect {
	display:block;
	float:left;
	width:10px;
	height:15px;
	text-indent:-9999px;
	border:none;
	background:url(/Images/fontsize_selector.png) 0 0 no-repeat;
	cursor:pointer;
}

div.es_fontResize .textSmall {
	background-position:0 -31px;
}
div.es_fontResize .textNormal {
	background-position:0 -16px;
}
div.es_fontResize .textLarge {
	background-position:0 0;
}

.keywordSearch {
	width:211px;
	height:15px;
	color:#9c9b9b;
	border:1px solid #e2e2e2;
}

.searchButton {
	display:none;
}

.trefwoordSearch {
	/*margin-bottom: 1em;*/
	min-height: 0;
}

.trefwoordSearch a {
	height:15px;
	color:#9c9b9b;
}

ul.taalkeuze li.taal {
	margin-left:10px;
}

ul.kruimelpad {
	position:absolute;
	top:170px;
	left:175px;
	z-index: 10000;
}
ul.kruimelpad li {
	float:left;
	margin-left:5px;
}
ul.kruimelpad li.first {
	margin-left:0;
}

div.flashHeader {
	position:absolute;
	top:35px;
	right:0;
	width:770px;
	height:160px;
}

/* end header */

/* main containers */
div.mainContainer {
	min-height:0;
	padding:0 0 0 15px;
}
* html div.mainContainer {
	height:0;
}

div.mainColLeft {
	width:150px;
	min-height: 1em;
	margin-right:10px;
}

div.mainColRight {
	width:770px;
	min-height: 1em;
}

div.pageContentLeft {
	width:510px;
	margin-right:10px;
	padding-top:15px;
	overflow: hidden;
}

div.pageContentLeft hr {
	display:none;
}

div.pageContentWide {
	width:770px;
	margin-right:0;
}

div.pageContentRight {
	position:absolute;
	z-index:0;
	right:0;
	top:195px;
	width:230px;
	height:auto;
	min-height: 200px;
	padding:75px 10px 10px 10px;
	overflow: hidden;
	background:url(/Images/bg_white_transparent.png) 0 0;
}

div.pageContentRight div.opleidingDetail-film {
	margin-bottom: 1em;
}

div.pageContentRight div.opleidingDetail-download {
	margin: 1em 0 0 0;
}

/* Start newsviewer right */
div.nieuwsviewer {
	margin-bottom: 2em;
}

div.nieuwsviewer a.moreNews {
	color: #00628B;
}

div.nieuwsviewer ul.nieuwsviewer {
	position: relative;
	max-height: 200px;
	overflow: hidden;
}

div.nieuwsviewer ul.nieuwsviewer li {
	margin-bottom:10px;	
}

div.nieuwsviewer div.newsTitle {
	font-size:1.083em;
}

div.nieuwsviewer div.newsDate {
	font-size:0.917em;
	color:#006288;
}

div.nieuwsviewer div.newsSummary {
	/*font-size:0.833em;*/
}

div.nieuwsviewer a.leesMeer {
	color: #00628B;
}
/* End newsviewer right */

div.nieuwsdatum {
	color: #006288;
}

div.pageContentRight div.content-block.visual {
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
}

ul.sitemap li li {
	padding-left: 20px;
	background: url(/images/li-background.gif) 0.7em 0.7em no-repeat;
}

ul.sitemap > li {
	padding: 2px 0;
}

ul.sitemap > li > ul {
	padding-bottom: 4px;
}

ul.sitemap > li > a > span,
ul.sitemap > li > span,
ul.sitemap > li li > span {
	font-size: 1.167em;
}

div.verwanteCursussen ul.cursussen li {
	padding-left: 10px;
	background: url(/images/li-background.gif) 0 0.7em no-repeat;
}

/* Start Cursus index */
div.overzichtCursussen table.cursussen {
	width: 100%;
}

div.overzichtCursussen ul.vakgebiedGroepen li {
	padding-bottom: 1em;
}

div.overzichtCursussen table.cursussen td {
	/*width: 5%;*/
	padding-left: 0.8em;
}

div.overzichtCursussen table.cursussen td:first-child {
	/*width: 90%;*/
	padding-left: 4px;
}

div.overzichtCursussen table.cursussen td.infoCell {
	width: 5%;
}

div.overzichtCursussen table.cursussen td.toevoegenCell {
	width: 105px;
}

*+html div.overzichtCursussen table.cursussen tr td {
	border-bottom:1px solid transparent;
}
/* End Cursus index */

/* Start Cursus detail */
div.cursusDetail div.cursusDetail_inhoud {
	margin-top: 1em;
}

div.divPopupWindowCursus *.pageTitle {
	margin: 0 0 2px 0;
}

div.divPopupWindowCursus div.popupContent {
	margin: 0 0 1em 0;
	font-size: 1.1em;
}

div.divPopupWindowCursus table.cursussen.styledTable {
	margin-bottom: 0;
}

/*div.cursusDetail div.infoBlock {
	float: right;
	margin: 0 0 1em 2em
}*/

div.cursusDetail div.infoBlock {
	min-height: 0;
}

div.cursusDetail div.infoBlock > div.infoBlock_item {
	float: left;
	width: 49%;
}
div.cursusDetail div.infoBlock > div.infoBlock_item:first-child {
	margin-right: 1.9%;
}

div.cursusDetail table.cursusDetail_details td {
	vertical-align: top;
}

div.cursusDetail table.cursusDetail_details td:first-child {
	width: 20%;
}

div.cursusDetail table.cursusDetail_details table {
	width: 100%;
}

div.cursusDetail table.cursusDetail_details td:first-child span {
	display: block;
	padding-right: 10px;
}

div.cursusDetail table.cursusDetail_details td:first-child + td {
	width: 80%;
}

div.cursusDetail div.cursusDetail_inlichtingen {
	margin-top: 1em;
}

table.coursesList {
	margin-bottom: 1em;
}

table.coursesList th {
	font-family: 'EtelkaMediumRegular';
	border-bottom: 1px solid #000000;
}

table.coursesList td,
table.coursesList th {
	padding-left: 0.3em;
	padding-right: 0.3em;
	vertical-align: top;
}

table.coursesList td {
	border-top: 1px dotted #000000;
	border-left: 1px dotted #000000;
}

table.coursesList td:first-child,
table.coursesList th:first-child {
	padding-left: 0;
	border-left-width: 0
}

table.coursesList tr:first-child td {
	border-top-width: 0;
	font-family: 'EtelkaMediumRegular';
}

table.coursesList a {
	display: block;
	margin: 2px 0 2px 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(/images/page_go.png) no-repeat center center;
}
table.coursesList a.deleteButton {
	background: url(/images/trash.png) no-repeat center center;
}
/* End Cursus detail */

div.mboOpleidingen div.niveauDiv {
	margin-bottom: 1em;
}

/* Start pager */
div.pager {
	margin: 0.5em 0;
	text-align: right;
}

div.pagerContainerTop div.pager {
	margin-bottom: 0;
}

div.pager > a:first-child {
	margin-left: 0;
}

div.pager a {
	margin: 0 5px;
}
/* End pager */


/* Start banner pager */
#Gallery.noJS li {
	display: none;
}
#Gallery.noJS li:first-child {
	display: block;
}

div.reclamebanners {
	position: relative;
	overflow: hidden;
}

div.reclamebanners div.next,
div.reclamebanners div.previous {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 12px;
	height: 12px;
	line-height: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: #4999BB;
}
div.reclamebanners div.previous {
	left: 0;
}
div.reclamebanners div.next {
	right: 0;
}

div.reclamebanners div.bar {
	height: 12px;
	background: url(/images/sprite.png) no-repeat 0 0;
}

div.reclamebanners ul a {
	display: block;
}

div.reclamebanners ul {
	min-height: 0;
}

div.reclamebanners li {
	min-height: 1em;
	width: 100%;
	overflow: hidden;
}

*+html div.reclamebanners li img {
	display:block;
}
/* End banner pager */

/* Start form */
fieldset ul > li {
	min-height: 0;
	padding-bottom: 5px;
	white-space: nowrap;
}

fieldset ul > li label {
	float: left;
	width: 20%;
}

fieldset ul > li input,
fieldset ul > li textarea {
	float: left;
	width: 77%;
}

fieldset ul > li input {
	line-height: 1em;
}

fieldset ul > li textarea {
	height: 10em;
}

fieldset ul > li span {
	margin-left: 5px;
}

fieldset ul > li input.send {
	margin-left: 20%;
	width: auto;
	line-height: inherit;
}

/* End form */

/* Start scfForm */
div.scfForm h1.scfTitleBorder {
	font-size: 1.333em;
	color:#C20E1A;
}

div.scfForm div.hidden {
	display: none;
}

div.scfForm div.scfSectionContent {
	min-height: 0;
}

div.scfForm div.scfSubmitButtonBorder {
	clear: both;
	padding-top: 5px;
	padding-left: 120px;
}

div.scfForm div.scfValidationSummary {
	padding: 10px 0;
}

div.scfForm div.scfValidationSummary ul li {
	padding-left: 10px;
	background: url(/images/li-background.gif) 0 0.7em no-repeat;
}

div.scfForm div.scfSubmitButtonBorder {
	padding-top: 1em;
}

div.scfForm div.scfSubmitButtonBorder input {
	cursor: pointer;
	font-family: 'EtelkaMediumRegular';
}

div.scfForm {
	width:auto;
}

div.scfRadioButtonListBorder,
div.scfMultipleLineTextBorder,
div.scfEmailBorder,
div.scfSingleLineTextBorder {
	width:450px;
	min-height:0;
	margin-bottom:5px;
}
* html div.scfRadioButtonListBorder,
* html div.scfMultipleLineTextBorder,
* html div.scfEmailBorder, 
* html div.scfSingleLineTextBorder {
	height:0;
}
div.scfRadioButtonListBorder label,
div.scfMultipleLineTextBorder label,
div.scfEmailBorder label,
div.scfSingleLineTextBorder label {
	width:120px;	
}

div.scfSingleLineGeneralPanel,
div.scfMultipleLineGeneralPanel {
	width:320px;
}

div.scfMultipleLineTextBorder textarea,
div.scfEmailBorder input,
div.scfSingleLineTextBorder input {
	width:320px;	
	resize:none;
}

div.scfRadioButtonListBorder span {
	float:none;
	padding-bottom:5px;
}
div.scfRadioButtonListGeneralPanel {
	margin-left:5px;
}

 

/* End scfForm */


table.contactDetail {
	margin-bottom: 1em;
	width: 100%
}

table.contactDetail td {
	vertical-align: top;
}

table.contactDetail td.label span {
	padding-right: 10px;
}

table.contactDetail td.label {
	width: 20%;
	padding-right: 10px;
}

table.contactDetail td.gegeven {
	width: 80%
}

table.contactDetail + div.scfForm h1.scfTitleBorder {
	color:#006288;
}



/* Start nieuwsblock main */
div.nieuwsblok ul.nieuwsviewer li {
	margin-bottom:1em;	
	min-height: 0;
}

div.nieuwsblok ul.nieuwsviewer li div.image {
	width:90px;
	height:60px;
	margin-right:12px;
	overflow:hidden;
}

div.nieuwsblok ul.nieuwsviewer li div.newsContent {
	width:475px;
}

div.nieuwsblok ul.nieuwsviewer li > div.newsContent {
	width:100%;
}

div.nieuwsblok ul.nieuwsviewer li div.image + div.newsContent {
	width:405px;
}

div.nieuwsblok ul.nieuwsviewer li div.datum {
	float: right;
	color: #006288;
	line-height: 2em;
}

div.nieuwsblok ul.nieuwsviewer li div.titel {
	font-size:1.25em;
}

div.nieuwsblok ul.nieuwsviewer li div.intro a {
	font-style:italic;
}

div.nieuwsblok ul.nieuwsviewer li div.intro a.leesMeer {
	font-style: normal;
}
/* End nieuwsblock main */

*.searchResultItems li + li {
	margin-top: 1em;
}

*.pageContentLeft *.lbZoek {
	margin-bottom: 0.5em
}

/* end main containers */

 

/* menu's */

/* Secundaire menu's */
#footer-container {
	padding-top: 2em;
}

ul.footermenu,
ul.footermenu * {
	display: inline;
}

ul.footermenu:first-child {
	margin-left:175px;
}

ul.secundairmenu {
	margin-left:175px;
}

ul.footermenu li.level1Last {
	padding-right: 0;
}

ul.secundairmenu li,
ul.footermenu li {
	padding:0 5px;
	background:url(/Images/divider_submenu.png) left center no-repeat;	
}
ul.secundairmenu:first-child li.first,
ul.footermenu:first-child li.first {
	padding-left:0;
	background: none;
}

ul.secundairmenu li a,
ul.footermenu li a {
	color:#9c9b9b;
	/*font-size:0.833em;*/
}

/* Linker menu */
div.linkerMenu {
	position:relative;
	z-index:20;
	padding-top:12px;
	background:url(/Images/topbarBlue2.png) 0 0 repeat-x;
	margin-bottom:24px;
}

div.linkerMenu a:link,
div.linkerMenu a:hover,
div.linkerMenu a:active,
div.linkerMenu a:visited {
	display:block;
	color:#222221;
	text-decoration:none;
}

div.linkerMenu ul li {
	height:24px;
}

div.linkerMenu ul li.level1,
div.linkerMenu ul li.level2 {
	position:relative;
	color:#222221;
}

div.linkerMenu ul li.evenLi {
	background:#f2f6fa;
}
div.linkerMenu ul li {
	height:auto;
	padding:4px 10px;
}
div.linkerMenu ul li.level1 {
	width:130px;
}

div.linkerMenu ul.level2,
div.linkerMenu ul.level3 {
	display:none;
	border-left:1px solid #fff;
	background:url(/Images/menuVerloopBlue1.png) 0 0 repeat-x;
}

div.linkerMenu ul li.level2,
div.linkerMenu ul li.level3 {
	width: auto;
	min-width: inherit;
	white-space: nowrap;
	background:url(/Images/li_bottomline.png) 0 bottom repeat-x;
}

div.linkerMenu li.level1:hover,
div.linkerMenu li.level2:hover,
div.linkerMenu li.level3:hover,
div.linkerMenu li.level1.hover,
div.linkerMenu li.level2.hover,
div.linkerMenu li.level3.hover {
	background:#a8cbdf url(/Images/li_bottomline.png) 0 bottom repeat-x;
	cursor:pointer;
	display: block !important;
}

div.linkerMenu li:hover > ul,
div.linkerMenu li.hover > ul,
div.linkerMenu li:hover > div,
div.linkerMenu li.hover > div {
	display: block !important;
}

div.linkerMenu ul li.level1 ul.level2,
div.linkerMenu ul li.level2 ul.level3 {
	position:absolute;
	top:0;
}

div.linkerMenu ul li.level1:hover ul.level2,
div.linkerMenu ul li.level2:hover ul.level3,
div.linkerMenu ul li.level1.hover ul.level2,
div.linkerMenu ul li.level2.hover ul.level3 {
	display:block;
}

div.linkerMenu ul li.level1 ul.level2 {
	left:150px;
}

div.linkerMenu ul li.level1 ul.level3 {
	left:160px;
}

/* Main menu */
div.horizontaleMenubalk {
	position:relative;
	z-index:10;
}

div.horizontaleMenubalk a:link,
div.horizontaleMenubalk a:hover,
div.horizontaleMenubalk a:active,
div.horizontaleMenubalk a:visited {
	display:block;
	color:#222221;
	text-decoration:none;
}

div.horizontaleMenubalk ul.rij2 li {
	margin-top:10px;
}

div.horizontaleMenubalk ul.level1 {
	min-height:0;
}
* html div.horizontaleMenubalk ul.level1 {
	height:0;
}

div.horizontaleMenubalk ul li:hover {
	cursor:pointer;
}

div.horizontaleMenubalk ul.level1 li.level1 {
	float:left;
	width:120px;
	height:60px;
	margin-left:10px;
}
div.horizontaleMenubalk ul.level1 li:first-child {
	margin-left:0;
}

div.horizontaleMenubalk ul.level1 li.level1 span.bgColor {
	display:block;
	margin-top: 12px;
	width:120px;
	height:48px;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
}

div.horizontaleMenubalk ul.level1 li.level1 span.menuTitelFirst {
	position: relative;
	z-index:100;
	display:block;
	width:120px;
	height:48px;
	margin-top:-60px;
	padding-top:14px;
	font-family: 'EtelkaMediumRegular';
	font-size:19px;
	color:#006288;
	line-height:1.1em;	
	text-align:center;
}

div.horizontaleMenubalk ul.level1 li.level1 span.menuTitelFirst a {
	display:block;
	height:46px;
	color:#006288;
	line-height:1.1em;
	
}

div.horizontaleMenubalk ul.level1 li.level1 ul.level2 li {
	padding:4px 10px;
	min-height:1px;
	color:#222221;
	background:url(/Images/li_bottomline.png) 0 bottom repeat-x;
}

/* geel */
div.horizontaleMenubalk ul.level1 li.geel {
	background:url(/Images/topbarYellow.png) 0 0 repeat-x;
}
div.horizontaleMenubalk ul.level1 li.geel span.bgColor {
	background-color:#FEE0A9;
}
div.horizontaleMenubalk ul.level1 li.geel ul.level2 {
	background:#FEEFD4;
}
div.horizontaleMenubalk ul.level1 li.geel ul.level2 li:hover {
	background-color:#FEEFD4;
}
div.horizontaleMenubalk ul.level1 li.geel ul.level3 {
}

/* oranje */
div.horizontaleMenubalk ul.level1 li.oranje {
	background:url(/Images/topbarOrange.png) 0 0 repeat-x;
}
div.horizontaleMenubalk ul.level1 li.oranje span.bgColor {
	background-color:#FAC29D;
}
div.horizontaleMenubalk ul.level1 li.oranje ul.level2 {
	background:#f5e2d0 url(/Images/menuVerloopOrange.png) 0 bottom repeat-x;
}
div.horizontaleMenubalk ul.level1 li.oranje ul.level2 li:hover {
	background-color:#ebc19d;
}
div.horizontaleMenubalk ul.level1 li.oranje ul.level3 {
	background:url(/Images/menuVerloopOrange.png) 0 bottom repeat-x;
}

div.horizontaleMenubalk ul.level2 {
	/*display: block !important;*/
}


/* paars */
div.horizontaleMenubalk ul.level1 li.paars {
	background:url(/Images/topbarPurple.png) 0 0 repeat-x;
}
div.horizontaleMenubalk ul.level1 li.paars span.bgColor {
	background-color:#C9B9DB;
}
div.horizontaleMenubalk ul.level1 li.paars ul.level2 {
	background:#e3deef url(/Images/menuVerloopPurple.png) 0 bottom repeat-x;
}
div.horizontaleMenubalk ul.level1 li.paars ul.level2 li:hover {
	background-color:#b7a7cb;
}
div.horizontaleMenubalk ul.level1 li.paars ul.level3 {
	background:#e3deef url(/Images/menuVerloopPurple.png) 0 bottom repeat-x;
}

/* rood */
div.horizontaleMenubalk ul.level1 li.rood {
	background:url(/Images/topbarRed.png) 0 0 repeat-x;
}
div.horizontaleMenubalk ul.level1 li.rood span.bgColor {
	background-color:#F6B1A5;
}
div.horizontaleMenubalk ul.level1 li.rood ul.level2 {
	background:#fdbdbd url(/Images/menuVerloopRed.png) 0 bottom repeat-x;
}
div.horizontaleMenubalk ul.level1 li.rood ul.level2 li:hover {
	background-color:#e09798;
}
div.horizontaleMenubalk ul.level1 li.rood ul.level3 {
	background:url(/Images/menuVerloopRed.png) 0 bottom repeat-x;
}

/* groen */
div.horizontaleMenubalk ul.level1 li.groen {
	background:url(/Images/topbarGreen.png) 0 0 repeat-x;
}
div.horizontaleMenubalk ul.level1 li.groen span.bgColor {
	background-color:#CCE1B0;
}
div.horizontaleMenubalk ul.level1 li.groen ul.level2 {
	background:#ebf7d0 url(/Images/menuVerloopGreen.png) 0 bottom repeat-x;
}
div.horizontaleMenubalk ul.level1 li.groen ul.level2 li:hover {
	background-color:#b3d18b;
}
div.horizontaleMenubalk ul.level1 li.groen ul.level3 {
	background:url(/Images/menuVerloopGreen.png) 0 bottom repeat-x;
}

/* blauw */
div.horizontaleMenubalk ul.level1 li.blauw {
	background:url(/Images/topbarBlue1.png) 0 0 repeat-x;
}
div.horizontaleMenubalk ul.level1 li.blauw span.bgColor {
	background-color:#A4BDE3;
}
div.horizontaleMenubalk ul.level1 li.blauw ul.level2 {
	background:#d1e1f9 url(/Images/menuVerloopBlue1.png) 0 bottom repeat-x;
}
div.horizontaleMenubalk ul.level1 li.blauw ul.level2 li:hover {
	background-color:#9db7dc;
}
div.horizontaleMenubalk ul.level1 li.blauw ul.level3 {
	background:url(/Images/menuVerloopBlue1.png) 0 bottom repeat-x;
}

div.horizontaleMenubalk ul.level2 {
	display:none;
	/*overflow: hidden;
	overflow-x: hidden !important;*/
} 

div.horizontaleMenubalk ul.level1 li ul.level2 {
	position:absolute;
	width:120px;
}

body.Cursuscentra div.horizontaleMenubalk ul.level1 li ul.level2,
body.trainingscentrum div.horizontaleMenubalk ul.level1 li ul.level2 {
    width:250px;
}

body.Cursuscentra div.horizontaleMenubalk ul.level1 li.level1.last ul.level2,
body.trainingscentrum div.horizontaleMenubalk ul.level1 li.level1.last ul.level2 {
	margin-left: -130px;
}

div.horizontaleMenubalk ul.level1 li ul.level2 li.level2 {
	position:relative;
}

div.horizontaleMenubalk ul.level3 {
	position:absolute;
	top:0;
	left:120px;
	margin-left:1px;
	display:none;
	float:left;
	width:126px;
}

div.horizontaleMenubalk ul.level1 li.last li ul.level3 {
	float:left;
	width:126px;
	left:-127px;
	margin-left:0;
}

div.horizontaleMenubalk ul.level2 div ul.level3 {
	position:static;
	background:none;
	margin-left:5px;
}

div.horizontaleMenubalk ul.level1 li ul.level2 li.level2 div {
	position:absolute;
	left:120px;
	top:0;
	margin-left:1px;
	width:388px;
	min-height: 0;
	background:#e9e6f2 url(/Images/menuVerloopPurple.png) 0 bottom repeat-x;
}

div.horizontaleMenubalk ul.level1 li ul.level2 li.level2 div ul.level3 {
	background:none;
}

div.horizontaleMenubalk ul.level2 div ul.level3:first-child {
	margin-left:0;
}

div.horizontaleMenubalk ul.level2 div ul.level3 li {
	background:url("/Images/li_bottomline.png") 0 bottom repeat-x;
}

div.horizontaleMenubalk ul.level2 li.level2 ul.level3 li.first {
	border-top:none;
}

div.horizontaleMenubalk li.hover > ul,
div.horizontaleMenubalk li.hover > div,
div.horizontaleMenubalk li.hover > div > ul {
	display:block !important;
}

div.horizontaleMenubalk ul.level2 li.level2:hover ul.level3,
div.horizontaleMenubalk ul.level2 li.level2:hover div,
div.horizontaleMenubalk ul.level2 li.level2.hover ul.level3,
div.horizontaleMenubalk ul.level2 li.level2.hover div {
	display:block;
}


/* end menu's */

/* DOELGROEPEN BALK */
div.doelgroepen {
	
}

div.bgColor {
	height:60px;
	width:770px;
	opacity: 0.20;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    z-index:1;
}

div.doelgroepContent {
	position:absolute;
	height:60px;
	width:770px;
	z-index:2;
}
    
div.doelgroepenMenubalk div.geel div.bgColor {
	background-color:#e8b220;
}
div.doelgroepenMenubalk div.geel div.doelgroepContent {
	background:url(/Images/topbarYellow.png) 0 0 repeat-x;
}

div.doelgroepenMenubalk div.oranje div.bgColor {
	background-color:#cf6023;
}
div.doelgroepenMenubalk div.oranje div.doelgroepContent {
	background:url(/Images/topbarOrange.png) 0 0 repeat-x;
}

div.doelgroepenMenubalk div.paars div.bgColor {
	background-color:#8b71ac;
}
div.doelgroepenMenubalk div.paars div.doelgroepContent {
	background:url(/Images/topbarPurple.png) 0 0 repeat-x;
}

div.doelgroepenMenubalk div.rood div.bgColor {
	background-color:#ce5659;
}
div.doelgroepenMenubalk div.rood div.doelgroepContent {
	background:url(/Images/topbarRed.png) 0 0 repeat-x;
}

div.doelgroepenMenubalk div.groen div.bgColor {
	background-color:#b3d18b;
}
div.doelgroepenMenubalk div.groen div.doelgroepContent {
	background:url(/Images/topbarGreen.png) 0 0 repeat-x;
}

div.doelgroepenMenubalk div.blauw div.bgColor {
	background-color:#608bc7;
}
div.doelgroepenMenubalk div.blauw div.doelgroepContent {
	background:url(/Images/topbarBlue1.png) 0 0 repeat-x;
}

div.doelgroepenMenubalk div.doelgroeppad {
	margin-left:24px;
	margin-top:13px;
	font-family:EtelkaMediumRegular;
	font-size:2.333em;
	color:#006288;
}

div.doelgroepenMenubalk ul.doelgroepen {
	position:absolute;
	right:10px;
	top:12px;
	font-family:EtelkaLightRegular;
}

div.doelgroepenMenubalk ul.doelgroepen a:link,
div.doelgroepenMenubalk ul.doelgroepen a:visited,
div.doelgroepenMenubalk ul.doelgroepen a:hover,
div.doelgroepenMenubalk ul.doelgroepen a:active {
	color:#000;	
}

div.doelgroepenMenubalk ul.doelgroepen li {
	float:left;
	padding:0 10px;
	background:url(/Images/doelgroepen_li_background.png) 0 4px no-repeat;
}

div.doelgroepenMenubalk ul.doelgroepen li:first-child {
	background:none;
}

div.tableCol {
	width:240px;
}

div.tableCol:first-child {
	margin-right:20px;	
}

div.tableCol ul.list {
	margin-bottom:20px;	
}

div.opleidingen div.tableCol ul.list a:link,
div.opleidingen div.tableCol ul.list a:visited,
div.opleidingen div.tableCol ul.list a:active,
div.opleidingen div.tableCol ul.list a:hover {
	display:block;
	width:100%;
	height:100%;
	color:#353535 /* #585857 */;
	text-decoration:none;
}



/* OVERZICHT WERELDEN */
div.overzichtWerelden ul.list li {
	width:160px;
	padding:2px 10px;
	margin-bottom:4px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align:right;
	text-shadow: #000 1px 1px 2px;
	background:url(/Images/sprite2.png) right 0 no-repeat;
}

div.overzichtWerelden ul.list li.animal-friends {
	background-position:right 0;
}
div.overzichtWerelden ul.list li.animal-life {
	background-position:right -50px;
}
div.overzichtWerelden ul.list li.big-business {
	background-position:right -100px;
}
div.overzichtWerelden ul.list li.dynamic-design {
	background-position:right -150px;
}
div.overzichtWerelden ul.list li.good-food {
	background-position:right -200px;
}
div.overzichtWerelden ul.list li.mighty-machines {
	background-position:right -250px;
}
div.overzichtWerelden ul.list li.surprising-nature {
	background-position:right -300px;
}
div.overzichtWerelden ul.list li.wonderful-life {
	background-position:right -350px;
}

div.overzichtWerelden ul.list li a {
	color:#fff;
}


/* WERELDEN */
span.wereld {
	float:right;
	width:200px;
	height:19px;
	margin-bottom:10px;
	padding-right:10px;
	padding-top:1px;
	text-align:right;
	color:#fff;
	background:url(/Images/sprite2.png) right -150px no-repeat;
}

span.wereld.animal-friends {
	background-position:right 0px;
}
span.wereld.animal-life {
	background-position:right -50px;
}
span.wereld..big-busines {
	background-position:right -100px;
}
span.wereld.dynamic-design {
	background-position:right -150px;
}
span.wereld.good-food {
	background-position:right -200px;
}
span.wereld.mighty-machines {
	background-position:right -250px;
}
span.wereld.surprising-nature {
	background-position:right -300px;
}
span.wereld.wonderful-life {
	background-position:right -350px;
}

div.vakrichtingDetail div.header h2 {
	float:left;
	width:295px;
}

div.wereldDetail div.wereld {
	height:35px;	
	margin-bottom:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align:right;
	color:#fff;
	font-size:2.083em;
	background:url(/Images/sprite2.png) 0 0 no-repeat;
}
div.wereldDetail div.animal-friends {
	background-position:0 0px;
}
div.wereldDetail div.animal-life {
	background-position:0 -50px;
}
div.wereldDetail div.big-business {
	background-position:0 -100px;
}
div.wereldDetail div.dynamic-design {
	background-position:0 -150px;
}
div.wereldDetail div.good-food {
	background-position:0 -200px;
}
div.wereldDetail div.mighty-machines {
	background-position:0 -250px;
}
div.wereldDetail div.surprising-nature {
	background-position:0 -300px;
}
div.wereldDetail div.wonderful-life {
	background-position:0 -350px;
}

div.wereldDetail div.intro img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}


/* STYLED TABLES */
table.styledTable {
	width:100%;
	margin-bottom:15px;
	border-collapse:separate;
	border-spacing:0 1px;
}

table.styledTable td {
	vertical-align:top;
}

table.styledTable td.label {
	color:#006288;
}

table.styledTable th {
	padding:4px;
	color:#006288;
	background:none;
}

table.styledTable tr td {
	padding:3px 4px;
	background:url(/Images/bg_table_opacity30.png) 0 0;
}

*+html div.agendaoverzicht table tr td {
	border-bottom:1px solid transparent;
}



/* checkedTable */
table.checkedTable tr td {
	width:54px;
	vertical-align:top;
	text-align:center;
}

*+html table.checkedTable tr td {
	border-bottom:1px solid transparent;
} 

table.checkedTable tr td.checked {
	background:url(/Images/bg_table_selected_opacity30.png) 0 0;
}

table.checkedTable tr td:first-child {
	color:#006288;
}

table.checkedTable tr td a {
	display:block;
	cursor:pointer;
}

table.checkedTable tr td.vakrichting {
	text-align:left;
	width:180px;
}

table.checkedTable tr td.locatie {
	text-align:left;
	width:80px;
}



div.verhaalbanner {
	margin-bottom: 15px;
	min-height: 0;
}

div.verhaalbanner a {
	float: left;
	display: block;
}



div.vakrichtingDetail div.header {
	min-height: 0;
}



/* Start Addthis */
div.addthis_toolbox {
	width:230px;
	height: 25px;
	padding:0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-msie-border-radius: 8px;
	border-radius: 8px;
	background: #B6D4E4 url(/images/sprite.png) no-repeat 0 -50px;
}

div.addthis_toolbox > div {
	float: left;
	width: 16.5%;
	min-height: 0;
}

div.addthis_toolbox > div > a {
	padding: 4px 0 0 30% !important
}
/* End Addthis */


/* CONTACT LOCATIE OVERZICHT */
div.contactlocatieoverzicht table tr td {
	padding:3px 4px;
}

div.contactlocatieoverzicht table tr td.link {
	width: 1%;
	white-space: nowrap;
}

div.contactlocatieoverzicht table tr td a {
	cursor:pointer;
}

div.contactlocatieoverzicht th.locatie {
	width:182px;
}

div.contactlocatieoverzicht th.telefoon {
	width:112px;
}

div.contactlocatieoverzicht table tr.evenRow td {
	background:none;
}


/* AGENDA OVERZICHT */
div.agendaoverzicht table tr td.locatie {
	color:#006288;
}

div.agendaoverzicht table tr td a {
	cursor:pointer;
}

div.agendaoverzicht thead tr {
	background:none;
}

div.agendaoverzicht table.agendaOverzichtNiveau th.locatie {
	width:200px;
}

div.agendaoverzicht table.agendaOverzichtNiveau th.datum {
	width:120px;
}

div.agendaoverzicht table.agendaOverzichtNiveau th.tijd {
	width:100px;
}

div.agendaoverzicht table.agendaOverzicht th.activiteit {
	width:182px;
}

div.agendaoverzicht table.agendaOverzicht th.datum {
	width:182px;
}

div.agendaoverzicht table.agendaOverzicht th.tijd {
	width:112px;
}



/* VACATURE OVERZICHT */
table.vacatureOverzicht td.locatie {
	color:#006288;
}


/* VACATURE DETAIL */
div.vacaturedetail *.pageTitle {
    margin-top: 1em;
    margin-bottom: 0;
}
div.vacaturedetail *.omvang {
    margin-bottom: 1.1em;
}


/* VEEL GESTELDE VRAGEN */
div.vragen dl.accordeon dt {
	padding:3px 4px;
	margin-bottom:1px;
	color:#006288;
	background:url(/Images/bg_table_opacity30.png) 0 0;
	cursor:pointer;
}

div.vragen dl.accordeon dd {
	padding:3px 4px;
}



/* KIES EEN CURSUS */
span.trefwoordSearch {
	margin-left: 1em;
}

div.kiesCursus {
	min-height: 0
}

div.kiesCursus div.rfvTrefwoord {
	width:150px;
	margin-bottom:2px;
}
div.kiesCursus div.rcbTrefwoord input[type="text"] {
	width:150px;
}

div.kiesCursus td.rcbArrowCell  {
	display:none;
}

div.rcbSlide iframe {
	display:none;
}

ul.rcbList {
	width:146px;
	margin-top:-1px;
	margin-left:2px;
	background:#fff;
	border-left:1px solid #b5cfe7;
	border-right:1px solid #b5cfe7;
	border-bottom:1px solid #b7d9ed;	
}

ul.rcbList li:hover {
	background:#f2f6fa;
	cursor:pointer;
}

div.kiesCursus div.lbZoek  {
	margin-left:5px;
}



/* SIDEBAR */
div.sidebarBoven {
	margin-bottom: 1em;
}

div.sidebarBoven object {
	width:250px;
	margin-left:-10px;
	margin-bottom:10px;
}

div.sidebarBoven a.linkOpleiding {
	margin-left:10px;
	/* background:url(/Images/topbarOlive.png) 0 0 repeat-x; */
}



div.sidebarBoven div.deeplinks {
	margin-right: -10px;
	min-height: 0;
}

div.sidebarBoven a.linkOpleiding,
div.sidebarBoven a.linkVakrichting {
	display: block;
	padding-top: 12px;
	float: left;
}

div.sidebarMidden a.linkNaarMbo {
	display:block;
	width:121px;
	padding-top:12px;
	margin-bottom:12px;
	background:url(/Images/topbarPurple.png) 0 0 repeat-x;
}

div.headerAfloop {
	display:none;
}



/* Cursus inschrijf formulieren */
div.ciCursusInformatie {
	margin-bottom:15px;	
}

div.ciFormulierStappen {
	overflow:hidden;
}

div.ciFormulierStappen ul li {
	float:left;
}

div.ciFormulierStappen ul li a {
	float:left;
	display:block;
	margin-right:3px;
	padding:10px;
	border-top:1px solid #bbb;
	text-decoration:none;
	color:#aaa;
	background:#efefef;
}

div.ciFormulierStappen ul li a:hover {
	color:#aaa;
}

div.ciFormulierStappen ul li.actieveStap a {
	border-top:3px solid #006288;
	padding-top:8px;
	background:#a8cbdf;
	cursor:pointer;
}

div.ciFormulierStappen ul li.afgerondeStap a {
	border-top:1px solid #006288;
	background:#F2F6FA;
}

div.ciFormulierStappen ul li.actieveStap a:hover,
div.ciFormulierStappen ul li.afgerondeStap a:hover {
	color:#006288;
}

div.ciFormulierStappen ul li.afgerondeStap a:hover {
	border-top:3px solid #006288;
	padding-top:8px;
}

div.ciFormulierStap {
	border-top:1px solid #bbb;
	padding-top:10px;	
}

div.ciFormulierStap a.ciBtn {
	float:right;
	margin-left:10px;
	padding:5px;
	background:#F2F6FA;
}

div.ciFormulierStap a.ciBtn:hover {
	background:#a8cbdf;
}

div.ciFormulierStap span.typeFormulieren {
	display:block;
	margin-bottom:10px;
}

div.ciFormulierStap span.typeFormulieren input {
	margin-right:5px;
}

ul.ciTabs {
	border-top:1px dotted #ccc;	
}

ul.ciTabs h2 {
	padding: 3px 0;
	border-bottom:1px dotted #ccc;	
}

ul.ciTabs h2 span.aantalTabs {
	float:right;
	margin-right:540px;
	padding:5px 0 0 15px;
	color:#999;
	font-size:0.6em;
}
*+html ul.ciTabs h2 span.aantalTabs {
	float:none;
	margin:0;
	padding:5px 0 0 25px;
}

ul.ciVragen {
	padding:10px 0;
	border-bottom:1px dotted #ccc;	
}

ul.ciVragen li {
	overflow:hidden;
	margin-bottom:5px;
}

ul.ciVragen li span {
	display:block;
	float:left;
	clear:left;
	width:220px;
}

ul.ciVragen li span span {
	display:inline;
	float:none;
	clear:none;
	width:auto;
	padding-left:5px;
	color:#777;
}

ul.ciVragen li span.cfiValidators {
	float:none;
	clear:none;
	width:auto;
	padding-left:5px;
}

ul.ciVragen li input[type="text"],
ul.ciVragen li input[type="email"],
ul.ciVragen li input[type="password"],
ul.ciVragen li textarea,
ul.ciVragen li select {
	float:left;
	width: 220px;
}

ul.ciVragen li.label span {
	width:auto;
	margin-bottom:10px;
	color:#777;
}

ul.ciVragen table.deelnemers {
	clear:both;
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
}

ul.ciVragen table.deelnemers th,
ul.ciVragen table.deelnemers td {
	padding:4px;
	border:1px solid #ccc;
}

ul.ciVragen table.deelnemers td a {
	font-size:11px;
	float:left;
	padding:0 4px;
}

ul.ciVragen li.deelnemersVraag a.newButton {
	float:left;
	padding:5px;
	background:#F2F6FA;
}

ul.ciVragen li.deelnemersVraag a.newButton:hover {
	background:#a8cbdf;
}

ul.ciVragen li.deelnemersVraag span {
	width:100px;
	padding-top:5px;
}

ul.ciVragen li.factuurinformatieVraag input {
	margin-right:5px;
}

ul.ciVragen li.factuurinformatieVraag span.fiVragenLabel {
	float:none;
	display:inline;
}

ul.ciVragen li table {
	margin-top:10px;
}

ul.ciVragen li.keuzeRondjesVeld table {
	margin:0;
}

ul.ciVragen li table td {
	padding: 0 10px 0 0;
}

ul.ciVragen div.factuurinformatieVragenDiv {
	margin-top:10px;	
}

ul.ciVragen div.factuurinformatieVragenDiv input {
	margin-bottom:5px;
}

ul.ciVragen li table input {
	margin:0 5px 5px 0;
}

ul.ciVragen li.keuzeRondjesVeld table input {
	margin:0 5px 0 0;
}

ul.ciVragen li.tekstVeld textarea {
	height:90px;
}

ul.ciAntwoorden {
	margin-bottom:15px;
	border-top:1px dotted #ccc;
}

ul.ciAntwoorden li {
	clear:both;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}

ul.ciAntwoorden span.vraag,
ul.ciAntwoorden div.antwoord {
	float:left;
}

ul.ciAntwoorden span.vraag {
	width:220px;
}

ul.ciAntwoorden div.antwoord {
	margin-left:15px;
}

ul.ciTabsGegevens table.deelnemers {
	clear:both;
	width:100%;
	margin-bottom:15px;
	border:1px solid #ccc;
	border-collapse:collapse;
}

ul.ciTabsGegevens table.deelnemers th,
ul.ciTabsGegevens table.deelnemers td {
	padding:4px;
	border:1px solid #ccc;
}

div.radPopup {
	padding:10px;	
}

div.popupBtns {
	padding:10px;
}

div.popupBtns input.btn {
	float:left;
	margin-right:10px;
	padding:5px;
	border:0;
	color:#006288;
	background:#F2F6FA;
	cursor:pointer;
}

div.popupBtns input.btn:hover {
	background:#a8cbdf;
}

/*
 * End main containers
 */






/*
 * Start div popup
 */

div.divPopupBackground {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background: #ffffff;
}
* html div.divPopupBackground {
    position: absolute;
}

div.divPopupWindow {
    display: none;
    position: absolute;
    z-index: 10001;
    top: 10%;
    left: 50%;
    width: 500px;
    margin: 0 0 0 -250px;
    font-size: 12px;
    background: #fff;
    -moz-box-shadow: 2px 2px 20px #000000;
    -webkit-box-shadow: 2px 2px 20px #000000;
    box-shadow: 2px 2px 20px #000000;
}
*+html div.divPopupWindow {
	border: 1px solid #000000;
}
div.innerDivPopupWindow {
    padding: 20px;
}

div.divPopupWindow *.pageTitle {
	margin-bottom: 10px;
}

div.divPopupWindow div.close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    opacity: 0.9;
    padding: 10px;
    color: #000;
    font-weight: bold;
    background: #fff;
}
div.divPopupWindow div.close:hover {
    opacity: 1;
}

div.divPopupWindow div.divPopupWindowFooter {
    margin: 20px -20px -20px;
    padding-top: 2px;
    height: 2em;
    line-height: 2em;
    background: #DFE0E0;
}

/*
 * End div popup
 */





/*
 * Begin form
 */
input[type="text"] {
	
}
.scfValidatorRequired {
	display:block !important;
	color:#000 !important;
}

/*
 * End form
 */






/*
 * Begin general
 */

div.safeBox {
	min-height: 1em;
}
* html div.safeBox {
	height: 1em;
}

ul.semantic li {
	padding: 0;
	background: none
}

*.displayNone {
	display: none;
}

*.floatLeft {
	float: left;
}

*.floatRigth {
	float: right;
}

*.clear {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

*.hr {
	clear: both;
	margin: 1em 0;
	width: 100%;
	height: 1px;
	background: #E3E3E3;
}

*.map {
	display: block;
	overflow: hidden;
	background-color: #EFEBE2;
}

label {
	cursor: pointer;
}

.imgButton {
	text-indent:-9999px;
	border:none;
}

*.fancyButton {
	cursor: pointer;
	display: block;
	border: 1px solid #EA5B0C;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 4px 8px;
	color: #ffffff;
	font-size: 1.33em;
	font-weight: bold;
	text-shadow: -1px -1px 1px #999999;
	background: #EA5B0C url(/images/fancyButton.png) repeat-x center center;
	margin-top:5px;
}

*+html *.fancyButton {
	padding: 0;
}

div.cursusDetail *.fancyButton {
	float: left;
	margin-right: 5px;
	width: 240px;
}

/* Start tooltip */
dfn {
	border-bottom: 1px dotted #000000;
}

dfn span.tooltip {
	display: none;
}

dfn span.tooltip,
dfn span.tooltip * {
	cursor: default;
	color: #000000;
	text-decoration: none !important;
}

dfn:hover span.tooltip {
	display: inline;
	position: absolute;
	margin: 0 0 0 2.5em;
	border-top: 1em solid transparent;
}
*+html dfn:hover span.tooltip {
	border-top: 0.7em solid transparent;
}

dfn:hover span.tooltip.wide {
	min-width: 175px;
}

dfn:hover span.tooltip > span {
	display: block;
	border: 1px solid #000000;
	max-width: 300px;
	padding: 3px 5px;
	background: #FFFFE1;
	-moz-box-shadow: 2px 2px 5px #999999;
	-webkit-box-shadow: 2px 2px 5px #999999;
	box-shadow: 2px 2px 5px #999999;
}

div.pageContentLeft dfn {
	position: relative;
}

div.pageContentLeft dfn span.tooltip {
	top: 0;
	left: 0;
}
/* End tooltip */

*.highlightedTerm {
	font-weight: bold;
}



#at16psf input {
	height: 17px !important;
	line-height: 17px !important;
	padding: 0 !important;
}

/*
 * End general
 */






/*
 * Begin page
 */
body.geel div.opleidingen div.tableCol ul.list a:hover {
	background:url(/Images/sprite2.png) 0 -400px no-repeat;
}
body.oranje div.opleidingen div.tableCol ul.list a:hover {
	background:url(/Images/sprite2.png) -500px -400px no-repeat;
}
body.paars div.opleidingen div.tableCol ul.list a:hover {
	background:url(/Images/sprite2.png) 0 -450px no-repeat;
}
body.rood div.opleidingen div.tableCol ul.list a:hover {
	background:url(/Images/sprite2.png) -500px -450px no-repeat;
}
body.groen div.opleidingen div.tableCol ul.list a:hover {
	background:url(/Images/sprite2.png) 0 -500px no-repeat;
}
body.blauw div.opleidingen div.tableCol ul.list a:hover {
	background:url(/Images/sprite2.png) -500 -500px no-repeat;
}

/*body.geel div.sidebarBoven a.linkVakrichting {
	background:url(/Images/topbarYellow.png) 0 0 repeat-x;
}
body.oranje div.sidebarBoven a.linkVakrichting {
	background:url(/Images/topbarOrange.png) 0 0 repeat-x;
}
body.paars div.sidebarBoven a.linkVakrichting {
	background:url(/Images/topbarPurple.png) 0 0 repeat-x;
}
body.rood div.sidebarBoven a.linkVakrichting {
	background:url(/Images/topbarRed.png) 0 0 repeat-x;
}
body.groen div.sidebarBoven a.linkVakrichting {
	background:url(/Images/topbarGreen.png) 0 0 repeat-x;
}
body.blauw div.sidebarBoven a.linkVakrichting {
	background:url(/Images/topbarBlue1.png) 0 0 repeat-x;
}*/



body.Jaarrooster {
	margin: 10px;
}

body.Jaarrooster div.contentBlock {
	max-width: 800px;
}

/*
 * End page
 */






/*
 * Begin CMS
 */

.scWebEditFrame .scWebEditFrameButtons {
	position: relative;
	z-index: 100000000 ;
	display: block;
}

div.linkerMenu .scWebEditFrame .scWebEditFrameButtons {
	top: -25px;
	left: -20px;
}

iframe.scWebEditRibbon + div.pageContainer div.nieuwsviewer ul.nieuwsviewer {
	max-height: inherit;
}
*+html iframe.scWebEditRibbon + div.pageContainer div.nieuwsviewer ul.nieuwsviewer {
	max-height: 1000000px;
}

iframe.scWebEditRibbon + div.pageContainer div.reclamebanners {
	padding-bottom: 50px;
	overflow: visible;
}

div.footer-container .scWebEditFrame .scWebEditFrameButtons {
	top: -20px;
}

/*
 * End CMS
 */






/*
 * Begin hack
 */
div.scfRadioButtonListBorder:after,
div.scfMultipleLineTextBorder:after,
div.scfEmailBorder:after,
div.scfSingleLineTextBorder:after, 
div.sidebarBoven:after,
div.sidebarBoven div.deeplinks:after,
div.trefwoordSearch:after, 
div.vakrichtingDetail div.header:after,
div.cursusDetail div.infoBlock:after,
div.addthis_toolbox > div:after,
div.vakrichtingDetail div.header:after,
div.verhaalbanner:after,
div.nieuwsblok ul.nieuwsviewer li:after,
div.nieuwsviewer div.newsHeader:after, 
div.mainContainer:after,
div.div.scfForm div.scfSectionContent:after,
div.horizontaleMenubalk ul:after, 
div.headerContainer div.topBar:after,
*.defaultFormHolder:after,
div.containerMain:after,
div.safeBox:after,
div.kiesCursus:after,
div.nieuwsblok ul.nieuwsviewer li:after,
div.reclamebanners ul:after,
fieldset ul > li:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

/*
 * End hack
 */






/*
 * Begin print
 */

@media print {
	div.mainContainer a:link,
	div.mainContainer a:visited,
	div.mainContainer a:active,
	div.mainContainer a:hover {
		color:#000000 /* #585857 */;
		text-decoration:none;
	}
	
	ul {
		padding: 0 0 0 20px;
	}

	ul li {
		padding: 0;
		list-style: disc;
		background: none;
	}	
	
	div.pageContainer {
		background-image:none !important;
	}
	div.doelgroepenMenubalk,
	div.flashHeader,
	ul.kruimelpad,
	div.horizontaleMenubalk,
	div.pageContentRight,
	div.topBar,
	div.mainColLeft,
	div.footer-container {
		display:none;
	}	
}

/*
 * End print
 */
