/*
* Cache van main.style.css
* Created: 2010-08-16 15:37:06
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
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;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
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: "" "";}
/* End style reset */

.clear {clear: both; line-height: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
ul {
	list-style: disc;
	margin: 2px 12px;
}
ol li{
	padding: 5px 0px;
}
.jsonly {display: none;}

/* Typo */
body {
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	color: #646464;
	line-height: 15px;
}

.loading {
	background-image: url(/images/cms/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
}

a {
	text-decoration: underline;
	color: #3a94a2;
}

body#turtle a{
	color: #798f63;
}

body#lizard a{
	color: #6b4d5d;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 10px 0;
}

hr {
	background-image: url(/images/interface/divider.png);
	background-repeat: repeat-x;
	border: none;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #5c5c5c;
	font-size: 12px;
	font-weight: bold;
}

div.sidebar h6 {
	font-size: 11px;
}

h1 {
	font-size: 16px;
	margin-bottom: 15px;
}
h2 + p {
	margin-top: 0;
}
h5 {
	color: #4aa8b6;
	font-size: 15px;
	border-bottom: 1px solid #4aa8b6;
	background-image: url(/images/interface/bgtitles.png);
	background-repeat: repeat-y;
	padding: 3px 0 3px 10px;
	position: relative;
	margin-right: 5px;
}

body#turtle h5{
	color: #798f63;
	border-bottom: 1px solid #798f63;
	background-image: url(/images/interface/turtle_bgtitles.png);
}

body#lizard h5{
	color: #6b4d5d;
	border-bottom: 1px solid #6b4d5d;
	background-image: url(/images/interface/lizard_bgtitles.png);
}
h5 a.more {
	position: absolute;
	top: 2px;
	right: 0;
	background-image: url(/images/interface/arrow_more.png);
	background-repeat: no-repeat;
	background-position: right -15px;
	padding: 0 18px 2px 4px;
	text-decoration: none;
	background-color: #ffffff;
	text-transform: lowercase;
	line-height: 13px;
	font-size: 12px;
	font-weight: normal;
}

div.sidebar h5 a.more, div.sidebar li.short a, div.sidebar li a.full {
	font-size: 11px;
}
body#turtle h5 a.more{
	background-image: url(/images/interface/turtle_arrow_more.png);
	color: #798f63;
}
body#lizard h5 a.more{
	background-image: url(/images/interface/lizard_arrow_more.png);
	color: #6b4d5d;
}
h5 a.more:hover {
	background-color: #dbeef0;
	background-position: right top;
}

body#turtle h5 a.more:hover {
	background-color: #dde3d8;
}

body#lizard h5 a.more:hover {
	background-color: #ece6e9;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
/* /Headings */
/* /Typo */

/* Interface */
html, body {
	height: 100%;
}
div#wrapper {
	width: 960px;
	margin: 0 auto;
	background-image: url(/images/interface/shade.png);
	background-repeat: repeat-y;
	background-position: 214px 0;
	position: relative;
	min-height: 100%;
	_height: 100%;
}
div#headerclearer {
	height: 158px;
}
div#columnleft {
	width: 209px;
	float: left;
	min-height: 1px;
	_height: 1px;
	padding: 5px 0px 5px 5px;
}
div#content {
	width: 422px;
	float: left;
	padding: 20px 27px 27px 27px;
	min-height: 1px;
	_height: 1px;
}
div.content-home {
	padding-top: 15px !important;
}
div#columnright {
	width: 260px;
	float: left;
	min-height: 1px;
	_height: 1px;
	padding: 5px;
}
div#header {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	width: 960px;
	height: 158px;
	background-image: url(/images/interface/header.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

body#turtle div#header{
	background-image: url(/images/interface/header_turtle.png);
}
body#lizard div#header{
	background-image: url(/images/interface/header_lizard.png);
}
div#menucontainer {
	width: 960px;
	height: 58px;
	overflow: hidden;
	background-image: url(/images/interface/bgnav.png);
	background-repeat: repeat-x;
	background-position: right 0;
	position: absolute;
	top: 100px;
	left: 0;
}

body#turtle div#menucontainer {
	background-image: url(/images/interface/bgnav_turtle.png);
}
body#lizard div#menucontainer {
	background-image: url(/images/interface/bgnav_lizard.png);
}
div#content img.full, div#content div.full {
	position: relative;
	top: -20px;
	left: -27px;
}
div.content-home div.full {
	top: -15px !important;
	margin-bottom: -15px;
}
div.full div.content {
	padding: 15px 27px 0 27px;
}
/* /Interface */

/* Menus */
ul.menu, ul.menu ul {
	list-style: none;
	margin: 0px;
}
ul.menu li {
	float: left;
	margin: 0;
}
ul#mainmenu {
	margin-left: 10px;
	width: 945px;
	overflow: hidden;
	height: 60px;
}
ul#mainmenu li {
	margin: 14px 5px 0px 10px;
	position: relative;
}
ul#mainmenu li.subleft {
	position: static;
}
ul#mainmenu li a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	padding-right: 14px;
}
ul#mainmenu li a:hover {
	text-decoration: none;
	background-image: url(/images/navigation/arrow_dw.png);
	background-repeat: no-repeat;
	background-position: right 2px;
}
body#turtle ul#mainmenu li a:hover {
	background-image: url(/images/navigation/arrow_turtle_dw.png);
}
body#lizard ul#mainmenu li a:hover {
	background-image: url(/images/navigation/arrow_lizard_dw.png);
}
ul#mainmenu li.current {
	margin: 8px 0 0 0;
	background-image: url(/images/interface/corner_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 7px;
}
body#turtle ul#mainmenu li.current{
	background-image: url(/images/interface/turtle_corner_left.png);
}

body#lizard ul#mainmenu li.current{
	background-image: url(/images/interface/lizard_corner_left.png);
}
ul#mainmenu li.current a {
	color: #7fd7e4;
	background-color: #646464;
	background-image: url(/images/interface/corner_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 6px 19px 5px 3px;
	display: block;
}
body#turtle ul#mainmenu li.current a {
	color: #798f63;
	background-color: #c3d188;
	background-image: url(/images/interface/turtle_corner_right.png);
}
body#lizard ul#mainmenu li.current a {
	color: #6b4d5d;
	background-color: #a28291;
	background-image: url(/images/interface/lizard_corner_right.png);
}
ul#mainmenu li ul {
	position: absolute;
	top: 26px;
	left: 7px;
	display: none;
	width: 945px;
	height: 20px;
	overflow: hidden;
}
ul#mainmenu li.subleft ul {
	top: 35px;
	left: 15px;
}
ul#mainmenu li.current ul {
	display: block;
}
ul#mainmenu li ul li, ul#mainmenu li.current ul li {
	font-size: 13px;
	color: #909090;
	margin: 0 3px;
	padding: 0;
	line-height: 20px;
	background-color: transparent;
	background-image: none;
}

body#turtle ul#mainmenu li ul li, body#turtle ul#mainmenu li.current ul li{
	color: #798f63;
	background-image: none;
}

body#lizard ul#mainmenu li ul li, body#lizard ul#mainmenu li.current ul li{
	color: #6b4d5d;
	background-image: none;
}
ul#mainmenu li.current ul li a, body#turtle ul#mainmenu li.current ul li a, body#lizard ul#mainmenu li.current ul li a {
	color: #ffffff;
	text-transform: none;
	background-image: none;
	display: inline;
	padding: 0;
	font-size: 13px;
	margin: 0;
}
ul#mainmenu li ul li a:hover, ul#mainmenu li ul li.current a {
	text-decoration: none;
	text-transform: none;
	color: #7fd7e4;
}
ul#headermenu {
	position: absolute;
	top: 6px;
	right: 0;
}
#translation {
	position: absolute;
	top: 6px;
	right: 204px;
	display: block;
}
ul#headermenu li, #translation {
	width: 68px;
	text-align: center;
}
body#turtle ul#headermenu li, body#lizard ul#headermenu li{
	width: 89px;
}
ul#headermenu li a, #translation {
	text-transform: lowercase;
	text-decoration: none;
	color: #646464;
}
ul#headermenu li a:hover, ul#headermenu li.current a, #translation:hover {
	color: #243b40;
}
ul#headermenu li a:hover, #translation:hover {
	text-decoration: underline;
}
ul#breadcrumb {
	position: relative;
	top: -13px;
	left: -17px;
	text-transform: lowercase;
	width: 455px;
}
div.content-hasheader ul#breadcrumb {
	top: -16px;
}
ul#breadcrumb li {
	margin-left: 5px;
	white-space: nowrap;
}
ul#breadcrumb li a {
	text-decoration: none;
	color: #646464;
}
ul#breadcrumb li span.raquo {
	color: #646464;
	line-height: 13px;
}
ul#breadcrumb li.last a, ul#breadcrumb li.last span.raquo {
	color: #3a94a2;
}

body#turtle ul#breadcrumb li.last a, body#turtle ul#breadcrumb li.last span.raquo{
	color: #798f63;
}

body#lizard ul#breadcrumb li.last a, body#lizard ul#breadcrumb li.last span.raquo{
	color: #6b4d5d;
}
ul#breadcrumb li a:hover {
	text-decoration: underline;
}

ul#menuhome {
	margin: 20px 0 0 0;
	list-style: none;
}
ul#menuhome li {
	float: left;
	width: 209px;
	margin: 0;
	position: relative;
}
ul#menuhome li.werkvelden {
	left: -7px;
}
ul#menuhome li.producten {	
	right: -7px;
}
ul#menuhome li.werkvelden h3 a, ul#menuhome li.producten h3 a {
	background-image: url(/images/navigation/werkvelden_producten.png);
	text-indent: -300px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 209px;
	height: 51px;
	display: block;
}
.lang-en ul#menuhome li.werkvelden h3 a, .lang-en ul#menuhome li.producten h3 a {
	background-image: url(/images/navigation/consultingservices_products.png);
}
ul#menuhome li.werkvelden h3 a {
	background-position: 0 0;
}
ul#menuhome li.producten h3 a {
	background-position: -209px 0;
}
ul#menuhome li.werkvelden h3 a:hover {
	background-position: 0 -51px;
}
ul#menuhome li.producten h3 a:hover {
	background-position: -209px -51px;
}
ul#menuhome ul {
	margin: 5px 0 0 20px;
}
body.js ul#menuhome ul {
	list-style: none;
}
ul#menuhome ul li {
	color: #3a94a2;
	font-size: 15px;
	width: 189px;
}
ul#menuhome a {
	text-decoration: none;
	font-size: 12px;
}
ul#menuhome a:hover {
	text-decoration: underline;
}
/* /Menus */

/* Forms */
legend {display: none;}
input.text {
	border: 1px solid #646464;
	font-size: 11px;
	background-color: #ffffff;
}
input.nolabel {
	margin-left: 118px;
}
label {
	display: inline-block;
	width: 110px;
	padding-right: 5px;
}
label.radio {
	display: inline;
}
label input {
	vertical-align: top;
}
input.defaultvalue, option.defaultvalue {
	color: #909090;
}
ol.fieldset {
	margin: 0;
	list-style: none;
}
ol.fieldset li {
	margin: 1px 0;
	padding: 0;
}
input.search {
	background-image: url(/images/interface/search.png);
	background-repeat: no-repeat;
	background-position: 100px 2px;
	padding: 2px 17px 2px 5px;
}
form#project-search {
	background-image: url(/images/interface/bgsearch.png);
	background-repeat: repeat;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
body#turtle form#project-search {
	background-image: url(/images/interface/bgsearch_turtle.png);
}
body#lizard form#project-search {
	background-image: url(/images/interface/bgsearch_lizard.png);
}
form#project-search ol.fieldset li {
	margin: 10px 0;
}
form#project-search label {
	width: 90px;
	color: #ffffff;
	text-align: right;
}
form#project-search select {
	background-color: #ffffff;
	width: 140px;
	font-size: 11px;
	border: 1px solid #4AA8B6;
}
body#lizard form#project-search select{
	border: 1px solid #ece6e9;
}
body#turtle form#project-search select{
	border: 1px solid #dde3d8;
}
form#project-search input.submit {
	margin-left: 96px;
}

/* /Forms */

/* Img fader */
div.imgfader {
	border: 1px solid #dbeef0;
}
div.imgfader ul {
	margin: 0;
	width: 99999px;
}
div.imgfader ul li {
	float: left;
}
div#columnright div.imgfader {
	width: 243px;
	height: 162px;
	overflow: hidden;
	margin: 7px 0 7px 4px;
}
/* /Img fader */

/* Tag cloud */
div#tagcloud-top {
	background-image: url(/images/interface/bgtagcloud_top.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 10px;
	margin-top: 10px;
}
div#tagcloud {
	background-image: url(/images/interface/bgtagcloud.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 10px 10px 10px;
	max-height: 205px;
	width: 205px;
	text-align: center;
}
div#tagcloud a {
	margin: 5px;
	text-decoration: none;
	color: #000000;
}
div#tagcloud a:hover {
	text-decoration: underline;
}
/* /Tag cloud */

/* Overview */
ul.overview {
	margin: 0px 0px 5px 5px;
	list-style: none;
}
ul.overview li {
	padding: 5px 0;
	margin: 0;
}
div.sidebar ul.overview li {
	background-image: url(/images/interface/divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 5px;
	clear: both;
}
div.sidebar ul.overview li:first-child {
	background-image: none;
}
ul.overview a.full, ul.overview h2 a {
	color: #646464;
	display: block;
	text-decoration: none;
	position: relative;
	left: -5px;
	padding: 5px;
}

ul.overview a.full p{
	color: #646464;
}

body#turtle ul.overview li:hover a.full{
	background-color: #dde3d8;
}

body#lizard ul.overview li:hover a.full{
	background-color: #ece6e9;
}
div.sidebar ul.overview a.full {
	margin-right: -5px;
}
ul.overview a.full:hover, ul.overview h2 a:hover {
	background-color: #dbeef0;
}
ul.overview p {
	margin: 0;
}
ul.overview img.floatleft {
	margin-top: 0;
	border: 1px solid #d2d2d2;
}
div.sidebar p {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
}
div.sidebar a p {
	margin-left: 0;
	margin-right: 0;
	font-size: 11px;
}
div.sidebar ul.files li, div.sidebar ul.files li:first-child {
	background-image: none;
}
div.sidebar ul.files li a {
	background-image: url(/images/navigation/pdf_up.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 50px;
}
div.sidebar ul.files li a:hover {
	background-image: url(/images/navigation/pdf_ov.png);
}
div.sidebar ul.overview img {
	float: left;
	margin: 0 5px 5px 0;
}
div.sidebar ul.overview li.short, div.sidebar ul.simpleoverview li {
	background-image: none;
	padding: 0;
}
div.sidebar ul.overview li.short a, div.sidebar ul.simpleoverview li a {
	background-image: url(/images/navigation/arrow_link_up.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #646464;
	display: block;
	text-decoration: none;
	position: relative;
	left: -5px;
	margin-right: -5px;
	padding: 5px 5px 5px 25px;
}
body#turtle .sidebar ul.overview li.short a, body#turtle div.sidebar ul.simpleoverview li a {
	background-image: url(/images/navigation/turtle_arrow_link_up.png);
}

body#lizard .sidebar ul.overview li.short a, body#lizard div.sidebar ul.simpleoverview li a {
	background-image: url(/images/navigation/lizard_arrow_link_up.png);
}

div.sidebar ul.overview li.short a:hover, div.sidebar ul.simpleoverview li a:hover {
	background-image: url(/images/navigation/arrow_link_ov.png);
	background-color: #dbeef0;
}

body#turtle .sidebar ul.overview li.short a:hover, body#turtle div.sidebar ul.simpleoverview li a:hover {
	background-image: url(/images/navigation/turtle_arrow_link_ov.png);
}
body#lizard .sidebar ul.overview li.short a:hover, body#lizard div.sidebar ul.simpleoverview li a:hover {
	background-image: url(/images/navigation/lizard_arrow_link_ov.png);
}
ul.boxed li {
	background-color: #f8f8f8;
	margin-bottom: 5px;
	padding: 0 5px 5px 5px;
}
ul.boxed li h2 {
	margin-right: -5px;
}
ul.boxed li h2 a {
	margin-right: -5px;
}

ul#employee-overview li {
	background-color: #f8f8f8;
	padding: 2px 5px;
}
ul#employee-overview li.dark {
	background-color: #f2f2f2;
}
ul#employee-overview li:hover {
	background-color: #dbeef0;
}
ul#employee-overview li.firstofset {
	margin-top: 5px;
}
ul#employee-overview a {
	text-decoration: none;
	display: inline-block;
	width: 210px;
}
ul#employee-overview a:hover {
	text-decoration: underline;
}

ul.overview-img {
	margin-top: 20px;
}
ul.overview-img li {
	margin-top: 10px;
}
ul.overview-img li img {
	float: left;
}
ul.overview-img li div.content {
	float: left;
}
ul.overview-img li h2 {
	margin: 0;
	border-bottom: 1px solid #4aa8b6;
	background-image: url(/images/interface/bgtitles.png);
	background-repeat: repeat-y;
	padding: 3px 0 3px 15px;
	position: relative;
	left: -5px;
	width: 290px;
}
body#turtle ul.overview-img li h2{
	background-image: url(/images/interface/turtle_bgtitles.png);
	border-bottom: 1px solid #798f63;
}
body#lizard ul.overview-img li h2{
	background-image: url(/images/interface/lizard_bgtitles.png);
	border-bottom: 1px solid #6b4d5d;
}
ul.overview-img li p {
	margin: 0;
}
ul.overview-img li h2 a {
	padding: 0;
	position: static;
}
ul.overview-img li h2 a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #3a94a2;
}
body#turtle ul.overview-img li h2 a:hover{
	color: #798F63;
}
body#lizard ul.overview-img li h2 a:hover{
	color: #6b4d5d;
}
ul.overview-img li a.full {
	color: #646464;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
	min-height: 49px;
	_height: 49px;
	width: 280px;
	overflow: hidden;
	position: static;
}
ul.overview-img li a.full:hover {
	text-decoration: none;
	background-color: #dbeef0;
	background-image: url(/images/interface/arrow_more.png);
	background-repeat: no-repeat;
	background-position: right -15px;
}
body#turtle ul.overview-img li a.full:hover {
	background-image: url(/images/interface/turtle_arrow_more.png);
}
body#lizard ul.overview-img li a.full:hover {
	background-image: url(/images/interface/lizard_arrow_more.png);
}
ul.overview-img li.noimg h2 {
	position: static;
	width: 395px;
}
ul.overview-img li.noimg a.full {
	width: 385px;
	padding-left: 15px;
}
/* /Overview */

/* Employee */
div.employee {
	height: 109px;
	background-color: #f8f8f8;
	position: relative;
	padding-top: 1px;
}
div.employee img.photo {
	float: left;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
div.employee p {
	margin: 5px 5px;
}
div.employee a.vcard, div.employee a.linkedin {
	position: absolute;
	top: 5px;
	right: 5px;
}
div.employee a.linkedin {
	top: 123px;
	left: 14px;
}
div.employee span.label {
	display: inline-block;
	width: 60px;
}
div.employee-desc {
	margin-left: 90px;
}
div#employee-overview-header {
	position: relative;
	height: 34px;
	width: 418px;
	overflow: hidden;
	background-image: url(/images/interface/bgsearchemployees.png);
	background-repeat: no-repeat;
	line-height: 31px;
	padding-left: 10px;
}
div#employee-overview-header select {
	position: absolute;
	right: 6px;
	top: 7px;
	background-color: #ffffff;
	border: 1px solid #4aa8b6;
	font-size: 12px;
	width: 188px;
}
div#employee-overview-header a {
	color: #ffffff;
	text-decoration: none;
}
div#employee-overview-header a:hover {
	text-decoration: underline;
}
/* /Employee */

/* Products */
ul.screenshots {
	margin: 0;
	list-style: none;
	margin-left: -10px;
}
ul.screenshots li {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
ul.screenshots img.zoom {
	border: 1px solid #dbeef0;
}
/* Products */

/* Misc */
a#sitelogo {
	margin: 10px 0 0 10px;
	float: left;
}
form#sitesearch {
	position: absolute;
	right: 10px;
	top: 108px;
	color: #ffffff;
	font-size: 11px;
}
form#sitesearch input {
	padding-left: 5px;
}
form#sitesearch input#q {
	width: 95px;
}
form#sitesearch label {
	width: auto;
}
body.js form#sitesearch input[type=submit] {
	display: none;
}
p.readmore {
	margin-top: -10px;
}
p.readmore, span.raquo {
	color: #3a94a2;
	font-family: Arial;
}
p.readmore a {
	font-family: "Trebuchet MS",Arial;
}
div#homeslider p {
	margin-top: 0;
}
span.project-label {
	display: inline-block;
	width: 82px;
}
div.nextpages .current {
	text-decoration: none;
	color: #000000;
}
/* /Misc */

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000000;
	z-index: 10;
}
div#zoomdiv {
	background-color: #dbeef0;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
body#turtle div#zoomdiv{
	background-color: #dde3d8;
}
body#lizard div#zoomdiv{
	background-color: #ece6e9;
}
div#zoomdiv a {
  background-repeat: no-repeat;
	text-decoration: none;
	color: #4aa8b6;
}
div#zoomdiv a.close {
	position: absolute;
	top: 5px;
	right: 10px;
	text-transform: lowercase;
	height: 18px;
	line-height: 18px;
	background-image: url(/images/navigation/close.png);
	padding-right: 22px;
	background-position: right center;
}
body#turtle div#zoomdiv a.close{
	background-image: url(/images/navigation/turtle_close.png);
	color: #798f63;
}
body#lizard div#zoomdiv a.close{
	background-image: url(/images/navigation/lizard_close.png);
	color: #6b4d5d;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 13px;
	background-image: url(/images/navigation/back.png);
	background-position: left center;
}
div#zoomdiv a.previous:hover {
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 13px;
	background-image: url(/images/navigation/next.png);
	background-position: right center;
}
div#zoomdiv a.next:hover {
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
div#zoomdiv span.info {
	display: none;
}
/* Imagezoom */

/* FAQ */
.faq, .faq ul {
	margin: 0 0 10px 0;
	list-style: none;
}
.faq h2 {
	font-size: 13px;
	font-style: italic;
	text-indent: -10px;
}
.faq h3 a {
	line-height: 18px;
}
.faq h3 a:hover {
	text-decoration: underline;
}
.faq .box {
	margin: -5px 0 0 10px;
}
/* FAQ */

/* WYMeditor */
/* Afb: Omloop rechts */
img.floatleft /* img */ {
  /* border-right: 2px dashed blue; */
	float: left;
	margin: 10px 10px 10px 0px;
}
/* Afb: Omloop links */
img.floatright /* img */ {
  /* border-left: 2px dashed blue; */
	float: right;
	margin: 10px 0px 10px 10px;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}
/* Lees meer (») */
p.readmore /* p */ {
  /* color: #3A94A2; */
}
/* /WYMeditor */


body#turtle div.nextpages a{
	color: #798F63;
}
body#lizard div.nextpages a{
	color: #6b4d5d;
}