﻿html {
	font-size: 100%;
}
 
body {
	font-size: 62.5%;	/* 10px = 1em */
	width: 100%;
	margin: 0; padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	color: #2f353b ! important;
	line-height: 1.7em;
}

font, span, td, li, ul, p, b, strong, i {
	font-family: inherit ! important;
	line-height: inherit ! important;
	font-size: inherit ! important;
}
	
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
img { 
	border: 0px solid transparent;
}

body.font-l {
	font-size: 100%;
} 

div {
	height: auto;
}

a {
	text-decoration: none;
	color: #ff6600;
}

a span {
	cursor: pointer;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1, #page h1 {
	font-weight: normal;
	font-size: 1.6em;
	text-decoration: none;
	font-family: "Gill Sans MT", Tahoma, "Helvetica Neue", Helvetica, Verdana !important;
	margin: 0;
	padding: 0.8em 0;
	color: #300060;
}

h2, #page h2 {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Verdana !important;
	margin: 0;
	padding: 0.6em 0 0 0;
	color: #977faf;
}

h3, #page h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Verdana !important;
	margin: 0;
	padding: 0.6em 0 0.6em 0;
	color: #5ba3bb;
	}

h4, #page h4 {
	font-weight: normal;
	font-size: 1.3em;
	text-decoration: none;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Verdana !important;
	margin: 0;
	padding: 0.4em 0 0 0;
}

h5, #page h5 {
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Verdana !important;
	padding: 0.4em 0 0 0;
}
h6, #page h6 {
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Verdana !important;
	padding: 0.4em 0 0 0;
}

hr {
	color: #dddddd !important;
	height: 1px !important;
}

dt {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	cursor: pointer;
    color: #5ba3bb;
    font-weight: bold;
    background-image: url("/Style%20Library/images/collapsed.gif");
    background-repeat: no-repeat;
    background-position: 3px center;
    width: 100%;
}

dt.clicked {
	 background-image: url("/Style%20Library/images/expanded.gif");
}

dt.hover {
	 color: #ff6600;
}

dt a {
	padding: 0px;
	height: 2em;
	display: block;
}

dd {
	margin: 5px 0 0 0;
	clear: both;
	display: none;
	background-color: #f7f7f7;
	padding: 5px 24px;
	border: 1px solid #666;
}

a.quote {
	display: block;
	width: 143px;
	height: 53px;
	color: #ffffff !important;
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none !important;
	line-height: 1.1em;
	background: transparent url("/Style%20Library/images/action_quote.png") no-repeat scroll left top;
	padding: 6px 6px 0 58px;
	float: left;
}
a.quote:hover {
	text-decoration: underline !important;
}
.inschrijven {
    float: right;
    margin-top: 2.5em;
}
.inschrijven a {
    padding-top: 15px;
}

/* DEFAULT MASTERPAGE REGIONS */
#container {
	position: relative;
	z-index: 2;
	width: 980px;
	text-align: left;
	margin: 0 auto;
	font-size: 1.2em;
}

#page {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.6em;
	text-align: left;
}
#top {
	background-color: #FFF;
	height: 60px;
	width: 100%;
}

/* TOP LEFT ELEMENTS */
#top-left {
	width: 288px;
	float: left;
	padding-top: 0px;
}

#top-left a#homelink {
	display: block;
	background-color: transparent;
	background-image: url("/Style%20Library/images/top-logo.png");
	background-repeat: no-repeat;
	width: 286px; 
	height: 28px;
	behavior:url("/Style%20Library/htc/iepngfix.htc");
	cursor: pointer;
	margin-top: 15px;
	float: left;
}
#top-right {
	float: right;
	width: 500px;
	padding-right: 10px;
	padding-top: 25px;
	font-size: 11px;
}

/* TOP RIGHT ELEMENTS */
#top-right .ms-siteaction {
	top: 0px;
	right: 0px;
	position: absolute;
}
#sysnav 
{
	color: #454545;
	position: absolute;
	right: 65px;
	top: 27px;
}
#sysnav a
{
	color: #999;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
#sysnav a:hover
{
	color: #f63;
	text-decoration: underline;
}

#font-resize {
	position: absolute;
	right: 0px;
	top: 27px;
}
#font-resize a {
	color: #999;
	padding-left: 2px;
}
#font-resize a.s {
	font-size: 9px;
	text-transform: none;
}
#font-resize a.m {
	font-size: 12px;
	text-transform: none;
}
#font-resize a.l {
	font-size: 14px;
	text-transform: none;
}
#font-resize a.active {
	color: #ff6633;
	text-decoration: underline;
}

div#footer {
	border-top: 1px solid #e4e4e4;
	margin-top: 17px;
	font-size: 0.9em;
}

#footer .left {
	float: left;
	color:#999999;
}

#footer .right {
	float: right;
	text-align: right;
	color:#454545;
}
#footer .right a.home 
{
	color: #454545;
}	
#footer .left, #footer .right {
	border-top: 1px solid white;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #999;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
}

#footer a:hover, #footer .right a.home:hover {
	color: #ff6633;
	text-decoration: underline;
}

/* HOMEPAGE REGIONS */
#home {
	margin: 0;
}

#home-top {
	margin-top:10px;
	width: 100%;
}

#home-top .left {
	float: left;
	background-position: top right;
	width: 730px;
	height: 140px;
}

#home-top .right {
	float: right;
	background-position: top right;
	width: 230px;
}
#home ul {
	margin: 10px 0 8px 0;
	padding: 0;
}

#home li {
	background-image:url(/Style%20Library/images/bullet.gif);
	background-position: 0pt 8px;
	padding: 4px 3px 1px 8px;
	background-repeat:no-repeat;
	list-style-type:none;
	margin:0pt;
	line-height: 1.3em;
}
#home-top .left .banner {
	width: 100%;
	height: 100%;
}
.callout {
	height: 140px;
	width: 230px;
	color: #fff;
	background: transparent url("/Style%20Library/images/callout.gif") no-repeat scroll left top;
}
.callout .padding-fix {
	padding: 18px 20px 15px 20px;
}
.callout h2, #page .callout h2{
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0 0 4px 0;
	background: transparent url("/Style%20Library/images/h1-bottom-oranje.gif") repeat-x scroll left bottom;
}
.callout a {
	color: #fff;
}
.callout a:hover {
	text-decoration: underline;
}
#home .callout li {
	background-image:url("/Style%20Library/images/bullet-callout.gif");
	background-position: 1px 6px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0px 2px 5px 16px;
	font-size: 0.9em;
}
.callout .inloggen {
	float: right;
	width: 64px;
	margin-top: 7px;
}
.callout .inloggen input {
	border-width: 0px;
	width: 64px;
	height: 19px;
	background-color: transparent;
	background: transparent url("/Style%20Library/images/inlogknop.gif") no-repeat scroll center center;
	color: #ff6600;
	font-size: 0.8em;
	font-weight: bold;
}

.presencebox {
	margin: 0;
	height: 140px;
	padding: 0 0.8em 0 0.8em;
	color: #454545;
	background: transparent url("/Style%20Library/images/presence.gif") no-repeat scroll left top;
}
.presencebox h1{
	font-size: 1.7em;
	color:#454545;
	float: left;
	padding: 4px 10px 8px 0;
}
.presencebox #rememberme {
	float: right;
	margin-top: 3px;
}
.presencebox .tekst{
	border-width: 0px;
	background-color: transparent;
	width: 101px;
	background: transparent url("/Style%20Library/images/tekst-background.gif") no-repeat scroll left top;
}
.presencebox label {
	padding: 0.5em 0 0 0.5em;
	margin-top: 3px;
	display: block;
	float: right;
	font-size: 0.8em;
}
.presencebox table {
	width: 100%;
}
.presencebox .top {
	background: transparent url("/Style%20Library/images/h1-bottom-grijs.gif") repeat-x scroll left bottom;
}
.presencebox li {
	padding: 0 0 0 7px !important;
	margin-top: 5px !important;
}
.presencebox a {
	color: #454545;
	font-size: 0.8em;
}
.presencebox .inloggen{
	margin-top: 6px;
	border-width: 0px;
	width: 64px;
	height: 19px;
	background-color: transparent;
	background: transparent url("/Style%20Library/images/inlogknop.gif") no-repeat scroll center center;
	color: #ff6600;
	font-size: 0.8em;
	font-weight: bold;
}
.home-row {
	width: 100%;
	height: auto;
	margin-top: 19px;
	background: transparent url("/Style%20Library/images/home-column-background.gif") repeat-y scroll left top;
}
.home-row h1 {
	padding: 0 0 7px 0;
	margin-bottom: 5px;
}
.home-row h2 {
	padding: 5px 0 0 0;
}
.home-row .home-row-top {
	width: 100%;
	height: 12px;
	background: transparent url("/Style%20Library/images/home-column-top.gif") no-repeat scroll left top;
}
.home-row .column {
	float: left;
	width: 250px;
}
.home-row .column h1 {
	border-bottom: 2px #dddddd dotted;
}
#home .home-row .column .padding-fix h1 {
	font-size: 1.75em;
}
.home-row .paars h1 {
	color: #300060;
}
.home-row .blauw h1 {
	color: #46528e;
}
.home-row .groen h1 {
	color: #5ba3bb;
}
.home-row .column a {
	color: #ff6600;
}
.home-row .last a {
	color: #454545;
}
.home-row .column h2 a {
	color: #977faf;
}
.home-row .last {
	float: left;
	width: 225px;
	margin-right: 0px;
}
.home-row .last h2 {
	border-bottom: 2px #dddddd dotted;
	padding: 3px 0 6px 0;
	margin-bottom: 3px;
	font-size: 1em;
}
.home-row .column .padding-fix {
	margin: 9px 41px 9px 21px;
	font-size: 0.9em;
}
.home-row .last .padding-fix {
	margin: 7px 11px 7px 11px;
}

.home-row-bottom {
	margin-top: 0px;
	margin-bottom: 0px;
	background: transparent url("/Style%20Library/images/home-column-bottom-background.gif") no-repeat scroll left 48px;
}
.home-row-bottom-top {
	width: 100%;
	height: 48px;
	background: transparent url("/Style%20Library/images/home-column-bottom-top.gif") no-repeat scroll left top;
}
.home-row-bottom .column {
	float: left;
	width: 250px;
	margin-top: -35px;
	margin-bottom: -36px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.home-row-bottom .column.last {
	margin-top: -49px;
	margin-bottom: -46px;
	width: 230px;
	background:transparent url(/Style%20Library/images/blok-top-flat.gif) no-repeat scroll left top;
}

.home-row-bottom .last img {
	width: 200px;
}
.home-row-bottom .column h1 {
	padding: 0 0 0.6em 0;
	border: none;
	color: #fff;
}
#home .home-row .home-row-bottom .column .padding-fix h1 {
	font-size: 1.6em;
}
.home-row-bottom .paars h1{
	color: #fff;
	background: transparent url("/Style%20Library/images/h1-bottom-paars.gif") repeat-x scroll left bottom;
}
.home-row-bottom .blauw h1 {
	color: #fff;
	background: transparent url("/Style%20Library/images/h1-bottom-blauw.gif") repeat-x scroll left bottom;
}
.home-row-bottom .groen h1 {
	color: #fff;
	background: transparent url("/Style%20Library/images/h1-bottom-groen.gif") repeat-x scroll left bottom;
}
.home-row-bottom .column a.meer {
	float: left;
	color: #fff;
	font-weight: bold;
	background-image:url(/Style%20Library/images/bullet.gif);
	background-position:0pt 13px;
	background-repeat:no-repeat;
	padding: 6px 0px 0px 8px;
}
.home-row-bottom .column .padding-fix {
	margin: 5px 40px 0 20px;
}
.home-row-bottom .last .padding-fix {
	margin: 0 10px 0 10px;
	width: auto;
}
.home-row-bottom-bottom {
	width: 100%;
	height: 49px;
	background: transparent url("/Style%20Library/images/home-column-bottom-bottom.gif") no-repeat scroll left top;
	position: relative;
	z-index: 1;
}

/* Page region */
#page {
	margin: 0;
}
#page ul {
	margin: 10px 0 8px 0;
	padding: 0;
}

#page li {
	background-image:url("/Style%20Library/images/bullet.gif");
	background-position: 0 7px;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0px 2px 0px 8px;
	line-height: 1.3em;
}

#page-top {
	margin-top:10px;
	width: 100%;
}

#page-top .left {
	float: left;
	background-position: top right;
	width: 730px;
	height: 140px;
}
#page-top .left .banner {
	width: 100%;
	height: 100%;
}

#page-top .right {
	float: right;
	height: 140px;
	width: 230px;
	margin-top: 0px !important;
}

#page .main {
	width: 730px;
	height: auto;
	margin-top: 19px;
	background: transparent url("/Style%20Library/images/main-background.gif") repeat-y scroll left top;
	float: left;
}
#page .main .main-top {
	width: 100%;
	height: 10px;
	background: transparent url("/Style%20Library/images/main-top.gif") no-repeat scroll left top;
}
#page .main .main-bottom {
	width: 100%;
	height: 10px;
	background: transparent url("/Style%20Library/images/main-bottom.gif") no-repeat scroll left bottom;
}

#page .main h1 {
	margin:	0 0 14px 0;
	padding: 0 0 7px 0;
	border-bottom: 2px #dddddd dotted;
}
#page .main .padding-fix {
	margin:	9px 20px 10px 21px;
}
#page .main .content {
	border-top: 1px #dddddd solid;
	margin: -1px 10px 10px 20px;
	overflow: hidden;
}
#page .main .noline {
	border: none;
}
#page .main .content .padding-fix {
	/* width: 470px; no menu */
	width: 100%;
	float: left;
	margin: 6px 0 0 0;
}
#page .main .content .padding-fix-wide {
	width: 680px;
	float: left;
	margin: 6px 0 0 0;
}
#page .main .content img {
	margin-top: 50px;
	float: right;
}
#page .main .content .blok {
	width: 230px;
	float: left;
	margin: 6px 0 0 0;
}
#page .main .content .blok .padding-fix {
	width: 210px;
	margin:	5px 0px 2px 10px;
}
#page .right {
	float: right;
	height: auto;
	width: 230px;
	margin-top: 19px;
	padding:0;
}
#page .right dt {
	width: 180px;
}

#page .blok, #home .blok {
	width: 100%;
	height: auto;
	margin-bottom: 4px;
	background: transparent url("/Style%20Library/images/blok-top.gif") repeat-y scroll left top;
}
#page .blok .blok-bottom, #home .blok .blok-bottom {
	width: 100%;
	height: 10px;
	background: transparent url("/Style%20Library/images/blok-bottom.gif") no-repeat scroll left bottom;
}

#page .blok h2, #home .blok h2 {
	border-bottom: 2px #dddddd dotted;
	padding: 0 0 5px 0;
	margin: 0 0 3px 0; 
	font-size: 1.0em;
}
#page .blok .padding-fix {
	margin: 5px 11px -1px 11px; 
	font-size: 0.9em;
}
#home .blok .padding-fix {
	margin: 10px 11px 10px 11px; 
	font-size: 0.9em;
}
#page .blok span, #home .blok span {
	float: left;
}
#page .blok a, #home .blok a {
	color: #ff6600;
}
#page .blok li a, #home .blok li a {
	color: #454545;
}
#page .uitloggen {
	float: right;
	width: 74px;
}
#page .uitloggen input {
	border-width: 0px;
	width: 64px;
	height: 19px;
	background-color: transparent;
	background: transparent url("/Style%20Library/images/inlogknop.gif") no-repeat scroll center center;
	color: #ff6600;
	font-size: 0.9em;
	font-weight: bold;
}
#page .blok li {
	background-position: 0pt 8px;
	padding: 4px 3px 1px 8px;
}
#page .blok img, #home .blok img {
	margin: 10px 0 12px 0;
}
#page .blok img.ms-asset-icon, #home .blok img.ms-asset-icon {
	margin: 10px 7px 0 0;
}
#logout span {
	float: left;
	color: #ff6600;
	font-size: 0.9em;
	margin-left: 11px;
}
#logout ul {
	float: right;
	margin: 0;
}
#logout ul li {
	padding-top: 0px;
}
#logout ul li a {
	font-size: 0.9em;
	color: #434343;
}
/* Corrections for MOSS */
.ms-ToolPaneOuter, .ms-MenuUIPopupBody {
	text-align: left;
	z-index: 99;
}
.ms-SpLinkButtonInActive, .ms-SpLinkButtonActive {
	padding: 0 ! important;
	background-image: none ! important;
	background-color: transparent ! important;
}
.ms-siteactionsmenu div div div a 
{
	color: #fff ! important;
}

#zz7_Menu_t 
{
	white-space: normal ! important;
}
/* EDITING STYLES */
#ctl00_PlaceHolderMain_ContentProperties { 
	background-color: transparent ! important;
}
#ctl00_PlaceHolderMain_ContentProperties hr {
	height: 0px;
	display: none;
}
.ms-formfieldcontainer {
	background-color: transparent ! important;
	margin-bottom: 5px;
}
.ms-formfieldlabelcontainer {
	background: transparent none repeat scroll 0%;
	margin: 0px;
	padding: 0px;
}

.ms-formfieldvaluecontainer {
	background: #E1EBF4 none repeat scroll 0%;
	margin: 0px;
	padding: 10px;
}

#RadEWrapperctl00_PlaceHolderMain_Content_ctl00 {
	width: 100% ! important;
}
	
.ms-formfieldvaluecontainer input, .ms-formfieldvaluecontainer select, .ms-formfieldvaluecontainer textarea {
	border: 1px solid #A5ACB2;
	padding: 2px 2px 1px 3px;
}

/* @MEDIA ADDONS 
@media print {
	@import url("print.css") print;
}
@media handheld {
	@import url("handheld.css") handheld;
}
*/

/* ESSENTIAL STYLES */
/* NAV DESIGN */
#menu {
	background: transparent url("/Style%20Library/images/menu-background.gif") repeat-x scroll left top;
	width: 100%;
	clear: both;
}
#menuright {
	background: transparent url("/Style%20Library/images/menu-background-right.gif") no-repeat scroll left top;
	float: right;
	width: 229px;
	height: 25px;
}
#menuright #searchinput {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 185px;
	border: 0px solid transparent;
	background-color:transparent;
	color: #999;
}
#menuright a {
	background: transparent none no-repeat scroll left top;
	width: 17px;
	height: 17px;
	float: left;
	margin-top: 3px;
	margin-left: 7px;
}

#nav a, #nav li, #nav ul {
	display:block;
}

#nav * {
	line-height: normal;
}
#nav *, #nav {
	margin: 0;
	padding: 0;
	list-style:none;
	display: block;
}

#nav {
	background: transparent url("/Style%20Library/images/menu-background-left.gif") no-repeat scroll left top;
	float:left;
}

#nav {
	width: 750px;
	padding: 0;
	z-index: 1;
}
/* eerste niveau */
#nav em {
	font-style: normal;
	padding-left: 22px;
	padding-right: 4px;
	display: block;
}

#nav li {
	float:left;
	position:relative;
	background: transparent url("/Style%20Library/images/menu-bullet.gif") no-repeat scroll 5px center;
	height: 25px;
	z-index:998;
}

#nav li.sfHover, #nav li.active {
	background: transparent url("/Style%20Library/images/menu-bullet-down.gif") no-repeat scroll 3px center;
}

#nav li a {
	z-index: 2;
	border: none !important;
	color: #454545;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	display: inline-block;
}
#nav li.active a {
	color: #ff6600;
}
/* tweede niveau */
#nav li ul {
	position:absolute;
	top:-999em;
	width:180px;
	z-index: 2;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: none;
}
#nav li.sfHover ul {
	left:0px;
	top:25px;
}

#nav li ul li, #nav li.sfHover ul li {
	border-bottom: 1px #999999 solid;
	background: none;
	background-color: #fff;
	width: 180px;
	height: auto;
}
#nav li ul li.hasul {
	background: #fff url("/Style%20Library/images/menu-bullet.gif") no-repeat scroll 3px center;
}
#nav li ul li a {
	padding: 8px 10px 5px 10px;
	height: auto;
}
#nav li.sfHover ul li a {
	color: #454545;
	display: block;
}
#nav li ul li a:hover {
	z-index: 2;
    display: block;
    background: none;
    background-color: #ffefe5;
}    
#nav li ul li.hasul a:hover {
	background: #ffefe5 url("/Style%20Library/images/menu-bullet.gif") no-repeat scroll 3px center;
}

#nav li ul li.sfHover a {
	background: #ffefe5 url("/Style%20Library/images/menu-bullet.gif") no-repeat scroll 3px center;
}
#nav li ul li.sfHover ul {
	left: 180px;
	top: 0px;
}
/* derde niveau */
#nav li ul li ul {
	position:absolute;
	top:-999em;
	width:180px;
	z-index: 2;
	border: solid 1px #999;
	border-bottom: none;
	margin-top: -1px;
}
#nav li ul li ul li{
	border-bottom: 1px #999999 solid;
	background: none;
	background-color: #fff;
	width: 180px;
	height: 24px;
}
#nav li ul li ul li a {
	padding: 8px 10px 5px 10px;
	color: #454545;
}
#nav li ul li.sfHover ul li a {
	color: #454545;
	background: none;
	background-color: #fff;
}
#nav li ul li ul li a:hover, #nav li ul li.sfHover ul li a:hover {
	background: none;
	background-color: #ffefe5;
}
/*  1e niveau navigatie */
#menu1 {
	width: 100%;
	clear: both;
	border-bottom: 1px #d3d3d3 solid;
	position: relative;
	z-index: 1;
}
#nav1 {
	margin: 0; padding: 0;
	position: relative;
	z-index: 1;
}
#nav1 em {
	font-style: normal;
	padding-left: 8px;
	padding-right: 4px;
	font-size: 0.9em;
	display: inline;
}

#nav1 li {
	position:relative;
	background: transparent url("/Style%20Library/images/bullet.gif") no-repeat scroll 5px center;
	height: 18px;
	z-index: 1;
	zoom: 1; display: inline;
}
#nav1 li.active {
	background: transparent url("/Style%20Library/images/bullet-down.gif") no-repeat scroll 3px center;
}
#nav1 li a {
	height: 18px;
	z-index: 1;
	border: none !important;
	color: #454545;
	text-decoration: none;

	padding: 0 10px 0 10px;
	vertical-align: middle;
}
#nav1 li.active a {
	color: #ff6600;
}
#nav1 li a:hover {
	text-decoration: underline;
}
/*  2e niveau navigatie */
#menu2 {
	height: 23px;
	margin-top: 36px;
	margin-bottom: 0pt;
	width: 100%;
	border-bottom: 1px #dddddd solid;
}
#page #nav2 {
	margin: 0 0 0 10px;
	padding: 0;
	list-style:none;
	display: block;
}
#nav2 li {
	float:left;
	position:relative;
	display: block;
	background: transparent url("/Style%20Library/images/tab.gif") no-repeat scroll left top;
	text-align: center;
	padding: 0 0 0 10px;
	margin: 0;
	height: 23px;
	line-height: 13px;
}
#nav2 li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
}
#nav2 li.active {
	background: transparent url("/Style%20Library/images/tab-active.gif") no-repeat scroll left top;
}
#nav2 li a em {
	background: transparent url("/Style%20Library/images/tab-right.gif") no-repeat scroll right top;
	font-style: normal;
	font-size: 0.9em;
	position: relative;
	display: block;
	color: #fff;
	margin: 0px 0 0 0;
	padding: 5px 10px 5px 0;
}
#nav2 li.active em {
	background: transparent url("/Style%20Library/images/tab-right-active.gif") no-repeat scroll right top;
}
#nav2 li.active em {
	font-weight: bold;
}

/*  3e niveau navigatie */
#menu3 {
	float: right;
	width: 170px;
	border-left: 1px #dddddd solid;
	margin:-6px 0 10px 10px;
}
#nav3 {
	margin: 0;
	padding: 0;
	list-style:none;
	display: block;
	background: #5ba3bb none;
}
#nav3 li {
	float:left;
	position:relative;
	width: 162px;
	padding: 2px 4px 4px 5px;
	background: #5ba3bb url("/Style%20Library/images/nav3-bottom.gif") repeat-x scroll left bottom;
}
#nav3 li.active {
	background-color: #fff;
}
#nav3 em {
	font-style: normal;
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #fff;
	background-color: #5ba3bb;
}
#nav3 li.active em {
	color: #ff6600;
	font-weight: bold;
	background-color: #fff;
}
/* Sitemap */

#sitemap {
	margin: 0 10px;
}

#sitemap ul, #sitemap li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap ul {
	padding: 0px;
}

#sitemap li ul{
	display: none;
}

#sitemap li {
	margin-top: 1px;
	zoom: 1;
}
#sitemap em {
	font-style: normal;
	background-color: transparent;
	display: block;
	font-style: normal;
	padding-top: 0.3em;
}

#sitemap a {
	height: 2em;
	display: block;
	vertical-align: middle;
	font-weight: bold;
}

#sitemap li {
	padding-left:25px;
	background-position: -9999px -9999px
}

#sitemap li.hasul {
	background: #fff url("/Style%20Library/images/collapsed.gif") no-repeat scroll 3px 6px;
} 

#sitemap li.clicked {
	background-image: url("/Style%20Library/images/expanded.gif");
}

#sitemap li.clicked ul {
	display: block;
}

#sitemap li.clicked ul ul {
	display: none;
}

#sitemap li.clicked li.clicked ul {
	display: block;
}
#sitemap ul li a em {
	color: #300060;
}
/* second level */

#sitemap li li, #sitemap li li.hasul {
	background-color:#FFF;
}

#sitemap li li {
	padding-left:56px ! important;
}

#sitemap ul li ul li a em {
	color: #46528e;
}

/* third level */

#sitemap li li li {
	padding-left:25px ! important;
}

#sitemap ul li ul li ul li a em {
	color: #5ba3bb;
}

/* ArtikelOverzicht */

#artikeloverzicht {
	margin: 0;
}

#artikeloverzicht ul, #artikeloverzicht li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#artikeloverzicht ul {
	padding: 5px;
}

#artikeloverzicht li ul{
	display: none;
}
#artikeloverzicht li {
	margin-top: 1px;
	zoom: 1;
}
#artikeloverzicht em {
	font-style: normal;
	background-color: transparent;
	display: block;
	font-style: normal;
	padding-left:25px;
	padding-top: 3px;
	zoom: 1;
}
#artikeloverzicht li.top em {
	color: #5ba3bb;
	font-weight: bold;
}
#artikeloverzicht li.top li em 
{
	color: #454545;
	font-weight: normal;
}
#artikeloverzicht a {
	height: 20px;
	display: block !important;
	color: #977faf;
	font-weight: bold;
}

#artikeloverzicht li {
	background-position: -9999px -9999px
}
#artikeloverzicht div.artikel {
	font-size: 0.9em;
	border: 1px #dddddd solid;
}
#artikeloverzicht div.artikelplaatje {
	float: left;
	padding: 5px 5px;
	margin-right: 15px;
	border-right: 1px #dddddd solid;
}
#artikeloverzicht div li {
	background-position: 3px 3px
}
#artikeloverzicht div .button {
	border-width: 0px;
	width: 84px;
	height: 19px;
	background: transparent url("/Style%20Library/images/download.gif") no-repeat scroll center center;
	color: #ff6600;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
#artikeloverzicht li.hasul em {
	background: transparent url("/Style%20Library/images/collapsed.gif") no-repeat scroll 3px 3px;
	cursor: pointer;
} 
#artikeloverzicht li.clicked em {
	background-image: url("/Style%20Library/images/expanded.gif");
	font-weight: bold;
}
#artikeloverzicht li li.hasul em {
	background: transparent url("/Style%20Library/images/collapsed.gif") no-repeat scroll 3px 3px;
	font-weight: normal;
} 
#artikeloverzicht li li.clicked em {
	background-image: url("/Style%20Library/images/expanded.gif");
	font-weight: bold;
}
#artikeloverzicht li li li.hasul em {
	background: transparent url("/Style%20Library/images/collapsed.gif") no-repeat scroll 3px 3px;
	font-weight: normal;
} 
#artikeloverzicht li li li.clicked em {
	background-image: url("/Style%20Library/images/expanded.gif");
	font-weight: bold;
}
#artikeloverzicht li.top 
{
	background: transparent url("/Style%20Library/images/tree-top.gif") repeat-x scroll top left;
}

#artikeloverzicht li.clicked ul {
	display: block;
}
#artikeloverzicht li.clicked ul div {
	display: none;
}

#artikeloverzicht li.clicked li.clicked div {
	display: block;
}

#artikeloverzicht li.clicked ul ul {
	display: none;
}

#artikeloverzicht li.clicked li.clicked ul {
	display: block;
}

#artikeloverzicht li.clicked li.clicked ul div {
	display: none;
}

#artikeloverzicht li.clicked li.clicked li.clicked div {
	display: block;
}
/* second level */

#artikeloverzicht li li, #artikeloverzicht li li.hasul {
	background-color:#FFF;
}

#artikeloverzicht li li {padding-left:25px ! important;}

/* third level */

#artikeloverzicht li li li {padding-left:25px ! important;}

/*  Publicatie overzicht */
#publicaties div {
	margin-bottom: 20px;
}
#publicaties h2 {
	margin-bottom: 0px;
}
#publicaties li {
	font-size: 0.9em;
}
#publicaties a:hover {
	text-decoration: underline;
}
#publicaties em {
	font-style: normal;
	color: #666666;
	font-size: 1.1em;
}

/* vacature overzicht */
#vacatures a.meer {
	display: block;
	text-align: right;
	color: #ff6600;
	background-image:url(/Style%20Library/images/bullet.gif);
	background-position: 350px 13px;
	background-repeat:no-repeat;
	padding: 6px 0px 0px 8px;
}
/* zoekresultaten */
.result {
	margin-top: 20px;
	border-bottom: 1px #999999 solid;
}
.result a {
	font-size: 1.1em;
	color: #977faf;
	font-weight: bold;
}
.result span {
	font-size: 0.8em;
	color: #999999;
}
/* Formulieren */
.vragen {
	padding-left: 21px;
	padding-right: 20px;
}
.vragen td {
	vertical-align: top;
}
.vragen .formfooter {
	width: 690px;
	float: left;
	margin-top: 10px;
	color: #f00;
	text-align: left;
	zoom: 1;
}
.vragen .formfooter .verplicht {
	width: 100px;
	float: left;
	color: #ff0000;
	text-align: left;
}
.vragen .formfooter .knoppen {
	float: right;
	width: 150px;
}
.vragen .formfooter .knoppen a {
	display: block;
	color: #ff6600 !important;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	width: 66px;
	height: 20px;
	text-align: center;
	background: transparent url("/Style%20Library/images/knop.gif") no-repeat scroll center 3px;
}
.vragen .formfooter .knoppen a.vorige {
	float: left;
}
.vragen .formfooter .knoppen a.volgende {
	float: right;
}
.vragen .formfooter .knoppen a.verzenden {
	float: right;
}
.vraag {
	padding: 1px 3px 1px 5px;
	background-color: #abcfdb;
	border-bottom: 1px #fff solid;
}
.vraag .label, .vraag label {
	display: inline;
	color: #454545;
}
.vraag span.label {
	float: left;
	width: 300px;
}
.vraag span.breed {
	width: 90%;
}
.vraag .lijst label {
	margin-right: 30px;
}
.vraag .tekst, .vraag .tekstlang {
	border: 1px #5ba3bb solid;
	padding-top: 1px;
	padding-left: 3px;
	font-family: Tahoma;
	font-size: 1.1em;
}
.vraag .note .input {
	clear: both;
}
.vraag textarea {
	width: 672px;
}
.vraag input[type=text]{
	width: 215px;
}

/* telerik aanpassingen */
.RadEWrapper img {
	margin: auto !important;
}
/* Kennisbank */
.kennisbankitems {
}
.kennisbankitems .item {
	float: left;
	width: 33%;
}
#page .kennisbankitems .item .titel, #page .kennisbankitems .item .content {
	margin: 5px 10px 5px 10px;
}
#page .kennisbankitems .first .titel, #page .kennisbankitems .first .content{
	margin-left: 0;
}
#page .kennisbankitems .last .titel, #page .kennisbankitems .last .content{
	margin-right: 0;
}
#page .kennisbankitems span.ziekenhuis {}
#page .kennisbankitems .item ul ul {
	margin: 0;
}
#page .kennisbankitems .item ul ul li {
	background-image: none;
}
#page .kennisbankitems .item ul li dd {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
/* Treeview */
#page .treeview, #page .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
#page .treeview ul {
	background-color: white;
	margin-top: 4px;
}
#page .treeview .hitarea {
	background: url(/Style%20Library/images/treeview-red.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
#page .treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	zoom: 1;
}

#page .treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }
#page .treeview .hover { color: red; cursor: pointer; }
#page .treeview li { background: url(/Style%20Library/images/treeview-red-line.gif) 0 0 no-repeat; }
#page .treeview li.collapsable, #page .treeview li.expandable { background-position: 0 -176px; }
#page .treeview .expandable-hitarea { background-position: -80px -3px; }
#page .treeview li.last { background-position: 0 -1766px }
#page .treeview li.lastCollapsable, #page .treeview li.lastExpandable { background-image: url(/Style%20Library/images/treeview-red.gif); }  
#page .treeview li.lastCollapsable { background-position: 0 -111px }
#page .treeview li.lastExpandable { background-position: -32px -67px }
#page .treeview div.lastCollapsable-hitarea, #page .treeview div.lastExpandable-hitarea { background-position: 0; }

/* treeview styling */
#page .treeview li { background-image: url(/Style%20Library/images/treeview-red-line.gif)}
#page .treeview .hitarea, #page .treeview-red li.lastCollapsable, #page .treeview-red li.lastExpandable { background-image: url(/Style%20Library/images/treeview-red.gif) !important; } 
#page .treeview span, #page .treeview a {
	display:block;
	float:none !important;
	height:15px;
	margin-top:-3px;
	padding:0 0 0 5px;
}
@media print {
	#top { display: none; }
	#menu { display: none; }
	#menu1 { display: none; }
}

/* Poll */
div.pollcontainer {
	color: #454545 ! important;
	font-weight: normal;
}

#page div.pollcontainer span {
	float: none;
}
div.pollcontainer .poll{
	width: 100%;
	display: block;		
}

div.pollcontainer .PollVragen
{
	display: block;
	width: 100%;
	margin: 10px 0px;
}

div.pollcontainer .validator {
	display: block;
	width: 100%;
}
div.pollcontainer .poll a.action {
	background:transparent url(/Style%20Library/images/stem.png) no-repeat scroll left top;
	color:#707070 !important;
	display:block;
	font-weight:bold;
	height:22px;
	margin:11px 0 12px 10px;
	padding-top:2px;
	text-align:center;
	text-decoration:none !important;
	width:67px;
	clear: both;
}

#nieuws .nieuwsitem 
{
	border-bottom: 2px dotted #DDDDDD;
}

.agenda .datum, .agenda .afdeling
{
	width: 20%;
    display: inline-block;
    vertical-align:top;
}
.agenda .onderwerp 
{
	width: 60%;
    display: inline-block;
    vertical-align:top;
}

/* RADEDITOR */
.RadEditor {
	position: relative;
	z-index: 2999;
}
.RadWindow tr.rwFooterRow 
{
    height: 8px ! important;
    line-height: 8px ! important;
}
.RadEditor li, .RadWindow li
{
    background-image: none ! important;
}
.RadEditor td.reEditorModesCell a 
{
    height: 23px ! important;
    padding-top: 2px;
}
.reMode_design span, .reMode_selected.reMode_design span {
    background-position:-6px -8px ! important;
}
.reMode_html span, .Office2007 .reMode_selected.reMode_html span {
    background-position: -6px -38px ! important;
}
.reMode_preview span, .reMode_selected.reMode_preview span {
background-position:-6px -72px ! important;
}
.reWrapper_corner, .reWrapper_center, .reLeftVerticalSide, .reRightVerticalSide 
{
    font-size: 1px ! important;
    line-height: 1px ! important;
}
/*************/
