/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

html {
  overflow-y: scroll;
  background:  #0f87d6 url("../images/css/htmlback.gif") repeat-y center top;
}

body {
  
}

ul {
	font-size: 10px;
}

.contentholder {
  width: 1016px;
  /*background:url("../images/css/htmlback.gif") repeat-y left top;*/
  height: 100%;
  margin: 0 auto 0 auto;
}

.content_top {
  width: 986px;
  padding: 0 15px 0 15px;
  height: 54px;
  background: url("../images/css/topback.gif") no-repeat;
}

.content_slide {
  width: 1016px;
  height: 110px;
  background: #0f87d6 url("../images/css/slide_back_94.gif") no-repeat;
}

.content {
  width: 986px;
  margin: 15px 0 0 15px;
}

.bugger {
  width: 752px;
  padding: 10px 56px 0 308px;
}

.inhoud, .inhoud_db {
  float: left;
  width: 690px;
  margin-left: 15px;
  margin-top: 21px;
	padding-bottom: 30px;
}

.inhoud_db {
  width: 918px;
  margin-left: 37px;
}

.inhoud h1 {
  font-size: 12px;
  font-weight: bold;
}

.inhoud img {
	margin: 0;
	padding: 0;
	border: none;
}

/*  show fotos thumbs */
.eenfoto {
  height: 230px;
  overflow: hidden;
  float: left;
  margin: 5px;
 /* border: 1px solid grey;*/
	cursor: hand;
	cursor: pointer;
}

.foto_thumb {
  /*height: 186px;*/
	padding: 3px;
  margin: 0 5px 5px 0;
	float: left;
  border: 1px solid #fff;
}

/*  menu */

.menu, .menu_db {
  margin-left: 37px;
  width: 228px;
  border-top: 1px solid white;
  min-height: 61px;
  overflow: visible;
  float: left;
	margin-bottom: 30px;
}

.menu_db {
	height : 21px;
  min-height : 21px;
  margin-bottom: 0;
}

.menu a, .menu a.submenuitem{
  display: block;
  float: left;
  width: 213px;
  height: 17px;
  padding:  3px 13px 0 0 ;
  text-align: right;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #0400a2;  
}

.menu a.submenuitem {
  height: 15px;
  background-color: #f4cd58;
  border-bottom: 1px solid #ffe47c;
  font-size: 10px;
  color: #8b8290;
}

.menu a.submenuitem:hover , .menu a.selected{
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #ffe47c;
  color: #0400a2;
}

.menu a:hover, .menu a.selected {
  border-right: 1px solid #ffe47c;
  border-left: 1px solid #ffe47c;
  background-color: #ffe47c;
  border-bottom: 1px solid #fff;
}

a.subsubmenuitem {
/*	display: block;
	float: right;*/
	margin-left: 20px;
	text-decoration: none;
	color: blue;
	font-weight: bold;
}

a.subsubmenuitem:hover, a.subselected {
	color: black;
	text-decoration: underline;
}

a.subselected {
	text-decoration: none;
}

.subsubbar {
	width: 690px;
	height: 20px;
	text-align: right;
}

.begraafplaatslijst a {
	display: block;
	color: #8b8290;
	height: 16px;
	text-decoration: none;
	font-weight: bold;
}

.begraafplaatslijst a:hover {
	color: #000;
	text-decoration: underline;
}



/* overgenomen */
.realcontent {
  width: 692px;
  padding: 5px 15px 3px 15px;
  float: left;
}

.realcontent h1{
  font-size: 12px;
  font-weight: bold;
}

.realfoto_content {
  font-size: 9px;
  font-style: italic;
}

.fotodivleft {
  margin: 0px 35px 15px 0px;
  float: left;
  text-align: center;
  
}

.fotodivright {
  margin: 0 0 15px 15px ;
  float: right;
  text-align: center;
}

.fotodivcenter {
  width: 692px;
  margin: 15px 0 15px 0;
  float: left;
  text-align: center;  
}

.realcontent_left {
  width: 242px;
  margin-right: 20px;
  float: left;
  font-size: 9px;  
  text-align: center;
}

.realcontent_left img {
  border: 0;
  margin: 0;
}

.realcontent_right {
  width: 460px;
  float: right;
}

.db_wrap {
  	float: left;
    width: 922px; 

}

.databaseheader, .databaselijst {
/*	width: 688px;*/
  width: 905px;
	background-color: #ffeca3;
	padding: 6px;

  float: left;
}

.div_right, .div_bottom{
    float: left;
}

.div_right {
  	width: 5px;
    background: url("../images/div_right_back.gif") repeat-y left top;
}

.div_bottom {
  width: 922px;
  height: 5px;
  background: url("../images/div_bottom_back.gif") no-repeat left top;
}

.databaselijst table.tekstkleinz {
  	width: 907px;
}

.databaselijst table tr td{
	height: 32px;
	padding: 2px 0 2px 0;
	border: bottom
}

.databaselijst table tr.opmerking td{

	background-color: #fff4cc;
	height: 18px;
	padding: 2px 0 1px 0;
	border: bottom;
}

.databaseheader table td {
	height: 21px;
	padding-top: 2px;
	text-align: left;
}

.databaseheader table td.tdcenter {
	text-align: center;
}


.databaselijst table td.td_lijn  {
	height: 1px;
	border-top: 1px solid #69f;
}

.td_right {
	text-align: right;
}

.f2b601 {
	background-color: #f2b601;
}

/*.databaseheader table {
	width: 690px;
}*/

.begraafplaatslijst a {
}