A:link 		{ color: #435197; text-decoration: underline; }
A:visited	{ color: #435197; text-decoration: underline; }
A:active 	{ color: #7ba2e7; text-decoration: underline; }
A:hover  	{ color: #7ba2e7; text-decoration: underline; }

body {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  padding: 0px;
/*  background-color: #FFEBCD;*/
  background-color: #fff;
  background-image: url(/images/Background.png);
  background-repeat: repeat-y;
  background-position: top center;

  width: 990px;
  margin: 0 auto;
}

hr {
  /*background-color: #009;*/
  background-color: #5983e1;
  height: 2px;

  /* IE Fix */
  /*color: #009;*/
  color: #5983e1;
}

h1 {
  height: 60px;
  text-align: center;
  color: #009;
  font-size: 24pt;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0px;
}

h2 {
  font-size: 14pt;
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.line-through {
  text-decoration: line-through;
}

p.pageheader {
  font-size: 14pt;
}

ul.errormessage {
  color: red;
}

ul.nobullets {
  list-style: none;
  padding-left: 15px;
}

table {
  text-align: left;
  
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 600px;
  
  border: outset 1pt #000;
  border-collapse: separate;
  border-spacing: 1pt #000;
}

table td {
  vertical-align: top;
}

table.noborder {
  border: 0px;
}

table.extended {
  width: 800px;
}

div#submenu {
  float: left;
  width: 150px;
}

div#middle {
  float: left;
  width: 840px;
}

div#submenu2 {
  float: right;
  width: 100px;
}

div#header {
  background-image: url('/images/Banner Kerksite.png');
  height: 150px;
}

div#body {

}

div#footer {
  font-size: 8pt;
  text-align: center;
}

div#menu {
  text-align: center;
}

div#menu ul {
  list-style: none;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;  

  padding: 0px 7px 0px 7px;
}

div#menu ul li {
  display: inline;

  margin-left: 8px;
  margin-right: 8px;
}

div#submenu ul {
  margin: 0px;
  margin-top: 15px;
  list-style: none;
  padding: 5px 0px 0px 5px;
}

div#submenu li.level1 {
  margin-left: 15px;
}

table.dienstentabel {
  text-align: center;
}

table.dienstentabel td.data {
  width: 225px;
}

table.gastenboektabel td.fixed {
  width: 100px;
}

table.gastenboektabel td.datum {
  text-align: right;
  width: 200px;
}

table#organogram {
  vertical-align: top;
  border: 0px;
}

table#organogram td {
  vertical-align: top;
}

table#organogram p {
  letter-spacing: -1px;
  border: 3px double #5983e1;
  background-color: #c6d4ef;
  text-align: center;
  margin: 0 auto;
}

table#organogram p.level1 {
  font-size: 10pt;
  margin-bottom: 25px;
  width: 150px;
  height: 35px;
  white-space: normal;
}

table#organogram p.level2 {
  font-size: 9pt;
  width: 120px;
  height: 20px;
  white-space: nowrap;
}

table#organogram p.level3 {
  font-size: 8pt;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 110px;
  height: 30px;
  white-space: normal;
  vertical-align: bottom;
}

table.paging {
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 600px;
  border: 0px;
}

table.paging td.vorige {
  text-align: left;
  width: 100px;
}

table.paging td.volgende {
  text-align: right;
  width: 100px;  
}

table.paging td.pagenumbers {
  text-align: center;
  width: 400px;
}

dd {
  margin-bottom: 10px;
}

table.fotoboek {
  margin-bottom: 10px;
  margin-top: 10px;
  border: 0px;
}

table.fotoboek td {
  text-align: center;
}

table.berichtentabel td.fixed {
  width: 100px;
}

table.berichtentabel td.datum {
  text-align: right;
}

table.berichtentabel td {
  vertical-align: top;
}

table.fotonavigatie {
  margin: 0 auto;
  width: 800px;
  border: 0px;
}

table.fotonavigatie td.fixed {
  width: 100px;
}

table.statistieken {
  width: 800px;
}

table.statistieken td.percentage, table.statistieken td.aantal {
  width: 100px;
}

table.veranderingentabel td.datum {
  width: 175px;
}

table.veranderingentabel td.link {
  width: 50px;
}

table.gebruikers th.naam {
  width: 200px;
}

table.gebruikers th.username {
  width: 200px;
}

table.gebruikers th.rollen {
  width: 150px;
}

table.gebruikers th.actief {
  width: 50px;
}

table.adres {
  width: 800px;
  border: 0px;
}

table.adres td.functie {
  width: 150px;
}

table.adres td.naam {
  width: 225px;
}

table.adres td.straat {
  width: 200px;
}

table.adres td.telefoonnummer {
  width: 100px;
}

table.adres td.emailadres {
  width: 75px;
}

ul.horizontal {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0px 25px 0px 25px;
}

ul.horizontal li {
  display: inline;

  margin-left: 8px;
  margin-right: 8px;
}

