body{
	background-image: url(images/bg.gif); 
	margin: 0px;}

td.leftbar{	background-image: url(images/leftbar_opvulling.jpg); 
	background-repeat:repeat-y;
	vertical-align:top;}

td.topbar{	background-image: url(images/topbar.jpg);
	height: 32px;
	width: 561px; }

td.main{ width: 561px;
  height:521px;
  background-color:#FFFFFF;
  text-align:left;
  vertical-align:top;
  padding-top: 33px; padding-bottom: 10px; padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;}



td.bottombar{	height: 73px; width: 796px;}

a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px dotted #333333;}
 
a:hover {
  text-decoration: underline;
  border-bottom: 0px;}
  
  
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #585858;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #585858;
	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: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #585858;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}




