* {
	padding:0;
	margin:0;
	outline:0;
}
body, html {
	width:100%;
	height:100%;
}
body {
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	background:#F5F5F5 url(../img/body-bg.gif) top center repeat-y;
}
body.home {
	background:#F5F5F5 url(../img/body-bg-home.gif) top center repeat-y;
}
body.openlightbox {
	background:#FFF;
}

body.openlightbox h1 {color:#0551A0; font-size:1.6em; padding:18px 0 3px;}


h1 {color:#0551A0; font-size:1.6em; padding:18px 0 3px;}

#flashMessage { color:#C00; font-weight:bold; }

/* MAIN DIVS */
#header {
	background:#FFF url(../img/header-bg.gif) right top no-repeat;
	height:97px;
	position: relative;
}
#container {
	position:relative;
	width:917px;
	margin:0 auto;
	padding-bottom:60px;
	height:100%;
}
html > body #container {
	height:auto;
	min-height:100%;
}
#footer {
	margin-top: 10px;
	padding:7px 0 0;
	border-top:1px dashed #0450A0;
	position:absolute;
	bottom:0px;
	left:0;
	background:#FFF;	
	height:50px;
	width:100%;
}


#content {
	overflow:hidden;
	padding:28px 0 0;
	padding-bottom:10px;
}
#submenu {
	float:left;
	width:229px;
}

body.home #submenu img {
	margin-top: 105px;
}

#inhoud {
	float:left;
	width:400px;
	margin:0 0 0 34px;
}
#extra {
	float:left;
	width:210px;
	line-height:1.4em;
}

/* HEADER */
#header h1 {
	height:73px;
	text-indent:-1000px;
	width:319px;
	background:url(../img/logo_ws.jpg) center 22px no-repeat;
	margin-left: 15px;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
}

#header #title span{
	margin-left: 10px;
	font-size: 1.1em;
	}

#header #zoek {
	width: 335px;
	position: absolute;
	top: 25px;
	right:0px;
}

#header #zoeken {
	border:1px solid #f78a1f;
	font-size:1.2em;
	padding:3px;
	width:260px;
	color: #999999;
}

#header #zoeken.active {
	color: #000;
}

#header #zoek-btn {
	background:#f78a1f;
	border:1px solid #f78a1f;
	font-size:1.2em;
	color:#FFF;
	padding:2px;
	cursor:pointer;
}

/* MENU */
#menu ul {
	padding-left:2px;
	list-style:none;
	overflow:hidden;
	width:100%;
	background:#0551a0 url(../img/menu-border-top.gif) top center repeat-x;
	border-bottom:7px solid #f78a1f;
}
#menu ul li {
	float:left;	
}

/* SUCKERFISH HIER!!!!! */
/*#menu ul li ul {
	display: none;
}*/

#menu ul li a {
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	display:block;
	padding:11px 20px 5px;
	margin-left:3px;
	color:#FFF;
}
#menu ul li a:hover {
	background:#f78a1f;
	padding:9px 20px 7px;
}
#menu ul li.aktief a {
	background:#f78a1f;
	padding:9px 20px 7px;
}

/* SUBMENU */
#submenu ul {
	list-style:none;
}
#submenu ul li h2 a {
	margin:0 5px;
	display:block;
	border-bottom:1px dashed #0551a0;
	color:#0551a0;
	text-decoration:none;
}

/* AKTIEF STATE */
#submenu ul li ul li a.aktief,
#submenu ul li ul li a.aktief:hover {
	color:#FFF !important;
	background:#f78a1f url(../img/submenu-active.gif) 6px 8px no-repeat !important;	
}
#submenu ul li ul li ul li a.aktief,
#submenu ul li ul li ul li a.aktief:hover {
	color:#FFF !important;
	background:#f78a1f url(../img/submenu-active.gif) 13px 8px no-repeat !important;	
}
#submenu ul li ul li ul li ul li a.aktief,
#submenu ul li ul li ul li ul li a.aktief:hover {
	color:#FFF !important;
	background:#f78a1f url(../img/submenu-active.gif) 26px 8px no-repeat !important;	
}
#submenu a.aktief:hover {
	color:#FFF !important;
}

/* NORMAL STATE */
#submenu ul li ul li a {
	width:212px;
	_width:215px;
	background:url(../img/submenu-item.gif) 6px 8px no-repeat;
	padding:3px 0 3px 18px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#0551a0;
}
#submenu ul li ul li ul li a {
	color:#0551a0;
	background:url(../img/subsubmenu-item.gif) 13px 5px no-repeat !important;
	padding-left:25px;
	width:205px;
	_width:208px;
}
#submenu ul li ul li ul li ul li a {
	color:#0551a0;
	background:url(../img/subsubmenu-item.gif) 26px 5px no-repeat !important;
	padding-left:40px;
	width:190px;
	_width:193px;
}


/* VISITED STATE */
#submenu ul li ul li a:visited {
	color:#6e6e6e;
	background:url(../img/submenu-visited.gif) 6px 8px no-repeat;	
}
#submenu ul li ul li ul li a:visited {
	background:#FFF url(../img/subsubmenu-visited.gif) 13px 5px no-repeat;
	color:#6e6e6e;
}
#submenu ul li ul li ul li ul li a:visited {
	background:#FFF url(../img/subsubmenu-visited.gif) 26px 5px no-repeat;
	color:#6e6e6e;
}

/* HOVER */
#submenu ul li ul li a:hover {
	color:#f78a1f;
	background:transparent url(../img/submenu-hover.gif) 6px 8px no-repeat;	
}
#submenu ul li ul li ul li a:hover {
	background:#FFF9F4 url(../img/subsubmenu-hover.gif) 13px 5px no-repeat !important;
	color:#f78a1f !important;
}
#submenu ul li ul li ul li ul li a:hover {
	color:#f78a1f !important;
	background:#FFF9F4 url(../img/subsubmenu-hover.gif) 26px 5px no-repeat !important;
}


/* FOOTER */
#footer p {
	color:#7b7a7a;
	font-size:1em;
}
#footer p span {
	padding:0 4px;	
}
#footer .foot-l {
	float:left;	
}

#footer .foot-l a {color: #7b7a7a; text-decoration: none;}
#footer .foot-l a:hover {color: #7b7a7a; text-decoration: underline;}

#footer .foot-r {
	float:right;
	line-height: 0px;	
}

#footer #cgblink {
display:block;
background:#FFFFFF url(../img/cgb-logo.jpg) center center no-repeat;
width: 136px;
height: 45px;
float: right;
}

#footer #cgblink span {display: none;}


/* CONTENT */
.toolbar {
	position:relative;
	overflow:hidden;
	border-bottom:1px dashed #0551a0;
	font-size:1em;
}
#inhoud {
	font-size:1.2em;
	line-height:1.4em;
}
#inhoud p {
	padding:0 0 15px;	
}
#inhoud h1,
#inhoud h2,
#inhoud h3{
	color:#0551a0;
	padding:18px 0 3px 0;
	font-size:1.6em;
}
#inhoud h2 {
	font-size:1.3em;	
	line-height:1.2em;
}
#inhoud h3 {
	font-size:1.2em;	
}
#inhoud ul,
#inhoud ol{
	margin-left:25px;
	margin-bottom:15px;
}
#inhoud ul ul,
#inhoud ol ol{
	margin-bottom:0px;
}
#inhoud ul {
	margin-left:0px;
	list-style-type:none;
}
#inhoud ul li {
	padding-left:15px;
	padding-bottom:5px;
	background: url(../img/list-pijl.gif) left 3px no-repeat;
}
#inhoud a.meer,
#lightbox a.meer {
	background:url(../img/pijl-rechts.gif) no-repeat scroll right 2px;
	display:block;
	text-align:right;
	font-weight:bold;
	color:#0551a0;
	padding-right:20px;
	text-decoration:none;
}
#inhoud a.meer:hover,
#lightbox a.meer:hover {
	text-decoration:underline;
}
#inhoud a {
	font-weight:bold;
	color:#0551a0;
	text-decoration:none;
}
#inhoud a:hover {
	text-decoration:underline;
}
#inhoud table {
	border-collapse:collapse;
	width:400px;
	border:1px solid #0551a0;
}
#inhoud table tr th {
	background:#0551a0;
	color:#FFF;
	padding:5px;
}
#inhoud table tr th a { color:#fff; }
#inhoud .toolbar .addthis_toolbox { position:relative; float:right; }
#inhoud .toolbar ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:auto;
	float:left;
}
#inhoud .toolbar ul li {
	float:left;
	font-size:0.8em;
	color:#0551a0;
	padding-left:0px !important;
	background:none !important;
	padding-bottom:0px !important;
}
#inhoud .toolbar ul li a {
	margin-right:10px;
	padding:2px 0 2px 15px;
	font-weight:normal;
}
#inhoud .toolbar ul li.p1 a {
	background:url(../img/p1.gif) left center no-repeat;
}
#inhoud .toolbar ul li.p2 a {
	background:url(../img/p2.gif) left center no-repeat;
}
#inhoud .toolbar ul li.p3 a {
	background:url(../img/p3.gif) left center no-repeat;
}


/* PRINTER */
#printer-bg {
	z-index:1000;
	background:url(../img/printer-bg.png) center bottom no-repeat;
	position:absolute;
	top:0px;
	right:18px;
	width:195px;
	height:163px;
}
#printer {
	background:url(../img/print-lijst-bg.gif) 13px top repeat-y;
}
#printer ul {
	list-style:none;
}
#printer ul li {
	border-bottom:1px dashed #000;
	padding:3px 4px;
}
#extra h3{
	color:#0450a0;
	padding-bottom:3px;
	border-bottom:2px solid #0450a0;
}
#printer ul li.slaover {
	border-top:2px solid #0450a0;
	border-bottom:0px solid #FFF;
}
#printer ul li.slaover a,
#printlijst-2 a{
	display:block;
	text-decoration:none;
	color:#0450a0;
	font-weight:bold;
	background:url(../img/pijl-rechts.gif) center right no-repeat;
	margin-bottom:2px;
	text-align:right;
	padding-right:17px;
}
#printer-einde {
	background:url(../img/print-lijst-bottom.gif) bottom left no-repeat;
	padding:0 30px 25px 25px;
}
#printlijst-2 {
	padding:20px 30px 20px 25px;
	background:url(../img/printlijst2.gif) 2px -1px no-repeat;
}
#printlijst-2 p,
#extra .blokje p {
	padding:3px 0;	
}
#extra .blokje {
	background:url(../img/blokje-bg.gif) right top repeat-y;
	border:1px dashed #bfbfbf;
	width:160px;
	margin:15px auto 0;
	padding:10px;
	float:right;
}
#extra .blokje h3 {
	border-bottom:1px dashed #bfbfbf;
}
#extra .blokje a {
	background:transparent url(../img/list-pijl.gif) no-repeat scroll left 3px;
	color:#0450A0;
	padding-left:14px;
	text-decoration:none;
	display:block;
	padding-top:2px;
	margin-top:2px;
	/*border-top:1px dashed #bfbfbf;*/
}
#extra .blokje a:hover {
	text-decoration:underline;
}

/*CASUS*/
div.case{
	width:400px;	
}

#inhoud h3.case 	{ background:#0551A0; color:#fff; padding: 8px 5px; }
#inhoud div.case p 	{ background:#3774B3; color:#fff; padding: 5px;}
#inhoud div.case a	{ color:#fff; } 

/* BLOKJES INTERNAL LINKS*/
ul.ilinks {
	list-style:none;
	overflow:auto;
	margin:0 !important;
}
ul.ilinks li {
	list-style:none;
	float:left;
	width:190px;
	margin:0 10px 15px 0;
	font-size:1em;
	padding:0px !important;
	background:none !important;
}
ul.ilinks li a strong {
	display:block;
	background:#e6edf5;
	font-size:1em;
	padding:8px 10px;
}
ul.ilinks li a span {
	font-weight:normal;
	display:block;
	background:#c0d3e7;
	padding:5px 8px;
	min-height:120px;
	_height:140px;
}
ul.ilinks li a:hover strong {
	background:#0551a0;
	color:#FFF;
}
ul.ilinks li a:hover span {
	background:#3774b3;
	color:#FFF;
}

#inhoud h1 span.ui-draggable {
	width:100%;
	display:block;
	cursor:move;
}
#printer .highlight {
	background: url(../img/highlight-bg.gif);
}
#printer .hoverlight {
	background:#c0d3e7;
}
#printer .highlight li.slaover,
#printer .hoverlight li.slaover {
	background:#FFF;
}
#last {
	border-bottom:0px solid #fff !important;
}
#printer #print li.drag {
	cursor:n-resize;
}
#printer #print li a {
	color:#000;
	text-decoration:none;
}
#printer #print li a:hover {
	color:#0450A0;
}
#printer #print li.slaover a {
	color:#0450A0;
	text-decoration:none;
}
#printer #print li.slaover a:hover,
#extra #printlijst-2 a:hover {
	text-decoration:underline;
}
#printer #print li.drag .remove {
	display:none;
	background:url(../img/list-del.gif);
	float:right;
	cursor:pointer;
	width:12px;
	height:14px;
}
#printer #print li.hover .remove {
	display:block !important;
}
#highslide-container {
	z-index:1001 !important;
}
#lightbox {
	z-index:1001;
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:transparent url(../img/lightbox-bg.png);
}
#lightbox div {
	background:#fef6ed url(../img/vraagteken.gif) 19px 17px no-repeat;
	width:400px;
	height:150px;
	border:3px solid #0551a0;
	margin:0 auto;
	position:relative;
	top:50%;
	margin-top:-75px;
}
#lightbox div p {
	color: #0551a0;
	font-size:1.4em;
	margin:20px 20px 0 110px;
	font-weight:bold;
	border-bottom:1px solid #0551a0;
	padding-bottom:10px;
}
#lightbox a.meer {
	font-size:1.2em;
	margin-right:20px;
	margin-top:5px;
}
#lightbox a.nodelete {
	background:url(../img/btn_none.gif) no-repeat scroll right top;
	padding:3px 25px 2px 0;
}
#lightbox a.delete {
	background:url(../img/btn_del.gif) no-repeat scroll right top;
	padding:3px 25px 2px 0;
}

/* ZOEKEN */


.zoeken h1 span {
	width:auto;
	float:right;
	font-size:0.6em;
}
.zoeken p {
	padding-bottom:10px !important;
}
.zoeken ol {
	border-top:1px dashed #0551a0;
	border-bottom:1px dashed #0551a0;
	list-style-type:none;
	margin:0px !important;
}
.zoeken ol h2{
	font-size:1.1em !important;
	padding:10px 0 0 !important;
}
#inhoud .highlight {
	background:#FF0;
	padding:2px;
}
.zoeken ol p a{
	display:block;
	color:#000 !important;
	font-weight:normal !important;
}
.zoeken ol p a:hover{
	text-decoration:none !important;
}
.paging {
	padding-top:10px;
	float:right;
	width:auto;
	list-style-type:none;
	margin:0px !important;
	overflow:hidden;
	height:40px;
	font-size:0.9em;
}
.paging span a{
	width:auto;
	color:#0551A0;
	font-weight:normal !important;
	padding:2px 4px;
	margin:4px 3px;
	border:1px solid #BFBFBF;
}
.paging span a:hover{
	color:#FFF !important;
	text-decoration:none !important;
	background:#F78A1F;
	border-color:#F78A1F;
}
.paging span.current,
.paging div.disabled {
	font-weight:normal !important;
	padding:2px 4px;
	margin:4px 3px;
	display:inline;
	border:1px solid #0551A0;

	color:#FFF !important;
	text-decoration:none !important;
	background:#0551A0;
}

/* VOLLEDIG HANDBOEK */
body.volledig {
	background:#F5F5F5 url(../img/body-bg-home.gif) repeat-y scroll center top;
}
body.volledig #inhoud {
	width:629px;
}
.checklist ul {
	list-style-type:none;
	margin:0px !important;
}
#tree{
	padding-left:10px;
	padding-bottom:5px;
}
#thachecklist {
	margin-top:5px !important;
	padding: 5px 0 5px 10px;
	border-top:1px dashed #0551A0;
	border-bottom:1px dashed #0551A0;
}
#tree ul li {
	padding-bottom:0px !important;
	padding-left:0px !important;
}
#tree ul li {
	background:url(../img/tree-1st-split.jpg) no-repeat left top;
}
#tree ul li ul li {
	background:url(../img/tree-2nd-split.jpg) no-repeat left top;
}
#tree ul li ul li ul li {
	background:url(../img/tree-3rd-split.jpg) no-repeat left top;
}
#tree ul li ul li ul li ul li {
	background:url(../img/tree-4th-split.gif) no-repeat left top;
}
#tree ul li input {
	margin-left:15px;
}
#tree ul li ul li input {
	margin-left:30px;
}
#tree ul li ul li ul li input {
	margin-left:45px;
}
#tree ul li ul li ul li ul li input {
	margin-left:60px;
}
#tree ul li.listend {
	background:url(../img/tree-1st-end.jpg) no-repeat left top;
}
#tree ul li ul li.listend {
	background:url(../img/tree-2nd-end.jpg) no-repeat left top;
}
#tree ul li ul li ul li.listend {
	background:url(../img/tree-3rd-end.jpg) no-repeat left top;
}
#tree ul li ul li ul li ul li.listend {
	background:url(../img/tree-4th-end.gif) no-repeat left top;
}

#tree ul li.theend ul li {
	background:url(../img/tree-1st-slaover-split.jpg) no-repeat left top;
}
#tree ul li.theend ul li.listend {
	background:url(../img/tree-1st-slaover-end.jpg) no-repeat left top;
}
#tree ul li.theend ul li ul li {
	background:url(../img/tree-2nd-slaover-split.gif) no-repeat left top;
}
#tree ul li.theend ul li ul li.listend {
	background:url(../img/tree-2nd-slaover-end.gif) no-repeat left top;
}
#tree ul li ul li.listend ul li {
	background:url(../img/tree-3rd-slaover-split.jpg) no-repeat left top;
}
#tree ul li ul li.listend ul li.listend {
	background:url(../img/tree-3rd-slaover-end.jpg) no-repeat left top;
}
#tree ul li ul li ul li.listend ul li {
	background:url(../img/tree-4th-slaover-split.gif) no-repeat left top;
}
#tree ul li ul li ul li.listend ul li.listend {
	background:url(../img/tree-4th-slaover-end.gif) no-repeat left top;
}

/* THE END */
#tree ul li.theend ul li {
	background:url(../img/tree-1st-end-split.gif) no-repeat left top;
}
#tree ul li.theend ul li.listend {
	background:url(../img/tree-1st-end.gif) no-repeat left top;
}
#tree ul li.theend ul li ul li {
	background:url(../img/tree-2nd-end-split.gif) no-repeat left top;
}
#tree ul li.theend ul li ul li.listend {
	background:url(../img/tree-2nd-end.gif) no-repeat left top;
}
#tree ul li.theend ul li ul li ul li {
	background:url(../img/tree-3rd-split-end.gif) no-repeat left top;
}
#tree ul li.theend ul li ul li ul li.listend {
	background:url(../img/tree-3rd-end.gif) no-repeat left top;
}

#tree ul li {
	overflow:auto;
}
#tree ul li label, #thachecklist li label,
#tree ul li input, #thachecklist li input {
	font-size:0.9em;
	padding:3px;
}
#tree ul li span {
	font-size:0.8em;
}
.checklist h2 {
	padding-top:5px !important;
	font-size:1.1em !important;
}
.checklist h2 span{
	color:#F78A1F;
}
ul#links {
	border-top:1px dashed #0551A0;
	padding:5px 0 0 10px;
}
ul#links li.print a {
	font-size:0.9em;
	padding-left:20px;
	background:url(../img/icon-print.gif) no-repeat left center;
}
ul#links li.download a {
	font-size:0.9em;
	padding-left:20px;
	background:url(../img/icon_pfd.gif) no-repeat left center;
}

/* HIGHSLIDE EXTRA */
#hsId0 {
	width:355px !important;
	top:-5px;
}
.openlightbox label {
	font-family:arial;
	float:left;
	clear:left;
	width:125px;
	font-size:1.2em;
}
.openlightbox input,
.openlightbox textarea {
	font-family:arial;
	font-size:1.2em;
	float:left;
	width:355px;
}
.openlightbox input {
	padding:2px;
	margin:2px 0;
}
.openlightbox label,
.openlightbox textarea {
	padding:2px 2px 2px 0;
	margin:3px 0;
}
.openlightbox textarea {
	width:484px;
	height:100px;
}
.openlightbox h2 {
	clear:both;
	display:block;
	font-size:1.15em;
	padding:5px 0 3px;
}
.openlightbox form {
	overflow:auto;
	width:490px;
}
.openlightbox #submit {
	width:auto;
	float:right;
}
.openlightbox input.error {
	border:1px solid #F00;
}
.openlightbox label.error {
	width:300px;
	color:#FF0000;
	margin-left:127px;
	margin-top:-2px;
	position:relative;
}
.pmenu {
	overflow:hidden;
	height:20px;
}
.pmenu a {
	background:url(../img/submenu-plus-item.gif) 6px 6px no-repeat !important;
}
.pmenu a:hover {
	background:url(../img/submenu-plus-hover.gif) 6px 6px no-repeat !important;
}
.pmenu a:visited {
	background:url(../img/submenu-plus-visited.gif) 6px 6px no-repeat !important;
}
#submenu ul,
#submenu ul li ul {
	overflow:hidden;
}
.highslide-header {
	border-bottom:1px dashed #0551A0;
	margin-bottom:5px;
}
.highslide-heading {
	color: #0551A0;
}
#inhoud.checklist ul#thachecklist li,
#inhoud.checklist ul#links li {
	background:none;
	padding:0px;
}


/* TELL A FRIEND */
form.cmxform textarea {width: 400px; height: 90px;}

/*Feedback*/
#inhoud #feedbackContain { position:relative; margin:10px;}

#inhoud #feedbackBtn { display:block; float:left; padding:0 10px; position:relative; line-height:18px; font-size:12px; background:#0551A0; color:#fff; font-weight:bold; text-decoration:none; }
#inhoud #formblock { position:relative; overflow:hidden; float:left; clear:left; width:345px; border:1px dashed #0551A0; padding:0 10px 10px; }
#inhoud #formblock p { display:block; padding:15px 0 10px; }
#inhoud input#submitBtn { margin-top:10px; float:right; border:none; background:#0551A0; color:#fff; padding:0 5px; }
