.span {
	
}

* {
	font-family: 'Century Gothic', Helvetica, Arial, Verdana;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #696969;
}

body {
	font-family: 'Century Gothic', Helvetica, Arial, Verdana;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	height: 100%;
}

#content {
	position: relative;
}

#header_line {
	position: absolute;
	height: 1px;
	border-top: 1px solid #626262;
	top: 94px;
	width: 842px;
}

/*---------BODY achtergronden----------------------------*/
body#bruin {
	background: #A78D30;
}

body#blauw {
	background: #045D66;
}

body#groen {
	background: #5e997f;
}

body#roze {
	background: #BF1F4F;
}

body#paars {
	background: #38334c;
}

body#contact {
	background: #D32927;
}

/*---------FONTS----------------------------*/
h1 {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 18px;
	line-height: 22px;
	color: #797979;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

h1 a {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 18px;
	line-height: 22px;
	color: #797979;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

h1 a:hover {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 18px;
	line-height: 22px;
	color: #797979;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	text-decoration: underline;
}

h2 {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 16px;
	line-height: 20px;
	color: #797979;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
}

h2 a {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 16px;
	line-height: 20px;
	color: #797979;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
}

h2 a:hover {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 16px;
	line-height: 20px;
	color: #797979;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	text-decoration: underline;
}

h3 {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}

h3 a {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}

h3 a:hover {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	text-decoration: underline;
}

p {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

legend {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}

a {
text-decoration: none;
font-size: 12px;
line-height: 15px;
color: #B5B5B5;
}

a:hover {
text-decoration: underline;
font-size: 12px;
line-height: 15px;
color: #B5B5B5;
}

/*---------SPAN----------------------------*/
body#bruin span {
	color: #A78D30;
}

body#blauw span {
	color: #045D66;
}

body#groen span {
	color: #5e997f;
}

body#roze span {
	color: #BF1F4F;
}

body#paars span {
	color: #38334c;
}

body#contact span {
	color: #D32927;
}

.clear_both {
	clear: both;
}

/*---------NAV----------------------------*/
#nav_top {
	margin: 15px 0px 0px 0px;
	width: 842px;
	background: url("/assets/images/site/bg_wit_top.gif") 0 0 no-repeat;
	height: 24px;
}

#nav {
	position: absolute;
	height: 115px;
	top: -20px;
	right: 13px;
	clear: both;
}

#logo {
	width: 792px;
	float: left;
	background: #ffffff;
	padding: 0px 0px 0px 50px;
}

#nav_buttons {
	width: 700px;
	float: right;
}

#nav li {
	display: inline;
	padding: 0px 12px 0px 0px;
	float: right;
}

#wayfinder {
	width: 580px;
	float: right;
	height: 115px;
	padding: 0px 0px 0px 0px;
	margin: 0px 13px 0px 0px;
	display: inline;
}

#nav .level1 a {
	display: block;
	width: 91px;
	height: 55px;
	padding: 60px 0px 0px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
}

#nav .bruin a {
	background: url("/assets/images/site/btn_bg_bruin.gif") 0 0 no-repeat;
}

#nav .blauw a {
	background: url("/assets/images/site/btn_bg_blauw.gif") 0 0 no-repeat;
}

#nav .groen a {
	background: url("/assets/images/site/btn_bg_groen.gif") 0 0 no-repeat;
}

#nav .roze a {
	background: url("/assets/images/site/btn_bg_roze.gif") 0 0 no-repeat;
}

#nav .paars a {
	background: url("/assets/images/site/btn_bg_paars.gif") 0 0 no-repeat;
}

#nav .contact a {
	background: url("/assets/images/site/btn_bg_contact.gif") 0 0 no-repeat;
	width: 26px;
	height: 55px;
}

#nav .level1 a:hover { 
	background-position: 0 -115px;
}

#nav .level1 a:active {
	background-position: 0 -115px;
}

#nav .current a {
	background-position: 0 -115px;
}

/*---------MAIN----------------------------*/

#content {
	width: 842px;
	margin: 0 auto;
	background: #FFFFFF none repeat scroll 20 0;
}

#main {
	width: 842px;
	margin: 0px 0px 20px 0px;
	background: #FFFFFF;
	overflow: hidden;
}

#main li {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: 10px;
	color:#FFFFFF;
}

#contact_gegevens {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 60px;
}

#contact_gegevens p {
	color: #949393;
	margin-bottom:0px;
}

#contact_gegevens a {
	color: #949393;
	margin-bottom:0px;
}

/*---------MAIN achtergronden----------------------------*/
body#bruin #main {
	background: #ffffff url("/assets/images/site/bg_main_bruin.png") repeat-y;
}

body#blauw #main {
	background: #ffffff url("/assets/images/site/bg_main_blauw.png") 0 0 repeat-y;
}

body#groen #main {
	background: #ffffff url("/assets/images/site/bg_main_groen.png") 0 0 repeat-y;
}

body#roze #main {
	background: #ffffff url("/assets/images/site/bg_main_roze.png") 0 0 repeat-y;
}

body#paars #main {
	background: #ffffff url("/assets/images/site/bg_main_paars.png") 0 0 repeat-y;
}

body#contact #main {
	background: #ffffff url("/assets/images/site/bg_main_geen.png") 0 0 repeat-y;
}

/*---------BRUIN----------------------------*/
body#bruin #kolom_1 {
	width: 200px;
	height: 300px;
	margin: 60px 0px 0px 60px;
	float: left;
	display: inline;
}

body#bruin #kolom_2 {
	width: 230px;
	margin: 45px 0px 0px 80px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
}

body#bruin #kolom_3 {
	width: 160px;
	float: left;
	margin: 40px 0px 0px 70px;
	display: inline;
}

body#bruin #kolom_3 h2 {
	color: #eec8f0;
}

body#bruin #kolom_3_boven {
	width: 190px;
	height: 12px;
	background: #ad205a url("/assets/images/site/paarsebox_bg_boven.png") 0 0 no-repeat;
}

body#bruin #kolom_3_midden {
	width: 158px;
	background: #ad205a;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
}
#kolom_3_midden ul li {
	font-family: 'Century Gothic', Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: 10px;
}


body#bruin #kolom_3_midden span {
	color: #ffffff;
}

body#bruin #kolom_3_onder {
	width: 190px;
	height: 10px;
	background: #ffffff url("/assets/images/site/paarsebox_bg_onder.png") 0 0 no-repeat;
}

body#bruin #kolom_3 p {
	color: #ffffff;
}

body#bruin #kolom_3 strong {
	color: #ffffff;
}

body#bruin #portfolio {
	display: none;
}

body#bruin #kolom_3_midden h1 {
	color: #ffffff;
}

/*---------BLAUW----------------------------*/
body#blauw #kolom_1 {
	display: none;
}

body#blauw #kolom_2 {
	width: 230px;
	margin: 45px 0px 0px 180px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
}

body#blauw #kolom_3 {
	width: 145px;
	margin: 70px 0px 0px 30px;
	float: left;
	display: inline;
}

body#blauw #kolom_3_boven {
	width: 177px;
	height: 11px;
	background: #efecf2 url("/assets/images/site/witteboxpaars_bg_boven.png") 0 0 no-repeat;
}

body#blauw #kolom_3_midden {
	width: 145px;
	background: #efecf2;
	border-left: 1px solid #e0dae6;
	border-right: 1px solid #e0dae6;
	padding: 5px 15px 5px 15px;
}

body#blauw #kolom_3_onder {
	width: 177px;
	height: 11px;
	background: url("/assets/images/site/witteboxpaars_bg_onder.png") 0 0 no-repeat;
}

body#blauw #kolom_3 p {
	color: #4c7dac;
}

body#blauw #portfolio {
	display: none;
}
/*---------PAARS----------------------------*/
body#paars #kolom_1 {
	display: none;
}

body#paars #kolom_2 {
	width: 270px;
	margin: 45px 0px 0px 240px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
}

body#paars #kolom_3 {
	width: 140px;
	margin: 70px 0px 0px 35px;
	float: left;
	display: inline;
}

body#paars #kolom_3_boven {
	width: 177px;
	height: 11px;
	background: #f7f0f4 url("/assets/images/site/witteboxroze_bg_boven.png") 0 0 no-repeat;
}

body#paars #kolom_3_midden {
	width: 153px;
	background: #f7f0f4;
	border-left: 1px solid #edd8e3;
	border-right: 1px solid #edd8e3;
	padding: 5px 11px 5px 11px;
}

body#paars #kolom_3_onder {
	width: 177px;
	height: 11px;
	background: url("/assets/images/site/witteboxroze_bg_onder.png") 0 0 no-repeat;
}

body#paars #portfolio {
	display: none;
}
/*---------ROZE----------------------------*/
body#roze #kolom_1 {
	width: 200px;
	margin: 45px 0px 0px 60px;
	float: left;
	display: inline;
}

body#roze #kolom_1 p {
	font-size: 11px;
}

body#roze #kolom_2 {
	width: 220px;
	margin: 45px 0px 0px 100px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
}

body#roze #kolom_3 {
	width: 140px;
	margin: 45px 0px 0px 70px;
	float: left;
	display: inline;
}

body#roze #kolom_3_boven {
	width: 177px;
	height: 11px;
	background: url("/assets/images/site/witteboxgroen_bg_boven.png") 0 0 no-repeat;
}

body#roze #kolom_3_midden {
	width: 141px;
	background: #ffffff;
	border-left: 1px solid #ecefdc;
	border-right: 1px solid #ecefdc;
	padding: 5px 15px 5px 15px;
}

body#roze #kolom_3_onder {
	width: 177px;
	height: 11px;
	background: url("/assets/images/site/witteboxgroen_bg_onder.png") 0 0 no-repeat;
}

body#roze #kolom_3 p {
	color: #b5b5b5;
}

body#roze #contact_gegevens {
	display: none;
}

body#roze  #portfolio {
	display: none;
}

body#roze #kolom_1 .email_bg_roze a {
	background: url("/assets/images/site/info_bg_licht_roze.png") 0 0 no-repeat;
	padding: 2px 48px;
	color: #ffffff;
}

body#roze #kolom_1 .email_bg_roze a:hover {
	background: url("/assets/images/site/info_bg_donker_roze.png") 0 0 no-repeat;
}

/*---------GROEN----------------------------*/
body#groen #kolom_1 {
	display: none;
}

body#groen #kolom_2 {
	width: 170px;
	margin: 45px 0px 0px 60px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
}

body#groen #kolom_2_boven {
	width: 170px;
	height: 11px;
	background: url("/assets/images/site/groenebox_bg_boven.png") 0 0 no-repeat;
}

body#groen #kolom_2_midden {
	width: 154px;
	background: #f4f6eb;
	border-left: 1px solid #ecefdc;
	border-right: 1px solid #ecefdc;
	padding: 5px 7px 5px 7px;
}

body#groen #kolom_2_onder {
	width: 170px;
	height: 11px;
	background: url("/assets/images/site/groenebox_bg_onder.png") 0 0 no-repeat;
}

body#groen #kolom_3 {
	display: none;
}

body#groen #portfolio {
	width: 550px;
	margin: 50px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}

body#groen #portfolio_01 ul {
	float: left;
	width: 100px;
	margin: 0px 107px 0px 0px;
	display: inline;
}

body#groen #portfolio_02 ul {
	float: left;
	width: 100px;
	margin: 0px 107px 0px 0px;
	display: inline;
}

body#groen #portfolio_03 ul {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

body#groen #portfolio li {
	margin-bottom: 0px;
	list-style-type: none;
	margin-left: 0px;
}

/*---------CONTACT----------------------------*/
body#contact #kolom_1 {
	display: none;
}

body#contact #kolom_2 {
	width: 230px;
	margin: 45px 0px 0px 60px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
}

body#contact #kolom_3 {
	width: 400px;
	margin: 35px 0px 0px 70px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
}

body#contact #contact_gegevens {
	display: none;
}

body#contact #kolom_2 a {
color: #696969;
}

body#contact #kolom_2 a:hover {
color: #696969;
}

body#contact #portfolio {
	display: none;
}

body#contact #kolom_2 .email_bg_contact a {
	background: url("/assets/images/site/info_bg_licht_contact.png") 0 0 no-repeat;
	padding: 2px 48px;
	color: #ffffff;
}

body#contact #kolom_2 .email_bg_contact a:hover {
	background: url("/assets/images/site/info_bg_donker_contact.png") 0 0 no-repeat;
}

/*---------FOOTER----------------------------*/
#footer {
	width: 842px;
	clear: both;
	height: 20px;
}

.portfolio_image {
	width: 100px;
	margin: 0px 0px 20px 0px;
}

.naam_bg_roze {
	margin: 5px 0px 5px 0px;
	width: 200px;
	height: 20px;
	background: url("/assets/images/site/info_bg_donker_roze.png") 0 0 no-repeat;
}

.naam_bg_roze p {
	font-size: 11px;
	color: #ffffff;
	padding: 1px 0 4px 0;
	text-align: center;
}

.email_bg_roze p {
	font-size: 11px;
	color: #ffffff;
	padding: 1px 0 4px 0;
	text-align: center;
}

.naam_bg_contact {
	margin: 5px 0px 5px 0px;
	width: 200px;
	height: 20px;
	background: url("/assets/images/site/info_bg_donker_contact.png") 0 0 no-repeat;
}

.email_bg_contact {
	margin: 5px 0px 5px 0px;
	width: 200px;
	height: 20px;
}

.naam_bg_contact p {
	font-size: 11px;
	color: #ffffff;
	padding: 1px 0 4px 0;
	text-align: center;
}

.email_bg_contact p {
	font-size: 11px;
	color: #ffffff;
	padding: 1px 0 4px 0;
	text-align: center;
}

.email_bg a:hover p {
	text-decoration: underline;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:200px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:65px;
		top:285px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:250px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		color: #696969;
		}	
	#nextBtn a, #slider1next a{ 
		}
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
		outline:none;
	}

