@charset "UTF-8";
/* CSS Document */

#contentcontainer {
	position:				relative;
	width:					580px;
	height:					717px;
	float:					left;
	background-color:		#FFFFFF;
	margin:					20px 20px 0px 20px;
}

.detailphoto {
	width:					557px;
	height:					296px;
   padding-left:        44px;
   border-bottom:       1px solid #becf1f;
   float:               none;
}
#descriptionheader {
   color:               #638025;
   font-family:         Verdana;
   font-size:           11px;
   height:              24px;
   line-height:         54px;
   vertical-align:      bottom;
	float:					left;
}

.descriptionrow {
   width:               601px;
   height:              31px;
   line-height:         31px;
   vertical-align:      middle;
   text-indent:         44px;
   color:               #8f8f8f;
   background-color:    #eaeaea;
   float:               left;
}
.descriptionrow2 {
   width:               513px;
   padding:					4px 44px 4px 44px;
   color:               #8f8f8f;
   background-color:    #f9f9f9;
   float:               left;
}

#thumblist {
	float: 					left;
   width:					547px;
   padding-left:        43px;
}
.thumblistitem {
	color:					#8f8f8f;
	margin:					0px 30px 30px 0px;
	float:					left;
}
#thumbdiv {
	float: 					left;
   width:					557px;
   padding-left:        43px;
   border-top:          1px solid #becf1f;
}
.thumbitem {
	color:					#8f8f8f;
	margin:					30px 28px 0px 0px;
	float:					left;
}

.navigatie {
	height:					52px;
   line-height:         52px;
   vertical-align:      middle;
   width:               555px;
   text-align:          right;
   font-size:           11px;
   font-family:         Verdana;
   padding-right:       44px;
   color:               #638025;
}

/* ########## TABLE CLASSES ########## */

table {
	margin-left:			auto;
	margin-right:			auto;
	background-color:		#FFFFFF;
	margin-top:				20px;
	border: 				0px;
}

td.tdgrepen {
	width:					190px;
	height:					50px;
}

td.tdhome {
	width:					145px;
	height:					50px;
	border:					0px;
}

td.tdkist {
	width:					180px;
	height:					80px;
	border:					0px;
}

td.tdoverzicht {
	width:					145px;
	height:					100px;
	background-color:		#999999;
}

td.tdoverzicht {
	width:					145px;
	height:					100px;
	background-color:		#CCCCCC;
}

.thumbimg {
	border:					1px solid #FFFFFF;
	height:					75px;
	width:					150px;
	cursor:					pointer;
}
.thumblistitem {
	width:					150px;
}
.thumbimg:hover {
	border:					1px solid #becf1f;
	margin:					0;
	padding:					0;
	display:					block;
	height:					75px;
	width:					150px;
}

/* ########## COFFIN DETAIL PAGE ########## */
.itemleft {
	width:					391px;
	height:					388px;
	float:					left;
}

.itemright {
	width:					207px;
	height:					388px;
	float:					left;
	border-left:			1px solid #becf1f;
}