@charset "utf-8";

/* CSS 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}

/* Remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

html, body {
	height: 100%;
	line-height: 17px;
	background-image: url(../images/bg_body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A747C;
}
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A747C;
}
a {
	color: #6A747C;
	text-decoration: underline;
}
a:hover {
	color: #6A747C;
	text-decoration: none;
}
ul,
ol {
	line-height: 17px;
	margin: 0px 0px 0px 18px;
	list-style: url("/01/images/img_list_arrow.png");
	list-style-position: outside;
}
ul li,
ol li {
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6A747C;
}
.img_links {
	float: left;
	margin-right: 29px;
	margin-bottom: 5px;
	margin-top: 3px;
	border: 1px solid #868686;
}
img.img_links {
	margin: 0px 10px 0px 0px;
	border: 1px solid #6A747C;
	float: left;
}
img.img_rechts {
	margin: 0px 0px 0px 10px;
	border: 1px solid #6A747C;
	float: left;
}
.clearer {
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	content: "";
	clear: both;
}

/* CSS Canvas */

* html #canvas {
	height: 100%;
}
#canvas {
	width: 100%;
	min-height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
}
* html #inner-canvas {
	height: 1px;
}
#inner-canvas {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 108px 0px;
}
#inner-canvas:after {
	content: "";
	display: block;
	clear: both;
}
#canvas-blocker {
	width: 1000px;
	height: 0px;
	visibility: hidden;
}

/* CSS Inner-Canvas */

#tools-top {
	height: 36px;
}
#header {
	width:1000px;
}
#header-top {
	height: 72px;
}
#header-bottom {
	height: 36px;
	background-color: #EDEEEF;
}
	#header-bottom span {
		line-height: 36px;
		margin: 0px 10px 0px 0px;
		font-weight: bold;
		float: right;
	}
	#header-bottom .link-green-bold-normal {
		margin: 0px 10px 0px 0px;
		padding: 0px 27px 0px 0px;
		line-height: 36px;
		float: right;
	}
#header-image {
	height: 200px;
	border-bottom: 1px solid #FFFFFF;
}
#header-image-left {
	width: 200px;
	height: 200px;
	background-color: #1FB25A;
	float: left;
}
#header-image-right {
	width: 800px;
	height: 200px;
	overflow: hidden;
	float: left;
}
#header-image-layer {
	width: 780px;
	height: 42px;
	line-height: 42px;
	margin: 158px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/bg_header_image_layer.png);
	background-position: top left;
	background-repeat: repeat;
	font-weight: bold;
	position: absolute;
	z-index: 0;
}
#content {
	margin:auto 0px auto 0px;
}

/* CSS Columns */

#column-home-left {
	width: 600px;
	float: left;
}
#column-left {
	width: 200px;
	float: left;
}
#column-center {
	width: 600px;
	background-color: #FFFFFF;
	float: left;
}
#column-home-right {
	width: 400px;
	float: left;
}
#column-right {
	width: 200px;
	float: left;
}
#column-center-right {
	width: 800px;
	float: left;
}
.column_200 {
	width: 200px;
	float: left;
}
.column_299 {
	width: 299px;
	float: left;
}
.column_400 {
	width: 400px;
	float: left;
}
.column_600 {
	width: 600px;
	float: left;
}
.column_800 {
	width: 800px;
	float: left;
}
#column-full {
	width: 1000px;
	float: left;
}

/* CSS Margins */

.bottom_10 {
	margin: 0px 0px 10px 0px;
}

/* CSS Containers */

.container-white-border-bottom {
	border-bottom: 1px solid #FFFFFF;
}
.container-grey-border-bottom {
	border-bottom: 1px solid #BFDAD2;
}
.container-incentives {
	border-bottom: 1px solid #BFDAD2;
}
.container-links {
	border-bottom: 1px solid #BFDAD2;
}
.container-incentives-selection {
	width: 780px;
	height: 42px;
	line-height: 42px;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #BFDAD2;
	border-bottom: 1px solid #BFDAD2;
	font-weight: bold;
}
.container-content {
	padding: 10px 10px 10px 10px;
	color: #6A747C;
}
.container-content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.container-content-border-top 
{
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #BFDAD2;
}
.container-border-top 
{
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #BFDAD2;
}
.container-green 
{
    background-color: #1FB25A;
	float: left;
}
.container-flash-content {
	width: 180px;
	padding: 10px 10px 10px 10px;
	float: left;
}
.container-flash-flash {
	width: 600px;
	padding: 10px 0px 10px 0px;
	float: left;
}
.container-content-grey {
	padding: 10px 10px 10px 10px;
	background-color: #edeeef;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #6A747C;
}

/* CSS Boxes */

.box-left {
	width: 200px;
	background-color: #1FB25A;
}
.box-left .container-content {
	color: #FFFFFF;
}
.box-left .container-content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box-right {
	width: 200px;
	background-color: #1FB25A;
}
.box-right .container-content {
	color: #FFFFFF;
}
.box-right .container-content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box-wat-wilt-u-doen {
	width: 200px;
	background-color: #1FB25A;
	float: left;
	cursor: pointer;
}
.box-wat-wilt-u-doen .container-content {
	width: 180px;
	padding: 18px 10px 11px 10px;
	color: #FFFFFF;
	float: left;
}
.box-wat-wilt-u-doen .container-content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box-wat-wilt-u-zien {
	width: 200px;
	background-color: #1FB25A;
	float: left;
	cursor: pointer;
}
.box-wat-wilt-u-zien .container-content {
	width: 180px;
	height: 81px;
	padding: 20px 10px 0px 10px;
	color: #FFFFFF;
	float: left;
}
.box-wat-wilt-u-zien .container-content p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box-wat-wilt-u-zien .container-content-link {
	width: 180px;
	padding: 19px 10px 8px 10px;
	color: #FFFFFF;
	float: left;
}
.box-home-right-right {
	width: 200px;
	float: left;
}
.box-left span.title_large,
.box-right span.title_large,
.box-wat-wilt-u-doen span.title_large,
.box-wat-wilt-u-zien span.title_large,
.container-green span.title_large {
	line-height: 23px;
	padding: 22px 0px 0px 0px;
	background-color: #6A747C;
	font-size: 29px;
	font-style: normal;
	font-weight: bold;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
}
.box-left h1 
{
    line-height: 23px;
	padding: 22px 0px 0px 0px;
	background-color: #6A747C;
	font-size: 29px;
	font-style: normal;
	font-weight: bold;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
}
.box-left span.subtitle_large,
.box-right span.subtitle_large,
.box-wat-wilt-u-doen span.subtitle_large,
.box-wat-wilt-u-zien span.subtitle_large,
.container-green span.subtitle_large 
{
    line-height: 23px;
	font-size: 23px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-weight: normal;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
}
.box-left h1.sub {
	font-size: 23px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-weight: normal;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
}
.box-left span.title_normal,
.box-right span.title_normal,
.box-wat-wilt-u-doen span.title_normal,
.box-wat-wilt-u-zien span.title_normal,
.container-green span.title_normal {
	line-height: 17px;
	padding: 16px 0px 0px 0px;
	background-color: #6A747C;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
}
.box-left span.subtitle_normal,
.box-right span.subtitle_normal,
.box-wat-wilt-u-doen span.subtitle_normal,
.box-wat-wilt-u-zien span.subtitle_normal,
.container-green span.subtitle_normal 
{
	font-size: 17px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-weight: normal;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
}
.box-left span.title_small,
.box-right span.title_small,
.box-wat-wilt-u-doen span.title_small,
.box-wat-wilt-u-zien span.title_small,
.container-green span.title_small {
	line-height: 11px;
	padding: 16px 0px 0px 0px;
	background-color: #6A747C;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
}
.box-left span.subtitle_small,
.box-right span.subtitle_small,
.box-wat-wilt-u-doen span.subtitle_small,
.box-wat-wilt-u-zien span.subtitle_small,
.container-green span.subtitle_small {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	font-weight: normal;
	text-indent: 10px;
	color: #FFFFFF;
	display: block;
}
.box-left p,
.box-right p {
	width: 400px;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}
.box-links {
	width: 180px;
	padding: 0px 10px 0px 10px;
	float: left;
}
	.box-links .link-green-bold-normal {
		padding: 14px 27px 13px 0px;
	}

/* CSS Banners */

.banner {
	width: 180px;
	padding: 10px 10px 10px 10px;
	color: #6A747C;
	cursor: pointer;
	float: left;
}
.banner:hover {
	background-color: #6A747C;
	color: #FFFFFF;
}
.banner h1 {
	margin: 0px 0px 10px 0px;
}
.banner:hover h1 {
	color: #FFFFFF;
}
.banner img {
	margin: 0px 0px 10px 0px;
	border: 1px solid #6A747C;
}
.banner:hover img {
	border: 1px solid #FFFFFF;
}
.banner_without_border {
	width: 180px;
	padding: 10px 10px 10px 10px;
	color: #6A747C;
	cursor: pointer;
	float: left;
}
.banner_without_border:hover {
	background-color: #6A747C;
	color: #FFFFFF;
}
.banner_without_border h1 {
	margin: 0px 0px 10px 0px;
}
.banner_without_border:hover h1 {
	color: #FFFFFF;
}
.banner_without_border img {
	margin: 1px 0px 11px 0px;
}
.banner_without_border:hover img {
}
.banner-image {
	width: 200px;
}
.banner-image-layer {
	width: 180px;
	height: 42px;
	line-height: 42px;
	margin: 133px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/bg_header_image_layer.png);
	background-position: top left;
	background-repeat: repeat;
	font-weight: bold;
	position: absolute;
	z-index: 9999;
}
.banner-groot-image {
	width: 200px;
}
.banner-groot-image-layer {
	width: 180px;
	height: 42px;
	line-height: 42px;
	margin: 169px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/bg_header_image_layer.png);
	background-position: top left;
	background-repeat: repeat;
	font-weight: bold;
	position: absolute;
	z-index: 9999;
}
.banner-groot-image-layer .link-grey-bold-large {
	height: 42px;
	line-height: 42px;
	padding: 3px 0px 0px 0px;
}
.banner-groot-image-layer .link-grey-bold-large-hover {
	height: 42px;
	line-height: 42px;
	padding: 3px 0px 0px 0px;
}
.banner-link-small {
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_green_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #1FB25A;
}
.banner-link-small-hover {
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.banner_photo_incentive_detail {
	width: 279px;
	padding: 10px 10px 10px 10px;
	color: #6A747C;
	cursor: pointer;
	float: left;
}
.banner_photo_incentive_detail:hover {
	background-color: #6A747C;
	color: #FFFFFF;
}
.banner_photo_incentive_detail h1 {
	margin: 0px 0px 10px 0px;
}
.banner_photo_incentive_detail:hover h1 {
	color: #FFFFFF;
}
.banner_photo_incentive_detail img {
	margin: 1px 0px 11px 0px;
	border: 1px solid #6A747C;
}
.banner_photo_incentive_detail:hover img {
	border: 1px solid #FFFFFF;
}
.banner_referenties {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #BFDAD2;
}
.banner_referenties_img {
	width: 119px;
	float: left;
	margin: 0px 10px 0px 10px;
}
.banner_referenties_text {
	width: 441px;
	float: left;
	margin: 0px 10px 0px 10px;
}

/* CSS Incentives */

.incentives-item-home {
	width: 180px;
	min-height: 155px;
	padding: 10px 10px 10px 10px;
	color: #6A747C;
	cursor: pointer;
	float: left;
}
.incentives-item-home:hover {
	background-color: #6A747C;
	color: #FFFFFF;
}
.incentives-item-home h1 {
	margin: 0px 0px 10px 0px;
}
.incentives-item-home:hover h1 {
	color: #FFFFFF;
}
.incentives-item-home img {
	margin: 5px 0px 15px 0px;
	border: 1px solid #6A747C;
}
.incentives-item-home:hover img {
	border: 1px solid #FFFFFF;
}
.incentives-item {
	width: 180px;
	min-height: 155px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #BFDAD2;
	color: #6A747C;
	cursor: pointer;
	float: left;
}
.incentives-item:hover {
	background-color: #6A747C;
	color: #FFFFFF;
}
.incentives-item h1 {
	margin: 0px 0px 10px 0px;
}
.incentives-item:hover h1 {
	color: #FFFFFF;
}
.incentives-item img {
	margin: 5px 0px 15px 0px;
	border: 1px solid #6A747C;
}
.incentives-item:hover img {
	border: 1px solid #FFFFFF;
}
.last-incentives-item {
	width: 180px;
	padding: 10px 10px 10px 10px;
	color: #6A747C;
	cursor: pointer;
	float: left;
}
.last-incentives-item:hover {
	background-color: #6A747C;
	color: #FFFFFF;
}
.last-incentives-item h1 {
	margin: 0px 0px 10px 0px;
}
.last-incentives-item:hover h1 {
	color: #FFFFFF;
}
.last-incentives-item img {
	margin: 5px 0px 15px 0px;
	border: 1px solid #6A747C;
}
.last-incentives-item:hover img {
	border: 1px solid #FFFFFF;
}

.incentive-link-small {
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_green_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #1FB25A;
}
.incentive-link-small-hover {
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#incentive-tabs {
	width: 598px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #edeeef;
}
.simpleTabs-nav ul {
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	list-style: none;
	background-color: #1fb25a;
}
.simpleTabs-nav li {
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #1fb25a;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
}
.simpleTabs-nav li:hover {
	background-color: #6a747c;
}
.simpleTabs-nav a {
	height: 42px;
	margin: -5px -5px -5px -5px;
	padding: 5px 5px 5px 5px;
	background-color: #1fb25a;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: left;
}
.simpleTabs-nav a:hover {
	background-color: #6a747c;
	text-decoration: none;
}
.simpleTabs-nav li.close{
	border-left: 1px solid #FFFFFF;
	float: right;
}
.simpleTabs-nav li.actif{
	background-color: #6a747c;
	color: #FFFFFF;
}
.simpleTabs-content {
	width: 598px;
	clear: both;
}
.simpleTabs-content .text {
	578px;
	padding: 10px 10px 10px 10px;
}

/* CSS Activities */

.activity-item {
	width: 380px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #BFDAD2;
	color: #6A747C;
	cursor: pointer;
	float: left;
}
.activity-item:hover {
	background-color: #6A747C;
	color: #FFFFFF;
}
.activity-item h1 
{
    margin: 5px 0px 0px 0px;
}
.activity-item:hover h1 {
	color: #FFFFFF;
}
.activity-item img {
	margin: 5px 20px 5px 0px;
	border: 1px solid #6A747C;
	float: left;
}
.activity-item:hover img {
	border: 1px solid #FFFFFF;
}
.activity-link-small {
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_green_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #1FB25A;
}
.activity-link-small-hover {
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}


/* CSS Search */

#search {
	width: 580px;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px 0px 10px;
	float: left;
}
.search_input {
	height: 15px;
	width: 135px;
	margin: 0px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #c5c9cc;
	font-size: 11px;
	color: #6A747C;
}
.search_button {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* CSS Clocks */

#clocks {
	width: 400px;
	height: 36px;
	background-color: #1fb25a;
	float: right;
}

/* CSS Links */

a.link-white-bold-large {
	line-height: 32px;
	padding: 5px 42px 5px 0px;
	background-image: url(../images/img_arrow_large_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
	a.link-white-bold-large:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
a.link-white-bold-large-bottom {
	line-height: 32px;
	padding: 5px 42px 5px 0px;
	background-image: url(../images/img_arrow_large_white_bottom.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
	a.link-white-bold-large-bottom:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
a.link-white-normal-large {
	line-height: 32px;
	padding: 5px 42px 5px 0px;
	background-image: url(../images/img_arrow_large_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
	a.link-white-normal-large:hover {
		text-decoration: underline;
	}
a.link-white-bold-normal {
	line-height: 17px;
	padding: 5px 27px 5px 0px;
	background-image: url(../images/img_arrow_normal_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
	a.link-white-bold-normal:hover {
		text-decoration: underline;
	}
a.link-white-normal-normal {
	line-height: 17px;
	padding: 5px 27px 5px 0px;
	background-image: url(../images/img_arrow_normal_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
	a.link-white-normal-normal:hover {
		text-decoration: underline;
	}
a.link-white-bold-small {
	line-height: 11px;
	padding: 5px 21px 5px 0px;
	background-image: url(../images/img_arrow_small_white_right.png);
	background-position: top right;
	background-position: 100% 50%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
	a.link-white-bold-small:hover {
		text-decoration: underline;
	}
a.link-white-normal-small {
	line-height: 11px;
	padding: 5px 21px 5px 0px;
	background-image: url(../images/img_arrow_small_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
	a.link-white-normal-small:hover {
		text-decoration: underline;
	}
a.link-white-normal-small-hover,
a.link-white-normal-small-hover:hover {
	line-height: 11px;
	padding: 5px 21px 5px 0px;
	background-image: url(../images/img_arrow_small_white_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	display: block;
}
a.link-green-bold-large {
	line-height: 32px;
	padding: 5px 42px 5px 0px;
	background-image: url(../images/img_arrow_large_green_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #1FB25A;
	display: block;
}
	a.link-green-bold-large:hover {
		text-decoration: underline;
	}

a.link-green-normal-large {
	line-height: 32px;
	padding: 5px 42px 5px 0px;
	background-image: url(../images/img_arrow_large_green_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #1FB25A;
	display: block;
}
	a.link-green-normal-large:hover {
		text-decoration: underline;
	}
a.link-green-bold-normal {
	line-height: 17px;
	padding: 5px 27px 5px 0px;
	background-image: url(../images/img_arrow_normal_green_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #1FB25A;
	display: block;
}
	a.link-green-bold-normal:hover {
		text-decoration: underline;
	}
a.link-green-normal-normal {
	line-height: 17px;
	padding: 5px 27px 5px 0px;
	background-image: url(../images/img_arrow_normal_green_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #1FB25A;
	display: block;
}
	a.link-green-normal-normal:hover {
		text-decoration: underline;
	}
a.link-green-bold-small {
	line-height: 11px;
	padding: 5px 21px 5px 0px;
	background-image: url(../images/img_arrow_small_green_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #1FB25A;
	display: block;
}
	a.link-green-bold-small:hover {
		text-decoration: underline;
	}
a.link-green-normal-small {
	min-height: 21px;
	line-height: 11px;
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_green_right.png);
	background-position: 100% 50%;
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #1FB25A;
	display: block;
}
	a.link-green-normal-small:hover {
		text-decoration: underline;
	}
a.link-grey-bold-large {
	line-height: 32px;
	padding: 5px 42px 5px 0px;
	background-image: url(../images/img_arrow_large_grey_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #6A747C;
	display: block;
}
	a.link-grey-bold-large:hover {
		text-decoration: underline;
	}
a.link-grey-bold-large-hover {
	line-height: 32px;
	padding: 5px 42px 5px 0px;
	background-image: url(../images/img_arrow_large_grey_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: underline;
	color: #6A747C;
	display: block;
}
	a.link-grey-bold-large-hover:hover {
		text-decoration: underline;
	}
a.link-grey-normal-large {
	line-height: 32px;
	padding: 5px 42px 5px 0px;
	background-image: url(../images/img_arrow_large_grey_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #6A747C;
	display: block;
}
	a.link-grey-normal-large:hover {
		text-decoration: underline;
	}
a.link-grey-bold-normal {
	line-height: 17px;
	padding: 5px 27px 5px 0px;
	background-image: url(../images/img_arrow_normal_grey_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #6A747C;
	display: block;
}
	a.link-grey-bold-normal:hover {
		text-decoration: underline;
	}
a.link-grey-normal-normal {
	line-height: 17px;
	padding: 5px 27px 5px 0px;
	background-image: url(../images/img_arrow_normal_grey_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #6A747C;
	display: block;
}
	a.link-grey-normal-normal:hover {
		text-decoration: underline;
	}
a.link-grey-bold-small {
	line-height: 11px;
	padding: 5px 21px 5px 0px;
	background-image: url(../images/img_arrow_small_grey_right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #6A747C;
	display: block;
}
	a.link-grey-bold-small:hover {
		text-decoration: underline;
	}
a.link-grey-normal-small {
	min-height: 21px;
	line-height: 11px;
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_grey_right.png);
	background-position: 100% 50%;
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #6A747C;
	display: block;
}
	a.link-grey-normal-small:hover {
		text-decoration: underline;
	}
a.text-link-green {
	line-height: 17px;
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_green_right.png);
	background-position: center right;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #1FB25A;
}
	a.text-link-green:hover {
		text-decoration: underline;
	}
a.text-link-grey-bold {
	line-height: 17px;
	padding: 0px 21px 0px 0px;
	background-image: url(../images/img_arrow_small_grey_right.png);
	background-position: center right;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #6A747C;
}
	a.text-link-grey-bold:hover {
		text-decoration: underline;
	}
a.text-link-green-without-arrow {
	line-height: 17px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration: underline;
	color: #1FB25A;
}
	a.text-link-green-without-arrow:hover {
		text-decoration: none;
	}
a.link-print {
	line-height: 36px;
	padding: 0px 24px 0px 0px;
	background-image: url(/01/images/img_icon_print.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
a.link-print:hover {
}
a.link-mail {
	line-height: 36px;
	padding: 0px 24px 0px 0px;
	background-image: url(/01/images/img_icon_mail.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
a.link-mail:hover {
}
a.box-link 
{
	line-height: 36px;
	padding: 0px 37px 0px 10px;
	background-image: url(../images/img_arrow_normal_green_right.png);
	background-position: 173px 9px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BFDAD2;
	font-weight: bold;
	text-decoration: none;
	color: #1fb25a;
	display: block;
}
	a.box-link:hover {
		text-decoration: underline;
	}
a.box-link-selected 
{
	line-height: 36px;
	padding: 0px 37px 0px 10px;
	background-image: url(../images/img_arrow_normal_green_right.png);
	background-position: 173px 9px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BFDAD2;
	font-weight: bold;
	text-decoration: underline;
	color: #1fb25a;
	display: block;
}
	a.box-link-selected:hover {
		text-decoration: underline;
	}
a.box-link-activities 
{
    width: 153px;
	padding: 5px 37px 5px 10px;
	background-image: url(../images/img_arrow_normal_white_right.png);
	background-position: 173px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
}
	a.box-link-activities:hover {
		text-decoration: underline;
	}
a.box-terug {
	line-height: 36px;
	padding: 0px 37px 0px 10px;
	background-image: url(../images/img_arrow_normal_green_left.png);
	background-position: 173px 9px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BFDAD2;
	font-weight: bold;
	text-decoration: none;
	color: #1fb25a;
	display: block;
}
	a.box-terug:hover {
		text-decoration: underline;
	}
a.box-naar-boven {
	line-height: 36px;
	padding: 0px 37px 0px 10px;
	background-image: url(../images/img_arrow_normal_green_up.png);
	background-position: 173px 9px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	color: #1fb25a;
	display: block;
}
	a.box-naar-boven:hover {
		text-decoration: underline;
	}
a.box-offerte {
	line-height: 36px;
	padding: 0px 37px 0px 10px;
	background-image: url(../images/img_arrow_normal_green_mail.png);
	background-position: 173px 9px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #BFDAD2;
	font-weight: bold;
	text-decoration: none;
	color: #1fb25a;
	display: block;
}
	a.box-offerte:hover {
		text-decoration: underline;
	}

/* CSS Sticky-Footer */

/*
	NOTE:
		The sticky-footer height should be the same as the padding-bottom of the inner-canvas
*/

#sticky-footer {
	width: 100%;
	min-width: 1002px;
	height: 108px;
	bottom: 0;
	position: absolute;
}
#sticky-footer-top {
	width: 100%;
	height: 36px;
	background-color: #FFFFFF;
}
#sticky-footer-top-inner {
	width: 980px;
	line-height: 36px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	color: #6A747C;
}
#sticky-footer-top-inner span {
	display: inline;
	float: left;
}
#sticky-footer-top-inner .link-green-normal-normal {
	line-height: 36px;
	padding: 0px 27px 0px 0px;
	display: inline;
	float: right;
}
#sticky-footer-middle {
	width: 100%;
	height: 36px;
	background-color: #6A747C;
}
#sticky-footer-middle-inner {
	width: 980px;
	line-height: 36px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
}
#sticky-footer-middle-inner a {
	color: #FFFFFF;
	text-decoration: none;
}
#sticky-footer-middle-inner a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sticky-footer-middle-inner-left {
	width: 459px;
	text-align: left;
	float: left;
}
#sticky-footer-middle-inner-middle {
	width: 42px;
	float: left;
}
#sticky-footer-middle-inner-middle img {
	margin: 10px 0px 0px 0px;
}
#sticky-footer-middle-inner-right {
	width: 459px;
	text-align: right;
	float: left;
}
#sticky-footer-bottom {
	width: 100%;
	height: 36px;
	background-color: #1FB25A;
}
#sticky-footer-bottom-inner {
	width: 980px;
	line-height: 36px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
}
#sticky-footer-bottom-inner a {
	text-decoration: underline;
	color: #FFFFFF;
}
#sticky-footer-bottom-inner a:hover {
	text-decoration: none;
}
#sticky-footer-bottom-inner-left {
	float: left;
}
#sticky-footer-bottom-inner-right {
	float: right;
}

/* CSS Logo */

.logo {
	margin: 18px 10px 0px 10px;
	height: 39px;
	float: left;
}

/* CSS Slider */

#slider {
	width: 800px;
	height: 200px;
	position: relative;	
	overflow: hidden;
}
#mask-gallery {
	overflow: hidden;	
}
#gallery {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 0;
	overflow: hidden;
}
	#gallery li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
#mask-excerpt {
	top: 0;
	left: 0;
	width: 800px;
	height: 42px;
	margin: 158px 0px 0px 0px;
	position: absolute;
	overflow: hidden;
	z-index: 500px;
}
#excerpt {
	top: 0;
	left: 0;
	width: 2400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(/01/images/bg_header_image_layer.png);
	background-position: top left;
	background-repeat: repeat;
	list-style:none;
	position: absolute;
	overflow: hidden;
	z-index: 10;
}
#excerpt li {
	width: 780px;
	height: 42px;
	line-height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#excerpt li a.link-grey-bold-large {
	line-height: 32px;
	padding: 5px 52px 5px 10px;
	background-image: url(/01/images/img_arrow_large_grey_right.png);
	background-position: 758px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #6A747C;
	display: block;
}
#excerpt li a.link-grey-bold-large:hover {
	text-decoration: underline;
}

/* CSS Navigation */

.navigation_item a {
	width: 66px;
	height: 32px;
	margin: 17px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #bfdad2;
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #6a747c;
	float: left;
}
.navigation_item a:hover {
	background-color: #1fb25a;
	text-decoration: none;
	color: #FFFFFF;
}
.navigation_item_active a,
.navigation_item_active a:hover {
	width: 66px;
	height: 32px;
	margin: 17px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #1fb25a;
	border-right: 1px solid #bfdad2;
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
}
.navigation_item_custom a {
	width: 72px;
	height: 32px;
	margin: 17px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #bfdad2;
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #6a747c;
	float: left;
}
.navigation_item_custom a:hover {
	background-color: #1fb25a;
	text-decoration: none;
	color: #FFFFFF;
}
.navigation_item_custom_active a,
.navigation_item_custom_active a:hover {
	width: 72px;
	height: 32px;
	margin: 17px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #1fb25a;
	border-right: 1px solid #bfdad2;
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
}

/* FlashMap */

#flashSelect {
	width: 560px;
	padding: 20px 20px 10px 20px;
	background-color: #1fb25a;
	border-top: 1px dotted #FFFFFF;
	text-align: right;
	color: #FFFFFF;
}
	.flashSelectRow {
		margin: 0px 0px 10px 0px;
	}
	.flashSelect_dropdown {
		width: 160px;
		margin: 0px 0px 0px 10px;
		border: 0px;
	}
	#openMap {
		top: 0px;
		right:0px;
		bottom:0px;
		left: 0px;
		width: 560px;
		padding: 20px 20px 20px 20px;
		position: absolute;
	}

/* Fotoalbum */

.album-item {
	width: 180px;
	min-height: 155px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #BFDAD2;
	color: #6A747C;
	float: left;
}
.album-item:hover {
	background-color: #6A747C;
	color: #FFFFFF;
}
.album-item h1 {
	margin: 0px 0px 10px 0px;
}
.album-item:hover h1 {
	color: #FFFFFF;
}
.album-item img {
	margin: 5px 0px 15px 0px;
	border: 1px solid #6A747C;
}
.album-item:hover img {
	border: 1px solid #FFFFFF;
}

/* Forms */
.form_column_1 {
	width: 35%;
	margin: 0px 0px 10px 0px;
	float: left;
}
.form_column_2 {
	width: 59%;
	margin: 0px 0px 10px 0px;
	float: left;
}
.form_column_3 {
	width: 6%;
	margin: 0px 0px 10px 0px;
	text-align: right;
	float: left;
}
.form_textbox {
	width: 100%;
	height: 17px;
	border: 1px solid #6a747c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form_textbox_multiline {
	width: 100%;
	border: 1px solid #6a747c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form_dropdownlist {
	width: 100%;
	height: 20px;
	line-height: 17px;
	border: 1px solid #6a747c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form_button {
	line-height: 17px;
	padding: 0px 27px 0px 0px;
	background-image: url(/01/images/img_arrow_normal_green_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent !important;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #1fb25a;
	cursor: pointer;
}
	.form_button:hover {
		text-decoration: underline;
	}