/* ----------------------------------------------------------- */
/* Copyright 2000-2010 (Non-)verbaal, http://www.nonverbaal.nl */
/* ----------------------------------------------------------- */

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");
@import url("lightbox.css");

html,body { height:100%; }

body {
	color: #374D7C;
	font: 72.5% Calibri, Arial, Helvetica, sans-serif;
	background: #FFF url(/www/images/wolken.png) no-repeat top center;
	text-align: center;
}

a {
	text-decoration: underline;
	outline: none;
}


h1, h2, h3, h4 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	display: block;
}

h2 {
	margin-top: 0;
	font-size: 1.4em;
	color: #374D7C;
}
h3 {
	font-size: 1.2em;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0;
	color: #C8CF38; 
}


hr {margin: 25px 0;}
th, td {
	vertical-align: top;
	padding: .5em;
}

em { font-style: italic; }

strong { font-weight: 700; }
.border { border: 15px solid #FFF; }
.hide { display:none; visibility:hidden; }


/* Basic structure ------------------------------------------- */
/* ----------------------------------------------------------- */

#container {
	height: auto !important;
	margin: 0 auto;
	position:relative;
	width: 960px;
	text-align: left;
}

#canvas {
	position:relative;
	float:left;
	width: 960px;
	margin-top: 285px;
}
body.tmp #canvas { margin-top: 15px; }

#header {
	height: 252px;
	width: 980px;
	position: absolute;
	top:0;
	left:0;
	background: #FFF url(/www/images/wolken.png) no-repeat top center;
}

.wrapper {	
	width: 960px;
	position:relative;
	float:left;
}

/* Pageheader ---------------------------------------------- */
/* --------------------------------------------------------- */

div.pageheader{
	background: #8A8F9B url(/www/images/pagetitle.gif) no-repeat top left;
	width: 960px;
	height: 40px;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

div.pageheader h1,
div.pageheader div.step {
	padding: 9px 5px 5px 15px;
	position: relative;
	float: left;
	display: block;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 700;
}

div.pageheader div.step {
	padding-left: 20px;
	width: 50px;
	color: #C8CF38;
}

div.pageheader div.search {
	float: right;
	width: 250px;
}

/* Content ------------------------------------------------- */
/* --------------------------------------------------------- */

#content {
	float: left;
	position: relative;
	width: 650px;
}

#content p {
	font-size: 1em;
	line-height: 180%;
	margin: 0 0 10px 0;
}

#content strong { font-weight: 700; }
#content ul, 
#content ol{
	margin: 5px 10px;
}

#content ul, 
#content ol {
	margin: -10px 0 10px 15px;
	list-style-position:outside;
	line-height: 160%;
}
#content ol li{
	padding-left: 5px;
	list-style-type: decimal;
}
#content ul li{
	padding-left: 5px;
	list-style-type: disc;
}

#content .pageinfo, 
#content .quicklink {
	width: 630px;
	background-color: #FAFAE5;
	padding: 10px;
	position: relative;
	float: left;
	display: block;
}

#content .quicklink {
	margin-top: 10px;
	background-color: #F5F6F6;	
	font-size: 1.15em;
}
#content .quicklink ul {
	padding: 0;
	margin: 0;
}

#content ul.appendix {
	margin: 10px 0;
}

#content .quicklink ul li, #content ul.appendix li {
	margin: 0;
	list-style-type: none;
	background: url(/www/images/icon/arrow.gif) no-repeat left center;
	padding-left: 14px;
}
#content .quicklink ul li a {
	color: #374D7C;
	font-weight: 700;
	text-decoration: none;
}
#content .quicklink ul li a:hover {
	text-decoration: underline;
	color: #CECD00;
}
#content .quicklink h4{
	font-size: 1.25em;
	font-style: italic;
	font-weight: 700;	
	margin: 0 0 5px; 
	font-weight: 700;
}

#content  p.sub {
	font-size: .9em; 
	color: #29ABE2; 
	margin-top:-5px;
}
#content a{
	color: #29ABE2;
	text-decoration: none;
}
#content a:hover{
	color: #none;
	text-decoration: underline;
}

#content div.note {
	font-size: .95em;
	margin: 15px 0px 5px 0px;
	padding: 10px 0;
}

#content div.note ol{
	margin-left: 15px;
	line-height: 125%;
}

#content div.highlight {
	position: relative;
	border: 1x solid #CECD00;
	background-color: #374D7C;
	margin: 10px 0px;
	padding: 10px;
	color: #FFF;
	line-height: 150%;
	display: none;
}

#content div.highlight a{
	color: #FFF;
	text-decoration: underline;
}

#content div.highlight a:hover{
	color: #29ABE2;
}
#content a.close_highlight{
	color: #FFF;
	position: absolute;
	right: 10px;
	top: 10px;
}
/* Sidebar --------------------------------------------------- */
/* ----------------------------------------------------------- */

#sidebar {
	float: right;
	position: relative;
	width: 300px;
}

#sidebar .explanation {
	padding: 10px;
	width: 280px;
	background-color: #C8CF38;
	color: #FFF;
	margin-bottom:10px;
	font-style: italic;
	font-weight: 700;
	line-height: 160%;
}

#sidebar .explanation h2 {
	color: #FFF;
	font-size: 1.45em;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 10px;
}

#sidebar .empty {
	height: 21px;
}

#sidebar .image {
	margin-bottom:10px;
}

#sidebar .book {
	background-color:#8EBE3F;
	margin-bottom: 50px;
}

#sidebar .explanation img{
	margin-bottom: 10px;
}
#sidebar .book p{
	margin-bottom: 10px;
}
#sidebar .explanation a{
	color: #FFF;
}

/* Header ----------------------------------------------------- */
/* ----------------------------------------------------------- */

a#logo, 
a#gt-dl,
a#gt-co {
	position: absolute;
	z-index: 999;
	text-indent: -9999em;
	display: block;
	height: 80px;
	top: 30px;
}

a#logo {
	left: 88px;
	width: 550px;
}

a#gt-dl {
	right: 100px;
	width: 120px;
}

a#gt-co {
	right: 1px;
	width: 100px;
}

/* Search ---------------------------------------------------- */
/* ----------------------------------------------------------- */

input.searchfield {
	
	background-color: #5D6D90;
	border: 1px dotted #5D6D90; 
	margin:9px 10px 0 0; 
	padding: 2px;
	color: #C8CF38;
	font-size: 1.25em;
	width: 150px;
}
input.searchfield:focus{

	border: 1px dotted #CECD00; 

}
a.searchbtn {
	background: transparent url(/www/images/button/zoeken.png) no-repeat; 
	border: none; 
	font-size: 9px;
	text-indent: -9999px;
	display: block;
	width: 67px;
	height: 40px;
	float: right;
}
a.searchbtn:hover {
	background-image: url(/www/images/button/zoeken_hover.png); 
}
div#content ul.search { 
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}

div#content ul.search li {
	line-height: 1.4em;
	margin-bottom: 25px;
	list-style-type: none !important;
}
div#content ul.search h4 {
	font-weight: 700;
	font-size: 1em;
}
div#content ul.search li a {
	font-weight: 400;
}

/* Navigatie ------------------------------------------------- */
/* ----------------------------------------------------------- */

#nav {
	position: absolute;
	top: 132px;
	left: 0;
	width: 980px;
	z-index: 10;
}
#nav ul{
	margin:0;
	padding:0;
	list-style-type: none;
	position: relative;
}
#nav ul li ul{
	z-index: 1000;
}

#nav li {
	float: left;
}

#nav li a {
	outline: none;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	height: 151px;
	width: 124px;
	display: block;
	background: transparent url(/www/images/menu.png) no-repeat 0px 0px;
}

#nav a:hover, 
#nav li:hover {
	position: relative;
}
#nav table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	font-size:1em;
}
#nav li ul {
	visibility: hidden;
	position: absolute;
	left: 0;
}
#nav ul li ul li {
	float: none;
}
#nav ul li ul li a {
	text-indent: 0;
	padding: 5px 5px 5px 20px;	
	border-top: 1px solid #D4D88E;	
	background: #C8CF38 url(../images/icon/li-menu.gif) no-repeat 7px 10px !important;
	z-index: 11;
}

#nav ul ul li:hover > a {
	text-decoration: none;
	color: #fff;
	background: #5D6D90 url(../images/icon/li-menu-hover.gif) no-repeat 7px 10px !important;
}

#nav ul ul li.last a {
	border-bottom: none;	
}

#nav li:hover > ul {
	visibility: visible;
}

#nav ul a:hover ul {
	visibility: visible;
}

#nav:hover ul ul, 
#nav:hover ul :hover ul ul,
#nav:hover ul :hover ul :hover ul ul,
#nav:hover ul :hover ul :hover ul :hover ul ul { 
	position: absolute; 
	left:-9999px; 
	top:0;
}

#nav:hover ul :hover ul {
	left: 50px; 
	top: 125px; 
}

#nav:hover ul :hover ul :hover ul,
#nav:hover ul :hover ul :hover ul :hover ul,
#nav:hover ul :hover ul :hover ul :hover ul :hover ul { 
	left: 226px; 
	top: 1px !important; 
	border-left:1px solid #D4D88E; 
	height: auto;
}

#nav li ul {
	top: 26px;
}

#nav ul ul a {
	background: none;
	width: 200px;
	height: auto;
	background-color: #C8CF38;
	z-index: 1000;
}

#nav ul ul a:hover {	
	width: 200px;
	text-decoration: none;
	background-color: #5D6D90;
}

/* Default states */
li#nav-stappenplan a{ background-position: 0px -151px; width: 105px;}
li#nav-stap1 a{ background-position: -105px -151px; }
li#nav-stap2 a{ background-position: -229px -151px; }
li#nav-stap3 a{ background-position: -353px -151px; }
li#nav-stap4 a{ background-position: -477px -151px; }
li#nav-stap5 a{ background-position: -601px -151px; }
li#nav-stap6 a{ background-position: -725px -151px; }
li#nav-stap7 a{ background-position: -849px -151px; }

/* Down states */
body.home li#nav-stappenplan a, li#nav-stappenplan a:hover{ background-position: 0px 0px; width: 105px;}
body.stap1 li#nav-stap1 a, li#nav-stap1 a:hover { background-position: -105px 0px; }
body.stap2 li#nav-stap2 a, li#nav-stap2 a:hover { background-position: -229px 0px; }
body.stap3 li#nav-stap3 a, li#nav-stap3 a:hover { background-position: -353px 0px; }
body.stap4 li#nav-stap4 a, li#nav-stap4 a:hover { background-position: -477px 0px; }
body.stap5 li#nav-stap5 a, li#nav-stap5 a:hover { background-position: -601px 0px; }
body.stap6 li#nav-stap6 a, li#nav-stap6 a:hover { background-position: -725px 0px; }
body.stap7 li#nav-stap7 a, li#nav-stap7 a:hover { background-position: -849px 0px; }


li#nav-stappenplan ul li a { width: 200px !important; }
li#nav-stappenplan ul { top: 50px !important; }
li#nav-stap7 ul { left: -25px !important; }

/* Stappenplan ------------------------------------------------- */
/* ----------------------------------------------------------- */

.overview {
	margin: 25px 0;
	width: 100%;
	position: relative;	
}
.overview ul{
	margin: 0;
	padding:0;
	list-style-type: none;
	position: relative;
}

.overview li {
	position: relative;
	list-style-type: none !important;
	float: left;
}

.overview li a {
	text-indent: -9999px;
	color: #000;
	font-size: 1em;
	margin: 0px 10px 25px 0px;
	height: 221px;
	width: 162px;
	display: block;
	background: transparent url(/www/images/stappenplan.png) no-repeat 0px 0px;
}

/* Default states */
li#overview-stap1 a{ background-position: -7px -1px; }
li#overview-stap2 a{ background-position: -181px -1px; }
li#overview-stap3 a{ background-position: -355px -1px; }
li#overview-stap4 a{ background-position: -7px -236px; }
li#overview-stap5 a{ background-position: -181px -236px; }
li#overview-stap6 a{ background-position: -355px -236px; }
li#overview-stap7 a{ background-position: -181px -474px; margin-left: 178px; }

/* Down states */
li#overview-stap1 a:hover{ background-position: -530px -1px; }
li#overview-stap2 a:hover{ background-position: -704px -1px; }
li#overview-stap3 a:hover{ background-position: -878px -1px; }
li#overview-stap4 a:hover{ background-position: -530px -236px; }
li#overview-stap5 a:hover{ background-position: -704px -236px; }
li#overview-stap6 a:hover{ background-position: -878px -236px; }
li#overview-stap7 a:hover{ background-position: -704px -474px; }


/* Breadcrumbs ------------------------------------------------- */
/* ----------------------------------------------------------- */

#pageinfo {
	width: 940px;
	position: relative;
	height: 25px;
	margin-left: 20px;
}

.print ul {
	list-style-type: none;
	margin:0;
	padding:0;
	float: right;
}

.print ul li {
	float:left;
	position: relative;
	padding-left: 16px;
	margin-right:10px;
	background: url(/www/images/icon/arrow.gif) no-repeat left 5px;
}

.print ul li a{
	color: #374D7C;
	font-weight: 700;
	font-size: .95em;
	text-decoration: none;
}

.print ul li a:hover{
	text-decoration: underline;
}

.breadcrumbs {
	position: relative;
	float: left;
	font-size: 11px;
}
body.stappenplan .breadcrumbs {
	display: none;
}
.breadcrumbs li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	background: url(/www/images/bread/li.gif) no-repeat right center;
}

.breadcrumbs .last {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

.breadcrumbs a { color: #858585; }
.breadcrumbs li.last { 	background: url(none) !important;  }
.breadcrumbs .last a { 	font-weight: 700; }

