/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2010, Blue Cherry BVBA. All rights reserved.
*/
/* Primer */
strong
{
	font-weight: bold;
}

a
{
	color: #0076CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Forms */
.honeypot {
    position: absolute;
	left: -9999em;
}

.validationErrors, .validationErrors ul
{
	margin: 20px 0px;
}

label
{
	margin-right: 10px;
}

input
{
	margin-right: 5px;
	margin-bottom: 5px;
}

input.button
{
	background: white;
	border: 1px solid #0076cc;
	color: #0076cc;
	margin: 5px 0px;
	padding: 3px 10px;
}

input.text, textarea
{
	border: 1px solid #0076cc;
}

/* Layout */
body
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#breadcrumb
{
	color: #929497;
	font-size: 11px;
	height: 20px;
	overflow: hidden;
	padding: 15px 15px;
}

#breadcrumb a
{
	color: #6d6d74;
	text-decoration: underline;
}

#breadcrumb .social
{
	float: right;
	overflow: hidden;
}

#breadcrumb .social li
{
	float: left;
}	

#breadcrumb .social a
{
	position: relative;
	
	display: block;
	background: url(../img/buttonsSocial.png) 0px 0px no-repeat;
	height: 0px;
	margin-right: 5px;
	overflow: hidden;
	padding-top: 16px;
	width: 16px;
}

#breadcrumb .social .linkedin a
{
	background-position: -16px 0px;
}

#breadcrumb .social .youtube a
{
	background-position: -32px 0px;
}

#breadcrumb .social .twitter a
{
	background-position: -48px 0px;
}

#breadcrumb .social .blog a
{
	background-position: -64px 0px;
}


#langselect
{
	font-size: 12px;
	float: right;
	overflow: hidden;
}

#langselect li
{
	float: left;
	margin-left: 5px;
}

#langselect li a
{
	text-decoration: none;
}

#langselect li a:hover
{
	text-decoration: underline;
}

/* Header */
#header
{
	overflow: hidden;
}

#logo
{
	float: left;
}

#header .banner
{
	margin-left: 242px;
}

#nav .search
{
    float: right;
    margin-right: 5px;
    padding-top: 3px;
}

#nav .search input
{
    border: 1px solid white;
    font-size: 11px;
    padding: 1px;
}

#nav .search input.button
{
    background: #0076CC;
    cursor: pointer;
    color: white;
    height: 17px;
    margin: 0px;
    padding: 0px 5px;
    margin: 0px;
    clear: right;
}

#nav
{
	background: #0076CC;
	overflow: hidden;
	margin-bottom: 7px;
}

#nav ul
{
	float: left;
	height: 25px;
	overflow: hidden;
}

#nav li
{
	background: url(../img/navSep.gif) no-repeat right center;
	float: left;
	height: 25px;
	padding-right: 1px;
}

#nav li a
{
	display: block;
	color: white;
	font-size: 13px;
	height: 21px;
	padding-top: 4px;
	padding-right: 19px;
	padding-left: 19px;
	
}

#nav li.last
{
	background: none;
}


#nav li a:hover, #nav li a.active
{
	background: url(../img/navActive.jpg) repeat-x top left;
	text-decoration: none;
}

#nav li:hover ul
{
	display: block;
}

#nav li ul
{
	background: #0076CC;
	display: none;
	height: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	z-index: 99;
	width: 420px;
}

#nav li ul li
{
	background: #0076CC;
	border-top: 1px solid #47A4E9;
	float: none;
	height: auto;
	overflow: hidden;
	width: 100%;
}

#nav li ul li a
{
	display: block;
	padding-top: 5px;
	width: 100%;
}

#nav li ul li li
{
	border: 0px;
}

#nav li ul li li a, #nav li ul li li a:hover, #nav li ul li li a.active
{
	background: #0076CC;
	height: auto;
	text-decoration: underline;
}

#nav li ul li li a
{
	text-decoration: none;
}

#nav li ul ul.opleidingen
{
	position: relative;
	width: 420px;
}

#nav li ul li ul.opleidingen li
{
    clear: left;
	float: left;
	font-size: 10px;
	height: auto;
	
	margin-bottom: 5px;
	margin-left: 19px;
	padding-left: 10px;
	width: 180px;
	background: url(../img/navLi.gif) left 7px no-repeat transparent;
}

#nav li ul li ul.opleidingen li.alt
{
    clear: none;
}

#nav li ul li ul.opleidingen li a
{
	display: inline;
	padding: 0px;
	height: auto;
} 

#tags, #footer
{
	background: #929497;
	clear: left;
	color: white;
	font-size: 11px;
	overflow: hidden;
	padding: 10px;
	margin-top: 10px;
}

/* Footer */
#tags
{
	text-align: center;
}

#tags a, #footer a
{
	color: white;
}


#tags li
{
	background: url(../img/tagSep.gif) no-repeat right center;
	display: inline-block;
	display: expression('inline');
	
	padding-right: 5px;	
}

#tags li.last
{
	background: none;
}

#footer
{
	background: #6D6D74;
	padding: 15px;
}


