/* @override http://debruijn.lin01.duall.be/stylesheets/debruijn.css */

html {overflow: scroll}

body {
	background: url(img/bg_body.png) top center repeat-y;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}
p {
	margin-bottom: 1em;
}
#wrapper {
	background: url(img/bg_container_2.png) top center no-repeat;
}
.container { 
	width: 960px;
	margin: 0 auto;
}
a, img { outline: none; border: none, }
/* @group algemeen */
.left { float: left; }
/* @end */

/* @group header */
#header {
	height: 270px;
}
#header h1 {
	background: url(img/logo_groot.png) 0px 0px no-repeat;
	margin-top: 60px;
	text-indent: -9988px;
	margin-left: 15px;
	position: absolute;
	height: 143px;
	width: 230px;
}
#header h1 a {
	display: block;
	height: 143px;
	width: 230px;
}
#header h2 {
	background: url(img/slagzin.png) top left no-repeat;
	text-indent: -9988px;
	height: 31px;
	width: 598px;
	position: absolute;
	margin-top: 121px;
	margin-left: 296px;
}
/* @end */

/* @group content */
#content { 
	width: 960px;
}
/* @end */

/* @group kolom */
#kolom_1  { 
	background: url(img/kolom_1.png) top left no-repeat; 
	height: 185px;
	text-indent: -9988px;
	width: 240px;
	cursor: pointer;
}
#kolom_2  { 
	background: url(img/kolom_2.png) top left no-repeat; 
	height: 185px;
	text-indent: -9988px;
	width: 240px;
	cursor: pointer;
}
#kolom_3 { 
	background: url(img/kolom_3.png) top left no-repeat; 
	height: 185px;
	text-indent: -9988px;
	width: 240px;
	cursor: pointer;
}
#kolom_4  { 
	background: url(img/kolom_4.png) top left no-repeat; 
	height: 185px;
	text-indent: -9988px;
	cursor: pointer;
	width: 240px;
}
/* @end */

/* @group toggle 1 - 2 - 3 */
#toggle { 
	width: 960px;
}
#toggle_1, #toggle_2, #toggle_3 { 
	display: none;
	width: 210px;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 150px;
	height: auto !important; /* voor moderne Browser */
	height: 150px; /*voor IE6 */
} 
#toggle_1 {
	float: left;
	background: #fff url(img/toggle_1.png) bottom left no-repeat;
}
#toggle_2 {
	float: left;
	margin-left: 240px;
	background: #fff url(img/toggle_2.png) bottom left no-repeat;
}
#toggle_3 {
	float: left;
	margin-left: 480px;
	background: #fff url(img/toggle_3.png) bottom left no-repeat;
}
/* @end */
/* @group toggle 4 */
#toggle_4 {
	background: #fff url(img/toggle_4.png) bottom left no-repeat;
	width: 960px;
	z-index: 20;
	margin-bottom: 70px;
}
#toggle_4 #kol4txt {
	float: right;
	width: 210px;
	padding: 0 15px;
	display: block;
	margin-top: 10px;
}

#toggle_4 #kolportfolio {
	width: 720px;
	height: 260px;
	position: relative;
	float: left;
}
/* @group lightbox */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: -6%;
	height: 100%;
	width: 112%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size: .8em;
	background-color: #003c3e;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	padding: 5px 30px;
	color: #fff;
	position: relative; 
}
#lightbox-container-image-data {
	padding: 10px; 
	color: #fff; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 90%;
	padding: 5px; 
	text-align: left;
}	
#lightbox-image-details-caption { 
	font-size: 1.2em;
	color: #fff;
}
#lightbox-image-details-currentNumber {
	margin-left: 1em;
	color: #7eb662;
}			
#lightbox-secNav-btnClose {
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	right: 15px;
	top:  10px; 
}


/* @end */

/* @group carousel */
.prev {
	background: url(img/pijltje_links.png) top left no-repeat;
	width: 34px;
    height: 36px;
    cursor: pointer;
	text-indent: -9988px;
	border: none;
	left: 16px;
	top: 100px;
	position: absolute;
}
.next { 
	background: url(img/pijltje_rechts.png) top left no-repeat;
	width: 34px;
    height: 36px;
    cursor: pointer;
	text-indent: -9988px;
	border: none;
	left: 670px;
	top: 100px;
	position: absolute;
}
.next:hover  { background: url(img/pijltje_rechts.png) bottom left no-repeat; }
.next:active { background: url(img/pijltje_rechts.png) bottom left no-repeat; }
.prev:hover  { background: url(img/pijltje_links.png) bottom left no-repeat;  }
.prev:active { background: url(img/pijltje_links.png) bottom left no-repeat; }
.jCarouselLite { 
	position: absolute;
	top: 44px;
	margin-left: 65px;
	width: 590px;
}
.jCarouselLite ul { 
	height: 153px;
	margin-left: 20px;
	float: left;
}
.jCarouselLite li { 
	margin-right: 5px;
}
.jCarouselLite img { 
	margin-right: 5px;
	border: 1px solid #0B3C38;
}
/* @end */

/* @end */
/* @group footer */
#footer { 
	background: url(img/logo_klein.png) 75px 0px no-repeat;
	clear: both;
	margin-top: 70px;
}
#footer p { 
	display: block;
	margin-left: 240px;
	margin-top: 18px;
	height: 138px;
	width: 165px;
	color: #00393E;
}
.mailto a {
	color: #00393E;
	text-decoration: none;
}
/* @end */

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

