/* = = = = = = = = = = = = =
= Global reset = Eric Meyer
= = = = = = = = = = = = = */

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #F3F3F3 url(../images/bg_ie.gif) repeat-y top center;
	margin: 0 auto;
	line-height: 1;
	color: #000;
	position: relative;
	left: -20px;
	height: 100%;
}

html {
	height: 100.1%;
	margin: 0 0 1px 0;
}

a img {
	border: none;
}

/* = = = = = = = = = = = = =
=  Strong / emphasis
= = = = = = = = = = = = = */

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}


#push {
	height: 90px;
}

/* = = = = = = = = = = = = =
= Headers
= = = = = = = = = = = = = */

h1 {
	font-size: 24px;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	padding: 0 0 7px 0;
}

#content h2 {
	font-weight: bold;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 5px 0;
	color: #333;
}

h4 {
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 5px 0;
}

p, ul li, label, ol li {
	font-size: 12px;
}

#content ul, #content ol, label {
	font-family: Verdana;
}

/* = = = = = = = = = = = = =
= Diversen
= = = = = = = = = = = = = */

#printlogo {
	display: none;
}

.button {
	display: inline;
	color: white;
	padding: 4px 5px;
	margin: 0;
	background: #8e8e8e url(../images/bg_button.gif) repeat-x 0 0;
}

.button a:link, .button a:visited {
	color: white;
	text-decoration: none;
	background-color: transparent;
}

.button a:hover, .button a:active {
	text-decoration: underline;
	background: transparent !important;
}

small {
	color: #3D7FA0;
	font-size: 10px;
}

div.shortText{
	padding: 0 0 20px 0;
	font: 100 12px/1.6 Arial;
}

/* = = = = = = = = = = = = =
= Links
= = = = = = = = = = = = = */

a:link, a:visited {
	color: #00334d;
	text-decoration: underline;
}

a:hover, a:active {
	color: #216a90;
	text-decoration: underline;
}

/* = = = = = = = = = = = = =
= Structuur
= = = = = = = = = = = = = */

#container {
	margin: 0 auto -90px auto;
	width: 720px;
	padding: 0 20px 0 20px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

/* = = = = = = = = = = = = =
= Spotlight
= = = = = = = = = = = = = */

#page #spotlight {
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
}

#page #spotlight .item {
	float: left;
	width: 226px;
	margin: 0 20px 0 0;
  	background: #dedede url(../images/bg_spotlight.gif) no-repeat center bottom;
	/* Min-height hack voor IE6 */
  	min-height: 100px;
	height:auto !important;
  	height: 100px;
}

.item span.date {
	font: 100 11px Arial;
	color: #3D7FA0;
	display: block;
	padding: 0 0 8px 0;
}

#content .item h3 {
	padding: 0 0 2px 0;
}

#spotlight .item h3 a:link,
#spotlight .item h3 a:visited,
#spotlight .item h3 a:hover,
#spotlight .item h3 a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	background: none;
}

#page #spotlight p {
	line-height: 1.5;
}

#page #spotlight .academy { /* rechtermargin voor laatste vakje */
	margin: 0;
}

#page #spotlight .item h3 {
	color: white;
 	padding: 5px 15px;
	font-size: 13px;
 	font-weight: 700;
 	text-align: left;
}

#page #spotlight .in-house h3 {
	background: #245d40 url(../images/header_academy.gif) no-repeat 50% 0;
}

#page #spotlight .topvorm h3 {
	background: #74b391 url(../images/header_topvorm.gif) no-repeat 50% 0;
}

#page #spotlight .academy h3 {
	background: #227499 url(../images/header_in-house.gif) no-repeat 50% 0;
}

#page #spotlight .item p {
	padding: 10px 15px 10px 15px;
	color: #444;
}

/* = = = = = = = = = = = = =
= Hide
= = = = = = = = = = = = = */

hr {
  display: none;
}

.hide {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* = = = = = = = = = = = = =
= Header
= = = = = = = = = = = = = */

#header h2 {
	width: 450px;
	position: absolute;
	left: 246px;
	bottom: 40px;
	color: #333;
	border-bottom: 1px solid #c1c1c1;
}

#container #header {
	display: block;
	background-color: #fff;
	background-image: url(../images/donkergroen.jpg);
	width: 720px;
	height: 210px;
	position: relative;
}

#container #header p {
	background: url(../images/vtometeenplus.gif) no-repeat 0 0;
	width: 155px;
	height: 26px;
	text-indent: -5000px;
	font-weight: 700;
	font-size: 17px;
	position: absolute;
	top: 146px;
	left: 244px;
}

#container h1 {
	position: absolute;
	bottom: 0; left: 0;
	text-indent: -9999px;
	width: 200px;
	height: 100px;
  	background: transparent url(../images/logo_vorm.gif) no-repeat 0 0;
}

#container h1 a:link,
#container h1 a:visited,
#container h1 a:hover,
#container h1 a:active {
	display: block;
	width: 200px;
	padding: 0;
	height: 75px;
	background: none;
	overflow: hidden;
}

/* = = = = = = = = = = = = =
= Main navigation
= = = = = = = = = = = = = */

#container #header ul {
	position: absolute;
	top: 0; right: 0;
	width: 400px;
	list-style: none;
	text-align: right;
	margin: 10px 0 0 10px;
	float: right;
}

#header ul li {
	display: block;
	float: left;
	height: 27px;
	padding: 0 10px 0 0;
	margin: 0;
	color: white;
	font-size: 13px;
}

#header ul li a {
	display: inline;
	line-height: 20px;
}

#header ul li a:link,
#header ul li a:visited {
	color: white;
	text-decoration: none;
	border: none;
}

#header ul li a:hover,
#header ul li a:active {
	border-bottom: 1px solid #fff;
	background: none;
}

#header ul li.active {
	font-weight: 300;
	background: url(../images/arrow.gif) no-repeat center bottom
}

#header ul li.active a:link,
#header ul li.active a:visited,
#header ul li.active a:hover,
#header ul li.active a:active {
	border: none;
}

/* = = = = = = = = = = = = =
= Content
= = = = = = = = = = = = = */

#content {
	float: right;
	width: 474px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#content h3 {
	font-weight: 700;
	padding: 0 0 8px 0;
}

#content h3 a {
	color:black;
}

#content h3 a:hover,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:active {
	text-decoration: none;
	background-color: white;
	border: none;
}

#content div.item h3 a{
	color:#333;
	text-decoration: none;
}

#content div.item h3 a:hover,
#content div.item h3 a:link,
#content div.item h3 a:visited,
#content div.item h3 a:active{
	text-decoration: none;
	border: none;
}

#content p {
	color: #333;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6;
	margin: 0 0 17px 0;
	font-size: 12px;
}

#content p.back {
	margin: 25px 0 0 0;
}

#content ul {
	color: #333;
	line-height: 1.6;
	margin: 0 0 17px 28px;
}

#content ul li {
	list-style: disc;
}

#content form dl{
	color: #005782;
}

#content form.opleidingForm {
	width: 474px;
	margin: 0 0 20px 0;
}

form.opleidingForm dl {
	width: 474px;
}

#content form.opleidingForm dt {
	width: 160px;
	clear: left;
}

#content form.opleidingForm dt.subTitle {
	font-weight: bold;
}

#content form.opleidingForm dt.empty {
	width: 0;
}

form.opleidingForm dd {
	width: 304px;
}

#content form dt{
	width: 80px;
	float: left;
	clear: left;
}

label span {
	color: #b30404;
}

#content form dd{
	margin: 3px 0 6px 0;
	float: left;
}

#content form dd.opleidingTitle {
	background: #D5E0E9;
	padding: 5px;
	margin: 0 0 0 10px;
	width: auto;
}

#content form dd.submitButton {
	padding-left: 0;
}

span.form_error{
	color: #b30404;
	display: block;
}

#name, #email {
	width: 200px;
}

#message {
	height: 150px;
	width: 320px;
}

.input-button {

}

/* = = = = = = = = = = = = =
= Sidebar
= = = = = = = = = = = = = */

#sidebar {
	float: left;
	width: 226px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-right: 20px;
	background: transparent url(../images/dropshadow.gif) no-repeat right center;
}

#sidebar img {
	border:none;
}

#sidebar a.logos{
	border: 1px solid white;
	background-color: white;
}

#sidebar a.logos:hover{
	border: 1px solid white;
	background-color: white;
}

/* = = = = = = = = = = = = =
= Submenu
= = = = = = = = = = = = = */

#sidebar #submenu {
	padding: 20px;
	background: #f1f1f1 url(../images/bg_sidebar.jpg) no-repeat right bottom;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

#sidebar #submenu h2 {
	text-transform: uppercase;
	text-align: right;
	margin: 0 0 10px 0;
	font-size: 12px;

}

#sidebar #submenu ul {
	text-align: right;
	list-style: none;
	line-height: 1.8;
	margin: 0 0 10px 0;
}

#sidebar #submenu ul li {
	font-size: 14px;
}

#sidebar #submenu ul li ul li {
	font-size: 11px;
}

#sidebar #submenu ul li a:link,
#sidebar #submenu ul li a:visited,
#sidebar #submenu ul li a:hover,
#sidebar #submenu ul li a:active {
	text-decoration: none;
}

#sidebar #submenu ul li a.active{
	background-image:url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right: 10px;
	/*background-color: #ccdde6;*/
}

#sidebar #submenu ul li a {
	border-bottom: 1px solid #8da3af;
	font-weight: bold;
}

#sidebar #submenu ul li ul li a {
	font-weight: normal;
}

/* = = = = = = = = = = = = =
= Logos on homepage
= = = = = = = = = = = = = */

#sidebar img {
	width: 70px;
	height: 70px;
	margin: 0 10px 0 0;
}

/* = = = = = = = = = = = = =
= Footer
= = = = = = = = = = = = = */

#footer {
	clear: both;
	width: 720px;
	height: 15px;
	margin: 0 auto;
	padding: 55px 20px 20px 20px;
 	background: transparent url(../images/footer.gif) no-repeat top left;
	position: relative;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

#footer ul li {
	display: block;
	color: white;
	padding: 0 8px 0 0;
	float: left;
}

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active {
	text-decoration: underline;
	font-weight: normal;
	color: white;
}

/* = = = = = = = = = = = = =
= Opleidingen
= = = = = = = = = = = = = */

#content ul#opleidingen {
	margin: 0;
	padding: 0 0 20px 0;
}

#content ul#opleidingen li {
	list-style: none;
	font-weight: 100;
	font-size: 14px;
}

#content ul#opleidingen li span {
	text-decoration: none;
	border-bottom: 1px solid #006491;
	display: block;
	height: 20px;
	padding: 7px 0;
	color: #006491;
}

#content ul#opleidingen li ol {
	padding: 0 0 0 20px;
	margin: 10px 0 10px 15px;
}

#content ul#opleidingen li ol li {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 11px;
}

#content ul#opleidingen li ol li a {
	text-decoration: underline;
	display: inline;
	border: none;
	line-height: 1.6;
	padding: 0;
}

#content ul#opleidingen li ol li {
	padding: 0 0 3px 5px;
	font-weight: 100;
}

#content #searchbox {
	padding: 0 0 10px 0;
}

a.geavanceerd {
	text-decoration: underline;
	cursor: pointer;
	padding: 0 16px 0 0;
	color: #808080;
}

a.collapsed {
	background: url(../images/arrowdown.gif) no-repeat top right;
}

a.expanded {
	background: url(../images/arrowup.gif) no-repeat top right;
}

span.geavanceerdhaakjes {
	color: #808080;
}

#content div.adv {
	border: 1px solid #D8D8D8;
	padding: 8px;
	margin: 10px 0 10px 10px;
}

#content div.adv ul {
	margin: 0 0 10px 5px;
}

#content div.adv ul li {
	list-style: none;
}

#searchresults li {
	list-style-type: decimal;
	margin: 0 0 7px 35px;
	font-size: 11px;
}
#searchresults li span {
	color: #808080;
	font-size: 85%;
}

/* = = = = = = = = = = = = =
= Tables
= = = = = = = = = = = = = */

table {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 4px;
}

table.fixed {
	table-layout: fixed;
}

td, th {
	font: 100 12px/1.2 "Trebuchet MS", Arial;
	text-align: left;
	padding: 4px 10px 4px 4px;
	background: #f8f8f8;
}

#content td ul {
	padding: 0;
	margin: 0;
}

#content td ul li {
	font: 100 12px/1.2 "Trebuchet MS", Arial;
	list-style: none;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #DDD;
}

th {
	background: #808080;
	color: white;
}

/* = = = = = = = = = = = = =
= Form styling
= = = = = = = = = = = = = */

input, textarea {
	border: 1px solid #ABABAB;
	padding: 2px;
	font: 100 12px Verdana, sans-serif;
	overflow: visible;
}

input.input-checkbox,
input.input-radiobutton {
	border: none;
}

span.form-error {
	font: 100 12px Verdana, sans-serif;
	display: block;
	color: #b30404;
}

p.form-success {
	font-weight: 700;
}

label {
	line-height: 2;
}

dl dd {
	padding: 0 0 0 10px;
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}
