/* 
CSS Document voor NCOI
Datum: maart 2010
Media: Screen
Ontwikkelaar: Concept7 (www.concept7.nl)
*/

/* Reset
=================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
img {
  border:0;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.inline, .inline li {
  display:inline;
}

img {
  border: 0;
}

input, button, textarea {
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
}

a {
  color: #09c;
  text-decoration: none;
}

a:visited {
  color: #068;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input.inactive {
  color: #999;
}

.submit, div.submit a, div.submit a:visited, .disabled {
  padding: 5px 23px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #ccdfe7;
  background-image: url("../images/globals/sprite.png");
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

a.submit, div.submit a, div.submit a:visited {
  float: left;
  display: block;
  color: #fff;
}

.submit:hover, div.submit a:hover {
  text-decoration: none;
}
.content a.submit, .content div.submit a, .content div.submit a:visited {
  float: none;
}
.grey, cite {
  color: #999;
  font-style: normal;
}

#contentfooter .grey {
  color: #677383;
}b

#tel .type {
  display: none;
}

.strong {
  font-weight: bold;
}

/* Algemene regels
=================================================================*/
body {
  font: 12px/18px Arial, Verdana, sans-serif;
  background: #fff;
  color: #333;
}

.holder {
  width: 100%;
  clear: both;
  vertical-align: top;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.wrapper, #footer {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#header {
  padding: 15px 0;
  background: #001636;
  height: 60px;
}

#nav {
  padding: 8px 0;
  background: #006c98 url("../images/globals/nav.png") repeat-x left -66px;
  border-bottom: 1px solid #005b84;
}

#search {
  padding: 11px 0 9px 0;
  background: #eee url("../images/globals/nav.png") repeat-x;
  border-bottom: 1px solid #e0e1e2;
  position: relative;
  z-index: 1;
}

#content {
  background: #fff;
  margin: 10px 0 45px;
}

#content .wrapper {
  width: 960px;
  overflow: hidden;
}

#doormat, #contentfooter {
  padding: 28px 0 8px 0;
  border-top: 5px solid #263954;
  background: #001636;
  margin-bottom: 43px;
}

#contentfooter {
  margin-bottom: 0;
}

#newsletter {
  padding: 11px 0;
  background: #eee;
  border-bottom: 1px solid #e0e1e2;
}

/* Header
=================================================================*/
#header #logo, #header #logo:visited {
  height: 27px;
  margin-top: 7px;
  display: block;
  border: none;
  padding: 0;
  float: left;
}

#slogan {
  font: 18px/18px "Times new Roman", Georgia, serif;
  color: #fff;
  display: block;
  padding-left: 28px;
  margin-bottom: 13px;
}

#usp {
  position: absolute;
  right: 18px;
  top: 38px;
  font: 14px/18px Geneva, Tahoma, sans-serif;
  color: #fff;
  letter-spacing: 5px;
}

#header ul {
  position: absolute;
  right: 10px;
  top: 4px;
  padding-bottom: 8px;
  background: url("../images/globals/sprite.png") repeat-x left 25px;
}

#header a, #header a:visited {
  padding: 0 13px;
  color: #a7bddc;
  border-left: 1px solid #2e4059;
}

#header .first a, #header .first a:visited {
  border: none;
  padding-left: 0;
}

#header .last a, #header .last a:visited {
  padding-right: 0;
}

#header a:hover, #header .current a, #header .current a:visited {
  color: #fff;
}

/* Nav
=================================================================*/
#nav li {
  background: url("../images/globals/sprite.png") no-repeat right -1141px;
  margin-right: -3px;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#nav a, #nav a:visited {
  padding: 7px 20px;
  color: #cce2ea;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: -1px;
}

#nav a:hover {
  text-decoration: none;
  background: #3388ad;
  color: #fff;
}

#nav .current a, #nav .current a:visited {
  color: #fff;
  background: #006c98 url("../images/globals/nav.png") repeat-x left -140px;
}

/* Search
=================================================================*/
#search p {
  padding-left: 20px;
  float: left;
}

#searchinput, #faqsearchinput {
  width: 443px;
  padding: 6px 0 6px 37px;
  margin-right: 10px;
  border: 1px solid #b8b7b7;
  background: #fff url("../images/globals/sprite.png") no-repeat 10px -210px;
  float: left;
}

#search .submit {
  border: 1px solid #001636;
  background-position: left -11px;
  background-color: #001636;
  float: left;
}

#search .submit:hover {
  background-position: left -53px;
  border: 1px solid #025f85;
  color: #fff;
}

#search p {
  padding-top: 5px;
  font: 14px/18px Geneva, Tahoma, sans-serif;
}
#search span {
  padding-left: 20px;
  float: left;
}
#search h1 {
  width:auto;
  background:none;
  padding:5px 0 0 0;
  margin:0;
  font: 14px/18px Geneva, Tahoma, sans-serif;
}
#searchresults {
  width: 420px;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #b8b7b7;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 43px;
  -moz-box-shadow: 3px 3px 3px #a2a2a2;
  -webkit-box-shadow: 3px 3px 3px #a2a2a2;
  box-shadow: 3px 3px 3px #a2a2a2;
}

#searchresults img {
  position: absolute;
  left: 43px;
  top: -10px;
}

#searchresults a ,#searchresults a:visited {
  width: 400px;
  display: block;
  float: left;
  clear: both;
  padding: 12px 0;
  color: #333;
}

#searchresults a:hover {
  width: 396px;
  color: #09c;
  background: #f6f6f6;
  padding: 12px;
  text-decoration: none;
}

#searchresults div {
  width: 100%;
  float: left;
  *float: none;
  border-bottom: 1px solid #ebebeb;
}

#searchresults ul {
  display: block;
}

#searchresults li {
  width: 100px;
  display: block;
  float: left;
  margin-right: 10px;
}

#searchresults strong {
  background: #ffffcc;
}

#searchresults #close, #searchresults #close:visited {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  text-indent: -9000px;
  padding: 0;
  background: #006c98 url("../images/globals/sprite.png") no-repeat center -931px;
}

#searchresults #close:hover {
  background: #001636 url("../images/globals/sprite.png") no-repeat center -931px;
}

/* Sub
=================================================================*/
#sub {
  width: 240px;
  margin-right: 10px;
  float: left;
}

#sub h3 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #e6f1f5;
  /*background: url("../images/globals/sprite.png") no-repeat left -212px;*/
}

#sub h3 span {
  padding: 6px 10px 6px;
  display: block;
  background: #006c98;
}

#sub li {
  display: block;
  float: left;
  /*background: url("../images/globals/sprite.png") repeat-x left bottom;*/
  border-bottom:1px solid #ddd;
}

/* MDF 070610: indent submenus */
#sub li li {
  padding-left: 22px;
}

#sub li a, #sub li a:visited {
  width: 220px;
  display: block;
  float: left;
  padding: 6px 10px 5px;
  color:#09C;
}

#sub li a:hover, #sub li a.current {
  width: 220px;
  /*padding-left: 22px;*/
  text-decoration: none;
  background: #f7f7f7 /*url("../images/globals/sprite.png") no-repeat 10px -1043px*/;
  color: #00547f;
  text-decoration: underline;
}

/* Main
=================================================================*/
#main {
  width: 710px;
  float: left;
  overflow: hidden;
}

.main_small {
  width: 510px !important;
}

.main_wide {
  width: 960px !important;
}

div.half {
  width: 340px;
  margin: 0 10px 30px 0;
  vertical-align: top;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#slideshow {
  width: 710px;
  height: 245px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

#slideshow ul {
  width: 260px;
  height: 245px;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 2000;
}

#slideshow ul a, #slideshow ul a:visited {
  width: 215px;
  height: 35px;
  padding: 0px 10px 0 15px;
  line-height: 35px;
  display: block;
  float: right;
  color: #fff;
  background: #001636 url("../images/globals/sprite.png") repeat-x left -298px;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  color: #8892a0;
}

#slideshow ul a:hover, #slideshow ul a.current, #slideshow ul a.current:visited {
  width: 209px;
  *padding: 0 10px 0 30px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px 0 30px;
  overflow: hidden;
  color: #fff;
  background: transparent url("../images/globals/slidehover.gif") no-repeat left top;
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter: alpha(opacity=100);
  text-decoration: none;
}

#slideshow img {
  position: absolute;
  left: 0;
  top: 0;
}

.usps {
  width: 100%;
  float: left
}

.column {
  width: 230px;
  margin-right: 10px;
  float: left;
}

h2 {
  color: #001636;
  font: 16px/18px Geneva, Tahoma, sans-serif;
  margin-bottom: 20px;
}

#main .column h2 {
  font-size: 14px;
}

#main p {
  margin-bottom: 20px;
}

#phone {
  background: url("../images/globals/sprite.png") no-repeat left -179px;
  padding: 3px 0 6px 27px;
}

#order {
  width: 627px;
  height: 34px;
  padding: 5px 0 5px 83px;
  margin-bottom: 26px;
  float: left;
  background: #f6f6f6;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

#order p {
  width: 450px;
  float: left;
  font: 14px/18px Geneva, Tahoma, sans-serif;
  position: relative;
  top: 8px;
  margin-bottom: 17px;
}

#order p a, #order p a:visited {
  color: #006c98;
}

#order img {
  position: absolute;
  left: 0;
  top: -5px;
}

#order a.submit, #order a.submit:visited {
  width: 80px !important;
  background-position: left -612px;
  border: 1px solid #475a05;
  position: absolute;
  left: 548px;
  color: #fff;
}

#order a.submit:hover {
  background-position: left -570px;
  border: 1px solid #668104;
}

.expanding {
  min-height: 200px;
  line-height: 18px;
}

.expanding {
  width: 538px;
}

a.emph
, a.emph:visited
, ul.emph a
, ul.emph a:visited
, span.emph
, dl.emph dd
, ul.list li
{
  padding-left: 12px;
  background: url("../images/globals/sprite.png") no-repeat left -382px;
  display: block;
  zoom: 1;
}

ul.emph ul {
  margin-bottom: 0 !important;
}

ul.emph ul li {
  padding-left: 12px;
}

#alert {
  width: 958px;
  padding: 10px 0;
  margin-bottom: 20px;
  background: #ffffcc;
  border: 1px solid #dbdb8b;
  text-align: center;
}

#alert a, #alert a:visited {
  font-weight: bold;
  text-decoration: underline;
}

#alert a:hover {
  text-decoration: none;
}

#breadcrumbs {
  width: 720px;
  float: left;
  display: block;
  color: #999;
  margin-bottom: 15px;
  padding-top: 5px;
}

#breadcrumbs li {
  display: block;
  float: left;
  padding-right: 14px;
  margin-right: 10px;
  background: url("../images/globals/sprite.png") no-repeat right -416px;
}

#breadcrumbs a, #breadcrumbs a:visited {
  color: #999;
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
}

#pageheader {
  width: 960px;
  padding: 0 0 12px 0;
  position: relative;
  margin-bottom: 5px;
  background: url("../images/globals/bg-pageheader.png") left bottom no-repeat;
  overflow: hidden;
}
#pageheader h1 {
  background: none;
  width: 720px;
    padding-bottom: 0px;
    padding-right: 0px !important;
    float: left;
  line-height:1.0;  
}
#small #pageheader {
  margin-bottom: 0;
}

.pageheader_small {
  width: 710px !important;
}
#pageheader .phone-us {
  width: 220px; 
  float: right;
}
#pageheader .phone-us p {
  color: #666;
  padding: 0 0 3px 0;
  margin-bottom: 0px !important;
}
#pageheader .phone-us em {
  display: block;
  height: 20px;
  font-weight: bold;
  color: #333;
  padding: 0 0 0 24px;
  font-style: normal;  
  background: url("../images/globals/sprite.png") no-repeat left -1249px;
}
h1, h2, h3 {
  color: #001636;
  font-family: Geneva, Tahoma, sans-serif;
  font-weight: normal;
  margin-bottom: 16px;
}

.ui-tabs-panel h2, .ui-tabs-panel h3 {
  clear: none;
}

.main_wide h3 {
  clear: both;
}

h4 {
  color: #001636;
}

h1 {
  width: 740px;
  padding-right: 220px;
  font-size: 24px;
  background: #fff;
  padding-bottom: 20px;
  background: url("../images/globals/sprite.png") no-repeat left -513px;
}

.pageheader_small h1 {
 width: 490px;
}

#small h1 {
  font-size: 16px;
}
/*
#pageheader .back, #pageheader .back:visited {
  font-size: 12px;
  display: block; 
  width: 220px;
  padding-top: 4px;
  border-top: 1px solid #eee;
}
*/
#pageheader .back, #pageheader .back:visited {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

.back, .back:visited {
  background: url("../images/globals/sprite.png") no-repeat left -431px;
  padding-left: 12px;
}

.info {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.info table {
  width: 379px;
  margin-right: 30px;
  float: left;
}

.info p {
  width: 299px;
  float: left;
  * float: none;
}
.maincta, .maincta:visited {
  background-position: left -570px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #7e9b15;
  margin-right: 30px;
}

.maincta:hover {
  background-position: left -612px;
  border: 1px solid #475a05;
}
.content .maincta, .content .maincta:visited {
 margin-right: 0px;
}
a.secondcta, a.secondcta:visited {
  background: #006c98 !important;
  border: 1px solid #006c98 !important;
  color: #fff !important;
  margin-bottom: 10px;
}

a.secondcta:hover {
  background: #004663 !important;
}
a#secondcta, a#secondcta:visited {
  background: #006c98 !important;
  border: 1px solid #006c98 !important;
  color: #fff !important;
  margin-bottom: 10px;
}

a#secondcta:hover {
  background: #004663 !important;
}
div.submit {
  color: #999;
  background: none;
  text-align: left;
  float: left;
  padding: 0;
}

div.submit span {
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

h3, #main h2 {
  font-size: 16px;
}

#small h2 {
  font-size: 24px;
  margin-bottom: 26px;
}

#small h3 {
  font-size: 14px;
}

#main p, #main ul, #main ol, #main dl {
  margin-bottom: 16px;
}

dt {
  font-weight: bold;
}

#dates_locations {
  width: 379px;
  border: 1px solid #e0e0e0;
  margin: 0 0 20px 20px;
  float: right;
}

#dates_locations div {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  margin-top: 6px;
}

#dates_locations h4 {
  padding: 8px 0 0 10px;
  background: url("../images/globals/sprite.png") repeat-x left -744px;
}

#dates_locations h4 span {
  display: block;
  padding-bottom: 14px;
  background: url("../images/globals/sprite.png") no-repeat left -788px;
}

#dates_locations table {
  width: 360px;
  margin: 0 0 0 10px;
}

#dates_locations p {
  margin-left: 10px;
}

#dates_locations div a, #dates_locations div a:visited {
  text-decoration: underline;
}

#dates_locations div a:hover {
  text-decoration: none;
}

.service {
  display: block;
  margin-top: 6px;
  clear: both;
}

.service li {
  zoom: 1;
  display: inline;
}

.info .service {
  clear: none;
}

.refine {
  width: 716px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #e0e0e0;
  background: url("../images/globals/refine.png") repeat-y 178px top;
}

.main_small .refine {
  width: 468px !important;
  background: none;
}

.main_courses .refine {
  width: 468px !important;
  background: none;
  clear:both;
}

.refine div {
  width: 178px;
  padding: 0 0 10px 0;
  border-right: 1px solid #e0e0e0;
  float: left;
}

.refine .second {
  width: 217px;
  float: left;
}

.refine .third {
  width: 145px;
  float: left;
}

.refine h4 {
  padding: 6px 10px 12px 10px;
  font-weight: normal;
  margin-bottom: 10px;
  background: #e3e3e3 url("../images/globals/column_special_h4.png") no-repeat left bottom;
  border-top: 1px solid #ebebeb;
}

.refine ul {
  margin: 0 0 10px 0;
  padding-left: 10px;
}

.courselisttext {
  width: 470px;
}
.courselisttext-sub {
  width: 700px;
  clear:both;
}
.courselist {
  width: 700px;
  clear:both;
}
.coursetitle{
  margin-top:3px;
  margin-bottom:0px;
  font-size:12px;
}
ul#steps {
  width: 940px;
  padding: 10px 10px 0;
  margin-bottom: 20px;
  background: #e0e0e0;
  display: block;
  float: left;
}

#steps li {
  margin-right: 10px;
  padding-bottom: 10px;
  display: block;
  float: left;
}

#steps li div, #steps li a, #steps li a:visited {
  padding: 10px 20px 10px 10px;
  background: #ececec;
  display: block;
}

#steps li a:hover {
  text-decoration: none;
  background: #fff;
}

#steps .current {
  background: url("../images/globals/sprite.png") no-repeat left -913px;
}

#steps .current div {
  background: #fff;
}

#steps strong {
  font: 18px/18px Geneva, Tahoma, sans-serif;
  margin-right: 6px;
}

#steps span {
  position: relative;
  top: -4px;
}

#photoalbum {
  display: block;
  clear: both;
  margin-bottom: 16px;
}

#photoalbum li {
  width: 161px;
  height: 120px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 2px;
  display: block;
  margin: 0 10px 10px 0;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#photoalbum a, #photoalbum a:visited {
  width: 161px;
  height: 120px;
  overflow: hidden;
}

/* Forms
=================================================================*/
#form {
  width: 100%;
  clear: both;
  position: relative;
}

#form fieldset {
  margin-bottom: 20px;
  clear: both;
}

#mailafriend div {
  width: 350px;
  float: left;
  clear: none !important;
}

#search #form fieldset {
  margin: 0;
}

#main #form div, div.radios {
  margin: 10px 0;
  clear: both;
}

#form label, span.label {
  width: 160px;
  margin-right: 12px;
  float: left;
  display: block;
/*  text-align: right; */
  text-align: left;
}

#mailafriend label, #mailafriend span.label {
  text-align: left;
}

label {
  cursor: pointer;
}

.req {
  font-size: 18px;
  font-family: Georgia, "Times new roman", serif;
  line-height: 1px;
  position: relative;
  top: 5px;
}

#contentform label {
  text-align: right;
}

#form .exp {
  color: #999;
  display: block;
}

#form div .exp {
  padding-left: 172px;
  margin-top: 3px;
}

#form div.labelpadding .exp {
  padding: 0 0 0 23px;
}

.inputtext {
  width: 200px;
  padding: 2px 0;
}

input.xsmall {
  width: 30px;
}

input.small {
  width: 50px;
}

#main #form ul {
  margin: 0;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#form ul label
, #form .radios label
, .labelpadding label
{
  width: auto;
  float: none;
  display: inline;
  margin-right: 20px;
}

.btns
, .labelpadding
{
  padding-left: 172px;
}

#mailafriend .btns
, #mailafriend  .labelpadding
{
  padding-left: 0;
}

td .btns
, td .labelpadding {
  padding: 0;
}

#simpleform .btns {
  padding: 0;
}

#form .submit {
  border: 1px solid #001636;
  background-position: left -11px;
  background-color: #001636;
  margin-bottom: 6px;
  cursor:pointer;
} 

#search #form .submit {
  margin: 0;
 
}

form .submit:hover {
/*  background-position: left -53px;*/
/*  border: 1px solid #025f85;*/
  color: #fff;
}

#form input.disabled, #form input.disabled:hover {
  background-position: left -980px;
  border: 1px solid #000;
  color: #ccc;
}

#main #form textarea {
  width: 480px;
  min-height: 200px;
  line-height: 18px;
  font-family: Arial, verdana, sans-serif;
}

#main #mailafriend textarea {
  width: 560px;
}

#faqsearch {
  width: 700px;
  padding: 10px;
  margin-bottom: 20px;
  background: #e0e0e0;
}

#faqsearch fieldset, #faqsearch .submit {
  margin: 0;
}

#faqsearchresults {
  width: 460px;
  padding: 10px;
  border: 1px solid #b8b7b7;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 66px;
  -moz-box-shadow: 3px 3px 3px #a2a2a2;
  -webkit-box-shadow: 3px 3px 3px #a2a2a2;
  box-shadow: 3px 3px 3px #a2a2a2;
  overflow: hidden;
}

#faqsearchinput {
  float: none !important;
}

#faqsearchresults a ,#faqsearchresults a:visited {
  width: 460px;
  display: block;
  padding: 8px 0;
  color: #333;
  border-bottom: 1px solid #ebebeb;
}

#faqsearchresults a:hover {
  width: 444px;
  color: #09c;
  background: #f6f6f6;
  padding: 8px;
  text-decoration: none;
}

.faq h2 a, .faq h2 a:visited {
  color: #001636;
}

#main .faq ul {
  margin-bottom: 0;
}

.faq ul a {
  border-bottom: 6px solid #fff;
}

.contentlist {
  padding-left: 16px;
  list-style-type: disc;
}

.required {
  border: 1px solid #f00;
  padding-top: 6px;
}

.required input {
  background: #ffe3e3;
}

.required big {
  display: block;
  padding: 2px 0 0 188px;
  margin-bottom: 6px;
  background: url("../images/globals/sprite.png") no-repeat 172px -1017px;
  display: block;
  clear: both;
  color: #f00;
}

.requiredbrochure {
  color: #f00;
  display:none;
}

#mailafriend big {
  padding-left: 16px;
  background: url("../images/globals/sprite.png") no-repeat 0 -1017px;
}

/* Opleidingen
=================================================================*/
p#nrofresults {
  margin-bottom: 6px;
}

ul#sort {
  display: block;
  margin-bottom: 6px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 6px;
}

#sort li {
  margin-right: 20px;
}

#sort #current a, #sort #current a:visited {
  padding-right: 12px;
}

.desc a, .desc a:visited {
  background: url("../images/globals/sprite.png") no-repeat right -895px;
}

.asc a, .asc a:visited {
  background: url("../images/globals/sprite.png") no-repeat right -918px;
}

.item {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}

#main .item p {
  margin-bottom: 0;
}

.itemhover {
  background: #eee;
}

#contentfooter .item {
  border: none;
}

.item h2 {
  margin-bottom: 10px;
}

.item ul.grey li {
  margin-right: 20px;
}

#paging {
  text-align: center;
}

#paging a, #paging strong, #paging span {
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *inline: block;
  padding: 5px 5px 0;
}

/* Sidebar
=================================================================*/
#side {
  width: 220px;
  position: relative;
  float: right;
}

#side .column {
  width: 218px;
  margin: 0 0 10px 0;
  border: 1px solid #e0e0e0;
}

#side h4 {
  padding: 6px 10px 12px 10px;
  border-top: 1px solid #fff;
  background: #f6f6f6 url("../images/globals/side_h4.png") no-repeat left bottom;
}

#column_special h4 {
  background: #e3e3e3 url("../images/globals/column_special_h4.png") no-repeat left bottom;
  border-top: 1px solid #ebebeb;
}

#side .content {
  padding: 10px 10px 0 10px;
}

#side p, #side blockquote, #side q, #side dl {
  margin-bottom: 16px;
  display: block;
}

#side li {
  margin-bottom: 8px;
}

q span {
  width: 20px;
  height: 20px;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 48px;
  color: #ccc;
  overflow: hidden;
  padding-top: 9px;
  margin-bottom: -18px;
}

.firstquote {
  margin-right: 6px;
}

.lastquote {
  margin-left: 10px;
}

#tel {
  margin-top: 20px;
}

#side .media {
  width: 62px;
  height: 69px;
  margin: 0 0 5px 5px;
  overflow: hidden;
  float: right;
  display: block;
}

/* Icons
=================================================================*/
.print a
, .mailafriend a
{
  padding-top: 3px;
  padding-left: 26px;
  margin-right: 30px;
}

.print a, .print a:visited {
  background: url("../images/globals/sprite.png") no-repeat left -840px;
}

.mailafriend a, .mailafriend a:visited {
  background: url("../images/globals/sprite.png") no-repeat left -866px;
}

/* Tables
=================================================================*/
.contenttable {
  width: 100%;
  margin-bottom: 26px;
  clear: both;
  float: left;
}

#small .medium {
  width: 710px;
}

th, td {
  padding: 6px 0;
  text-align: left;
  vertical-align: top;
}

.contenttable th {
  background: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
}

tbody th {
  border-top: 26px solid #fff;
}

.contenttable th, .contenttable td {
  padding-right: 10px;
  padding-left: 10px;
}

/*
tbody td {
  background: url("../images/globals/sprite.png") repeat-x left bottom;
}*/

.usps tbody td {
  background: none;
}

.nr {
  text-align: right;
  white-space: nowrap;
}

td.emph {
  width: 90px;
  background: #e0e0e0 url("../images/globals/sprite.png") repeat-x left bottom;
}

#preference {
  width: 200px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: -58px;
  background: #e0e0e0;
}

/* Doormat & contentfooter
=================================================================*/
#contentfooter {
  color: #99a2b1;
}

#doormat div.half {
  width: 465px;
  padding-left: 10px;
  margin: 0;
}

#doormat .column {
  width: 227px;
  vertical-align: top;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 0;
  float: none;
}

#doormat h3, #contentfooter h3 {
  width: 220px;
  margin-bottom: 6px;
  color: #ccd0d7;
  font-size: 14px;
  font-weight: normal;
  font-family: Geneva, Tahoma, sans-serif;
  background: url("../images/globals/sprite.png") repeat-x left -272px;
  position: relative;
}

#doormat h3 {
  width: 465px;
}

#doormat ul {
  margin-bottom: 26px;
  color: #fff;
}
#doormat ul li {padding: 2px 0 2px 0;}

#contentfooter h3 {
  width: 100%;
}

#doormat h3 a
, #doormat h3 a:visited
, #contentfooter h3 a
, #contentfooter h3 a:visited
{
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font: 12px/18px Arial, Verdana, sans-serif;
  text-decoration: underline;
}

#doormat h3 a:hover
, #contentfooter h3 a:hover
{
  text-decoration: none;
}

#doormat h3 span, #contentfooter h3 span {
  display: block;
  clear: both;
  background: url("../images/globals/sprite.png") no-repeat left -343px;
  padding-bottom: 20px;
}

#doormat a
, #doormat a:visited
, #contentfooter a
, #contentfooter a:visited
{
  color: #a7bddc;
}

#doormat a:hover
, #contentfooter a:hover
{
  color: #ccd0d7;
}

#contentfooter .item {
  width: 400px;
  padding-right: 70px;
  display: -moz-inline-block;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#contentfooter h4 a, #contentfooter h4 a:visited {
  color: #fff;
}

/* Newsletter 
=================================================================*/
#newsletter {
  text-align: right;
}

#newsletter p {
  font-size: 14px;
  font: 14px/18px Geneva, Tahoma, sans-serif;
  color: #585858;
  display: inline;
  margin-right: 20px;
  /*float: left;*/
  padding-top: 8px;
}

#newsletterinput {
  width: 190px;
  padding: 6px 10px;
  border: 1px solid #b8b7b7;
}

#newsletter .submit {
  background-position: left -95px;
  border: 1px solid #025f85;
  margin-bottom: 0;
}

#newsletter .submit:hover {
  background-position: left -137px;
  border: 1px solid #001636;
}

#newsletter fieldset {
  margin: 0 auto;
  width: 940px;
}

/* Footer
=================================================================*/
#footer {
  color: #999;
  padding-bottom: 43px;
}

#footer ul {
  position: absolute;
  right: 0;
  top: 0;
}

#footer ul a, #footer ul a:visited {
  margin-left: 30px;
}

/* Photos in main
=================================================================*/
#main .media {
  border: 1px solid #e0e0e0;
  padding: 5px;
}

.media_right {
  float: right;
  margin: 0 0 20px 20px;
}

.media_left {
  float: left;
  margin: 0 20px 20px 0;
}

.media img {
  margin-bottom: 5px;
  display: block;
}

.media span {
  font-size: 11px;
  color: #999;
}

/* Tabs
=================================================================*/
.ui-tabs {
  clear: both;
  zoom: 1;
  position: relative;
}

.ui-tabs .ui-tabs-nav {
  width: 100%;
  display: block;
  float: left;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 16px;
}

.ui-tabs .ui-tabs-nav li {
  float: left;
  margin-right: 2px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ui-tabs .ui-tabs-nav li {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: url("../images/globals/sprite.png") repeat-x left -653px;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a:visited {
  padding: 0 0 0 20px;
  float: left;
  color: #001636;
  text-decoration: none;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav li a
, .ui-tabs .ui-tabs-nav li a:visited
{
}

.ui-tabs .ui-tabs-nav li a:hover {
  text-decoration: none;
  background: url("../images/globals/sprite.png") repeat-x left -1090px;
}

.ui-tabs .ui-tabs-nav li a span {
  padding: 10px 20px 10px 0;
  display: block;
  float: left;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
  font-weight: bold;
  margin-bottom: -1px;
  float: left;
  background: #fff !important;  
}

#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected, #content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
  border-bottom: 1px solid #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a
, .ui-tabs .ui-tabs-nav li.ui-state-disabled a
, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
  cursor: text;
  float: left;
  display: block;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a span {
  background: #fff;
/*  padding-left: 16px;*/
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
  width: 710px;
  position: relative;
  clear: both;
  border-width: 0;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  *float: none;
}

.ui-tabs .ui-tabs-hide { position: absolute; left: -10000px; }

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url("../images/colorbox/overlay.png") 0 0 repeat;}
#colorbox{}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url("../images/colorbox/controls.png") 0 0 no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position: 0 -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url("../images/colorbox/controls.png") -25px 0 no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxLoadingOverlay{background:url("../images/colorbox/loading_background.png") center center no-repeat;}
        #cboxLoadingGraphic{background:url("../images/colorbox/loading.gif") center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url("../images/colorbox/controls.png") -50px 0 no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-50px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
/*
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
*/
/* Misc fixes MDF 22-04-2010 */
div#main h1 { background: none; }
div#main div.submit:hover { border: none; }

/* Register step 1 funnel */
#funnel h3 {float: left; margin-right: 6px; padding-top: 5px;}
#funnel .next {float: right;}
#funnel .next span {display: block; float: left; color: #999; margin-right: 10px; padding-top: 5px;}
#funnel .next a {display: block; float: left; width: 100px; height: 30px; line-height: 30px; font-weight: bold; color: #e7f0da; text-decoration: none; font-size: 1.1em; background: url("../images/globals/button-next.png") top left no-repeat; text-align: center; margin-bottom: 10px;}
#funnel .next a:hover, #small .next a:visited:hover {text-decoration: underline; color: #fff;}

#start-date {width: 940px; height: 20px; background: #ececec; padding: 10px 10px 16px 10px; margin-bottom: 10px;}
#start-date span {float: left; margin-right: 10px; font-weight: bold; display: block; padding-top: 4px;}
#start-date form {float: left; width: 134px; clear: none; padding-top: 4px;}
#start-date button {float: left; background: url("../images/globals/button-show.png") top left no-repeat; color: #fff; width: 130px; height: 25px; padding: 0; border: 0;}
#start-date .button { background: url("../images/globals/button-show.png") top left no-repeat; color: #fff; width: 130px; height: 25px; padding: 0; border: 0;}

#courses {margin-bottom: 10px;}
#courses .legend {width: 960px; height: 26px; background: #0099cc; padding: 8px 10px 0 10px; margin-bottom: 0px;}
#courses .legend li {float: left; color: #fff; font-weight: bold; width: 210px; padding: 0px;}
#courses .legend .last {float: right; width: 90px; padding: 0 0 0 20px;}

#courses .highlight {background: #f7f7f7;}
#courses ul {width: 960px; background: #fff; padding: 0 10px 0 10px; border-bottom: 1px solid #ececec; margin-bottom: 0px; overflow: hidden; clear: both;}
#courses ul li {float: left; color: #333; width: 210px; padding: 8px 0px 0px 0px; height: 26px;}
#courses ul .last {float: right; width: 100px; padding-top: 6px;}
#courses ul li a {display: block; height: 23px; width: 83px; text-align: center; font-weight: bold; color: #346000; line-height: 23px; background: url("../images/globals/button-signin.png") top left no-repeat;}

#course-choice {width: 938px; padding: 10px; border: 1px solid #ececec; background: #f7f7f7; margin-bottom: 10px;}
#course-choice span {font-weight: bold; display: block; margin-bottom: 6px;}
#course-choice .legend {font-weight: bold;}
#course-choice ul li {float: left; width: 120px; padding: 0px;}
#course-choice ul {clear: both; overflow: hidden; width: 938px; height: 20px; padding: 8px 0 6px 0;; margin: 0px; border-top: 1px solid #ececec;}

/* Register footer */
#small #footer {border-top: 1px solid #ececec; padding-top: 20px;}
#small #footer p {float: left;}
#small #footer ul {position: relative; float: right;}

/* Update jun 2010 */
#sub li.current a {background: #efefef; font-weight: bold; color: #00547f;}
#sub li.current ul li {padding-left: 0px; border-top: 1px solid #ddd; border-bottom: 0px; background: #f7f7f7;}
#sub li.current ul li a {color:#0099CC;font-weight:normal;padding-left:20px;width:210px;}



#sub li.current ul li a:hover {color: #00547f; text-decoration: underline;}
#sub li.current ul li.current a {font-weight: bold; color: #00547f;}
#main #pageheader {width: 710px;}
#main #pageheader h1 {display: block; width: 480px;}
#main #breadcrumbs {width: 480px;}

.segment {width: 710px; height: 240px; overflow: hidden; position: relative; margin-bottom: 20px; line-height:12px;}
.segment ul {background: url("../images/bg-segment.png"); display: block; width: 690px; position: absolute; left: 0px; bottom: 0px; padding: 4px 10px 4px 10px; margin: 0px !important;}
.segment ul li {float: left; height: 26px; width: 230px;}
.segment ul li a {display: block; height: 18px; padding: 4px 0 4px 12px; width: 208px; background:transparent url(../images/globals/sprite.png) no-repeat scroll left -1195px; color: #006c98;}

.segments h2 { font-size:12px !important; display:inline;}

.coursetitle {display: block; width: 710px; height: 23px; padding: 1px 0 0 26px; background: url(../images/icons/ico-portfolio.png) no-repeat top left;}
.coursetitle:hover {background: url(../images/icons/ico-portfolio.png) no-repeat -24px left !important; color: #00729b !important;}
.coursetitle-open {background: url(../images/icons/ico-portfolio.png) no-repeat bottom left !important;}
.coursetitle-open:hover {background: url(../images/icons/ico-portfolio.png) no-repeat bottom left !important;}
.summary {background: #f6f6f6; padding: 10px; width: 690px; overflow: hidden;}
.summary p {float: left; width: 550px; margin: 0px !important;}
.summary .btn-signin {display: block; background: url(../images/globals/sprite.png) left -570px; color: #fff; font-weight: bold; text-decoration: none; text-align: center; float: right; padding: 0 10px 0 10px; height: 26px; line-height: 26px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #628d06; }
.visual-large {float: right; width: 320px; height: 230px; overflow: hidden; margin: 0 0 20px 20px; border: 1px solid #e0e0e0;}

#funnel #content {margin-top: 20px;}
#funnel #pageheader h1 {float: left; font-size: 16px;}
#funnel #pageheader a {float: right; border: 0px; width: auto;}
#funnel .brochure {width: 182px; border: 1px solid #e0e0e0; height: 285px; float: left; margin: 0px 10px 10px 0 !important;}
#funnel .no-margin {margin-right: 0px !important;}
#funnel .brochure .checkbox {float: left; margin: 7px 4px 0 7px; width: 16px;}
#funnel .brochure label {float: left; display: block; width: 137px; padding: 6px 10px 6px 0; margin: 0px !important; height: 30px; min-height: 30px; height: auto !important; line-height: 120%;}
#funnel .brochure .image {width: 182px; height: 100px; overflow: hidden; text-align: center; margin-bottom: 6px;border-top: 1px solid #e0e0e0; padding-top: 10px;}
#funnel .brochure span {display: block; padding: 0 10px 6px 10px; width: 162px;}
#funnel .selected {border: 1px solid #99cadc; background: #f4fcff;}
#funnel .selected a {border-bottom: 1px solid #cee3ea; color: #333;background: url(../images/icons/checkboxes.png) 8px -78px no-repeat; color: #09c;}
#funnel fieldset.right {float: right; padding-right: 67px;}
#funnel fieldset.rightbrochure {float: right; width:230px;padding-right: 27px;}
#funnel .style-block {border: 1px solid #99cadc; cursor: pointer;}
#funnel .main_wide {position: relative;}
#funnel #note {position: absolute; top: 64px; left: 8px; z-index: 999; padding: 10px; background: #fffcbe; border: 1px solid #eac085;}
#funnel #note p {float: left; width: 350px; padding: 0; margin: 0; color: #503012;}
#funnel #note a {display: block; float: right; text-indent: -9999em; font-size: 0em; background: url(../images/globals/sprite.png) no-repeat scroll right -1348px; height: 19px; width: 19px; margin-left: 10px; }
#funnel #form .brochure {clear: none;}

/* Update opleidingen - trainingen page */
.courses {border-bottom: 1px solid #eee; padding: 10px 0 10px 0; overflow: hidden;}
.courses ul {list-style: none;}
.courses ul li {float: left; width: 350px;}
.courses ul li a {float: left; display: block; height: 22px; line-height: 22px; padding-left: 12px; width: 328px;background: url("../images/globals/sprite.png") left -1197px no-repeat;}
.courses ul li a:hover, .courses ul li a:visited:hover {color: #01658e;}
.courses h2 a {color: #001636;}

/* Update brochure popup */
/*.popup-brochure {background: #fbfbfb; position: absolute; top: 100px; left: 0px; width: 600px; border: 1px solid #ccc; z-index: 9999;}*/
/*.popup-brochure .heading {width: 580px; height: 23px; padding: 10px; border-bottom: 1px solid #efefef; margin-bottom: 20px;}*/
.popup-brochure,.popup-planning {background: #fbfbfb; position: absolute; top: 20px; left: 0px; border: 0px solid #ccc; z-index: 9999;width: 620px;}
.popup-brochure .heading {padding:0 0 10px 10px; border-bottom: 1px solid #efefef; }
.popup-brochure .heading h2,.popup-planning .heading h2 {color: #333; margin: 0px !important; padding-top: 3px;width:560px;}
.popup-brochure .heading .btn-close,.popup-planning .heading .btn-close {display: block; margin-top:0px;cursor: pointer; float: right; width: 23px; height: 23px; text-indent: -99999em; font-size: 0em; background: url(../images/globals/sprite.png) no-repeat scroll right -1285px; }
.popup-brochure p {padding: 10px 0 0 10px !important; margin: 0px !important;}
.popup-brochure strong,.popup-planning strong {display: block; padding: 0 0 10px 10px;}
.popup-brochure #form,.popup-planning #form {padding: 0 0 0 10px;}
.popup-brochure #form fieldset div,.popup-planning #form fieldset div {margin-bottom: 4px;}
.popup-brochure #form label,.popup-planning #form label {width: 200px;}
.popup-brochure .btns,.popup-planning .btns, .labelpadding {padding-left:212px;}

.popup-planning {padding-left:5px;}
.popup-planning .heading {padding:0 0 0 10px; border-bottom: 1px solid #efefef; }
.popup-planning .subtitle {color: #001636;font:14px Geneva, Tahoma, sans-serif; margin:10px 0 10px 0;}
.popup-planning .module {background: #FFF;margin:0 0 0 6px;padding:20px 0 0 0;}
.popup-planning .contenttable th {border:0px;margin-top:5px;}
.popup-planning h3 {margin:0px;background: #E3E3E3;background:rgb(0,108,152);color:#fff;padding: 6px 10px 6px 10px;}
.popup-planning p {padding: 10px 0 0 10px; margin: 0px !important;}
.popup-planning .disclaimer {clear:both;}
.popup-planning .disclaimer p {padding:0px;}

/* Update contentpage submenu */
#submenu {border:1px solid #E0E0E0;margin:0 0 10px;width:198px; overflow: hidden; border-bottom: 0px !important; float: left; margin-right: 10px;}
#submenu h4 {background:#F6F6F6 url(../images/globals/side_h4.png) no-repeat scroll left bottom;border-top:1px solid #FFFFFF;padding:6px 10px 12px;}
#submenu li {border-bottom:1px solid #DDDDDD; display: block; float: left;}
#submenu li a, #submenu li a:visited {width: 198px; display: block; float: left; padding: 6px 10px 5px;}
#submenu li a:hover, #submenu li a.current {width: 198px; text-decoration: none; background: #f7f7f7; color: #00547f; text-decoration: underline;}
#small {float: left;}
.no-margin {margin-right: 0px !important;}

#studieprogramma ul {list-style-type:disc;padding:0 0 0 16px;}

#searchresults .hdr strong { background:#FFFFFF;display:block;float:left;clear:both;padding:6px 0; }
.course h2.inleiding {margin-bottom:10px;font-weight:normal !important;}
.course h2, .course h3 {font:12px Arial, Verdana, sans-serif !important;margin:0;font-weight:bold !important;}  
.brochureaanbod h5 {color:red;padding:2px 0 0 7px;}
.season p {width:500px;}
.info .season p {width:670px;color:#001636;}

.voorlichting {  
  width:690px;
  padding: 15px 20px 15px 0;
  background: #001636;
  text-align:left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.voorlichting p {
    color:#FFF;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    font: 16px/18px Geneva, Tahoma, sans-serif;  
    color: #FFF;
    display: inline;
    margin-right: 20px;
    /*float: left;*/

}
.voorlichting a, .voorlichting a:hover, .voorlichting a:visited {
    color:#FFF;
}

.voorlichting p a, .voorlichting p a:visited {
  color: #006c98;
  font-size: 12px;
  font: 12px/14px Geneva, Tahoma, sans-serif;  
  margin-top: -3px;
}

.voorlichting img {
  position: absolute;
  left: 0;
  top: -5px;
}

.voorlichting a.submit, .voorlichting a.submit:visited {  
  width: 80px !important;
  background-position: left -95px;
  border: 1px solid #001636;
  display: inline;
  float: right;
  color: #fff;
}

.voorlichting a.submit:hover {
  background-position: left -137px;
  border: 1px solid #025f85;
}


