BODY {
	SCROLLBAR-FACE-COLOR: #666666; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-SHADOW-COLOR: #333333; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #4E4532; 
	SCROLLBAR-TRACK-COLOR: #333333;
}


.logo {
	BACKGROUND-IMAGE:  url(../images/layout/logo.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.logo2 {
	BACKGROUND-IMAGE:  url(../images/layout/logo2.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.mainback {
	BACKGROUND-IMAGE:  url(../images/layout/mainback.gif); 
	BACKGROUND-REPEAT: no-repeat
}
.header {
	BACKGROUND-IMAGE:  url(../images/layout/header.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.headervoornemens {
	BACKGROUND-IMAGE:  url(../images/layout/voornemens/header.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.verticaalvoornemens {
	BACKGROUND-IMAGE:  url(../images/layout/voornemens/verticaal.gif); 
	BACKGROUND-REPEAT: repeat-y
}
.horizontaalvoornemens {
	BACKGROUND-IMAGE:  url(../images/layout/voornemens/horizontaal.gif); 
	BACKGROUND-REPEAT: repeat-x
}
.mainbackvoornemens {
	BACKGROUND-IMAGE:  url(../images/layout/voornemens/mainback.gif); 
	BACKGROUND-REPEAT: no-repeat
}
.left {
	BACKGROUND-IMAGE:  url(../images/layout/left.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.leftdiensten {
	BACKGROUND-IMAGE:  url(../images/layout/diensten_05.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.leftbedrijf {
	BACKGROUND-IMAGE:  url(../images/layout/bedrijf_05.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.leftcongres {
	BACKGROUND-IMAGE:  url(../images/layout/congres_05.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.leftcontact {
	BACKGROUND-IMAGE:  url(../images/layout/contact_05.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.leftpers {
	BACKGROUND-IMAGE:  url(../images/layout/pers.jpg); 
	BACKGROUND-REPEAT: no-repeat
}
.maintable {
	BACKGROUND-IMAGE:  url(../images/layout/achtergrond.jpg); 
	BACKGROUND-REPEAT: repeat-y
}
.cirkels {
	background-image: url(../images/layout/cirkels.jpg); 
	background-repeat:no-repeat;  
	background-position:top right
}

a:link {color:#000000;text-decoration: underline} 
a:visited {color:#000000;text-decoration: underline} 
a:active {color:#000000} 
a:hover {color:#000000;text-decoration: underline}

.menuup:link {color:#FFFFFF;text-decoration: none} 
.menuup:visited {color:#FFFFFF;text-decoration: none} 
.menuup:active {color:#FFFFFF;text-decoration: none} 
.menuup:hover {color:#FFFFFF;text-decoration: none}

.menudown:link {color:#FFFF00;text-decoration: none} 
.menudown:visited {color:#FFFF00;text-decoration: none} 
.menudown:active {color:#FFFF00;text-decoration: none} 
.menudown:hover {color:#FFFF00;text-decoration: none}


.stippellijn {
	BACKGROUND-IMAGE:  url(../images/layout/stippellijn.gif); 
	BACKGROUND-POSITION: left top;
	BACKGROUND-REPEAT:  repeat-x;
	HEIGHT: 1px;
}
.textfield {
	BACKGROUND-COLOR: #FFFFFF; 
	BORDER-BOTTOM: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, sans-serif, Arial;
	FONT-SIZE: 7pt; 
	LINE-HEIGHT: 8pt; 
	overflow: auto
}
.fotocell {
	BACKGROUND-COLOR: #FFFFFF; 
	BORDER-BOTTOM: #51A025 2px solid; 
	BORDER-LEFT: #51A025 2px solid; 
	BORDER-RIGHT: #51A025 2px solid; 
	BORDER-TOP: #51A025 2px solid; 
}

/*tekst--------------------------------------------------------------------*/
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-style: bold; 
	line-height: normal; 
	font-weight: 700
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
ul.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	list-style-position: outside;
	list-style-type: disc;
}
li.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	list-style-position: outside;
	list-style-type: disc;
}
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
}
.textbold {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: bold; 
	line-height: normal; 
	font-weight: 700;
	color:#000000
}

.textboldmenu {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
}

/*--------------lightbox------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	