html, body {
  height: 100%;
}
body {
  background: #e8d399 url(img/bg.gif) top center repeat-x;
  font: 12px/20px tahoma, verdana, arial;
  color: #2a4434;  
  margin: 0;
  text-align: center;
}

a {
  color: #2a4434;
  text-decoration: underline;
}
a:hover {
  color: #3e7252;
}

h1 {
  float: left;
  position: relative;
  padding: 0 5px 0 0;
  margin:  0;
  font: lighter italic 16px georgia, "times new roman";
  color: #d50589;
}

h3 {
  float: left;
  position: relative;
  padding: 0 5px 0 0;
  margin:  0;
  font: lighter italic 16px georgia, "times new roman";
  color: #d50589;
}
h4 {
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0 2px 0;
  letter-spacing: 1.5px;
  padding: 0;
}

#main {
  width: 802px;
  padding: 0 21px 0 21px;
  margin: 0 auto;
  text-align: left;
  background: url(img/mainbg.gif) top center no-repeat;
  position: relative;
  min-height: 100%;
  height:auto !important;
  height:100%;
  /* border:1px solid black; */
}

#top {
  padding: 36px 0 0 0;
  background: none;
}

a#logo {
  font-size: 1px;
  line-height: 1px !important;
  overflow: hidden;
  color: #75836c;
  display: block;
  width: 0px !important;
  height: 0px!important;
  padding: 44px 137px 0 0;
  background: url(img/logo.gif) no-repeat;
  float: left;
  position: relative;
}

#bijbelvers {
  display: block;
  width: 439px;
  height: 100px;
  background: url(img/bijbelvers.gif) no-repeat;
  float: right;
  position: relative;
} 

#left {
  width: 245px;
  padding: 0 0 0 4px;
  float: left;
  padding: 0 0 70px 0;
  /* position: relative; */
  /* border:1px solid black; */
}

#left ul {
  padding: 0;
  margin: 0 0 0 15px;
}
#left li {
  padding: 0;
  margin: 0;
}

#right {
  width: 505px;
  float: right;
  position: relative;
  padding: 0 0 70px 0;
  /* border:1px solid black; */
}

#nav {
  height: 60px;
}
#nav a {
  padding: 0;
  color: #ebf8dc;
  display: block;
  float: left;
  text-decoration: none;
  margin: 17px 14px 0 0;
  line-height: 16px;
}
#nav a:hover {
  color: white;
  border: solid #d8e6c7;
  border-width: 0 0 1px 0;
}

#fotodebron {
  margin: 38px 0 0 0;
}

#footer {
  /* position: relative; */
  bottom: 0;
  margin: 0 0 0 0;
  height: 40px;
  border: solid #c5b482;
  border-width: 2px 0 0 0;
  padding: 5px 0 0 0;
  width: 100%;
  font-size: 11px;
  color: #9d916c;
  text-align: right;
}
/* #footer a {
  color: #9d916c;
  text-decoration: underline;
}
#footer a:hover {
  color: #b5a882;
}   */



.clear {
  clear: both;
}

.beheertabel {
	border-collapse: collapse;
	border: 1px solid #BBCFA7;
	width: 100%;
}

#beheertabel td {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: black;
}

.beheer {
	vertical-align: top;
	border-right: 1px solid #BBCFA7;
	border-bottom: 1px solid #BBCFA7;
}

.vereniging {
	width: 250px;
	border-right: 4px solid #BBCFA7;
	border-left: 4px solid #BBCFA7;
	border-top: 4px solid #BBCFA7;
	border-bottom: 4px solid #BBCFA7;
}


