

body{

		font-family: Verdana; font-size:12px;
		color: #0000a8;
		background-image: url("../afbeeldingen/background.jpg");
		background-repeat: no-repeat;
/*		scrollbar-arrow-color: #FFFFFF;
		scrollbar-face-color: #1B4398;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #1B4398;
		scrollbar-shadow-color: #339999;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #FFFFFF; */
	}
		
div.content{
		position: absolute;
		margin: 0 0 0 0;
		top: 175px; left: 300px;
		width: 600; height: 475;
		overflow: auto;
		}
		
		
/* **************   CENTREREN   ************ */
div.align{		position: absolute;		width: 100%; height: 100%;		}


/* **************   LINKS   ************* */
div.linkhome{	position: absolute; 	top: 0px; 		left: 280px;	}
div.link1{		position: absolute;		top: 405px; 	left: 7px;		}
div.link2{		position: absolute;		top: 455px; 	left: 7px;		}
div.link3{		position: absolute;		top: 505px; 	left: 7px;		}
div.link4{		position: absolute;		top: 555px; 	left: 7px;		}
div.link5{		position: absolute;		top: 605px; 	left: 7px;		}
		
	
A:link {text-decoration: underline; color: #0000a8;}
A:visited {text-decoration: underline; color: #000099;}
A:active {text-decoration: underline; color: #0000a8;}
A:hover {text-decoration: underline; color: #6767fb;}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


