body{
	position:				absolute;
	width:					100%;
	height:				100%;
	margin:				0px;
	font-family:				Verdana, Arial, Tahoma;
	line-height:				20px;
/*	background:				#DCD6E0 url('content_background.jpg') no-repeat fixed top left; */
	background:				#000000 url('content_background.jpg') no-repeat fixed top center; 
	overflow:				hidden;
	margin-left: 0px;
	margin-right: 0px;
}

div.frame{
	margin: 0px auto;
	width:					100%;
	height:				100%;
	overflow:				hidden;
	text-align: 				justify;
}

div.header{
	position:				relative;
	width:					100%;
	height:				144px;
	margin:				0px;
/*	background:				#E0DEE9 url('header.jpg') no-repeat fixed top left;*/
	background:				#000000 url('header.jpg') no-repeat fixed top center;
	overflow:				hidden;
	float:					left;
}

div.menu{ 
	position:				relative;
	width:					140px;
	top:					21px;
	left:					20px; 
	font-size:				13pt;
	overflow:				hidden;
	float:					left;
}

div.main{
	position:				relative;
	width:					400px;
	height:				250px;
	overflow:				auto;
	overflow-x:				hidden;
	float:					right;
}
div.zoek{
	position:				relative;
	width:					250px;
	height:				250px;
	left:					100px;
	overflow:				auto;
	overflow-x:				hidden;
	float:					right;
}
div.title{ 
	position:				relative;
	top:					21px;
	margin-right:			40px;
	font-size:				12pt;
	font-weight:			bold;
	color:					#bf6204;
	border-bottom:			0.01em solid #B87155;
	overflow:				hidden;
}

div.content{
	position:				relative;
	margin-top:				20px;
	margin-right:				40px;
	padding-top:				20px;
	padding-bottom:			20px;
	cursor:				default;
	overflow:				hidden;
	font-size:				10pt;
}

/*
#content a {
	color: #BF6204;
}
#content a:hover {
	color: #2C2F98;
}
*/

#content a {
	color: #000;
}
#content a:hover {
	color: #382E8E;
}
#menu a, #title a {
	color: #BF6204;
	text-decoration: none;
}
#menu a:hover, #title a:hover {
	color: #2C2F98;
}
body>#menu {
	position: fixed;
}


/* PHOTO BOOK */
.pb_pbOverviewThumbTD{
	cursor:pointer; 
	background-image: url('/images/site/thumb.gif'); 
	text-align: center; 
	width: 132px; 
	height: 109px; 
	vertical-align: middle;
}

.pb_pbOverViewDescriptionTD {
	cursor: pointer; 
	padding-left: 10px; 
	padding-top: 7px;
}

.pb_thumbTD {
	color: white; 
	cursor: pointer; 
	background-image: url('/images/site/thumb.gif'); 
	text-align: center; 
	vertical-align: middle; 
	width: 132px; 
	height: 109px;
}


.pb_photoIMG {
	border: 1px solid black;
}

hr {
  border: 0;
  width: 100%;
  color: #ccc;
	background-color: #ccc;
	height: 1px;
}
