/**
 * Stylesheet for primarily color computer screens
 *
 * @version 1.0
 * @since 2007-10-12
 * @author AT Advance Technology
 * @copy AT Advance Technology
 */


/*===[ Common for all pages ]===*/

* {
  font-family: Verdana, Geneva, Arial, sans-serif;
  letter-spacing: 0.02em;
/*  cursor: default; */
}

body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-color: #e7e7e7;
  background-image: url("img/main.jpg");
  background-repeat: repeat-x;
  text-align: center;
  overflow: auto;
}

div {
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

div.nojavascript {
  top: 66px;
  width: 66%;
  height: 22px;
  line-height: 22px;
  margin: 0px 0px 0px 16%;
  display: block;
  position: absolute;
  border: 1px solid red;
  z-index: 5;
  text-align: center;
  background-color: #ffffff;
}

div#pagina {
  display: block;
  position: relative;
  font-size: 13px;
  text-align: left;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin: 0px auto;
  width: 970px;
  height: 570px;
  background-color: #eaeaea;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url("img/background.jpg");
}

div#kop {
  width: 970px;
  height: 58px;
}

div#navigatie {
  float: left;
  margin: 7px 0px 0px 7px;
  width: 385px;
  height: 51px;
  /*background-image: none;*/
}

div#navigatie ul {
  display: block;
  list-style: none;
  background-image: url("img/menu_up.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 385px;
  height: 51px;
  padding: 0px;
  margin: 0px;
  z-index: 10;
}

div#navigatie ul ul {
  display: block;
  position: relative;
  height: 245px;
  width: 363px;
  margin: -3px 0px 0px 7px;
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  background-color: #fbfbfb;
  background-image: none;
  overflow: hidden;
  display: none;
}

div#navigatie ul ul a {
  border: 0px;
  margin: 0px;
  padding: 0px;
  display: block;
  margin-left: -7px;
  background-color: #fff;
  z-index: 100;
}
div#navigatie ul ul a:hover {
  background-color: #f0f0f0;
  background-image: url("img/menu_sel.jpg");
}

div#navigatie ul:hover {background-image: url("img/menu_down.jpg");}
div#navigatie ul:hover ul {display: block;}
div#navigatie ul ul:hover {background-image: none;}

div#navigatie a img {
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

div#logo {
  float: right;
  width: 59px;
  height: 59px;
  margin-right: 23px;
}

div#logo a {
  display: block;
  width: 59px;
  height: 59px;
  padding: 0px;
  margin: 0px;
  background-image: url("img/logo.jpg");
}

div#logo a:hover {
  background-image: url("img/logo_hover.jpg");
}


div#content {
  margin: 39px 35px 0px 35px;
  height: 435px;
  overflow: auto;
}

div#content h1 {
  display: block;
  color: #666;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 20px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

div#content p {
  margin: 0px 20px 20px 20px;
}

div#content a {
  color: #4F769C;
  text-decoration: none;
}
div#content li { /* sitemap */
  margin-top: 5px;
}

div#content a:hover {text-decoration: underline;}

div.foutmelding {
  background-color: #eee;
  color: red;
}

div.wit {
  background-image: url("img/backwhite.jpg");
}

div.boek {
  background-image: url("img/book.jpg");
}

a#pagina_terug {
  display: block;
  position: absolute;
  top: 459px;
  height: 73px;
  width: 83px;
  background-image: url("img/page_left.jpg");
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}
a#pagina_verder {
  display: block;
  position: absolute;
  top: 449px;
  height: 83px;
  width: 73px;
  background-image: url("img/page_right.jpg");
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px 0px 0px 827px;
}

div#paginaL {
  position: absolute;
  top: 97px;
  height: 352px;
  width: 450px;
  overflow: auto;
  margin: 0px;
}
div#paginaR {
  position: absolute;
  top: 97px;
  height: 352px;
  width: 450px;
  overflow: auto;
  margin: 0px 0px 0px 450px;
}
div#paginaL p,
div#paginaR p {
  font-family: arial, geneva, sans-serif;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.125em;
  font-size: 11px;
  letter-spacing: 0em;
}
div#paginaLnr {
  position: absolute;
  top: 477px;
  margin: 0px 0px 0px 100px;
  padding: 0px;
  width: 250px;
  height: 25px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #ccc;
}
div#paginaRnr {
  position: absolute;
  top: 477px;
  margin: 0px 0px 0px 550px;
  padding: 0px;
  width: 250px;
  height: 25px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #ccc;
}
img.foto_horizontaal {
  display: block;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #666;
  margin: 10px auto;
}
img.foto_verticaal {
  float: left;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #666;
  margin: 10px 20px;
}

div#voetnoot {
  width: 909px;
  height: 60px;
  margin: 70px 0px 0px 30px;
  background-image: url("img/footer.jpg");
  text-align: right;
  color: #888;
}

  div#voetnoot p {
    display: block;
    position: relative;
    top: 5px;
    right: 10px;
    line-height: 1.3em;
  }

  div#voetnoot span {display: none;} /* iso page date */
  div#voetnoot p span {display: block;}
  div#voetnoot p span,
  div#voetnoot p span a {color: #bbb}

  div#voetnoot a {
    text-decoration: none;
    color: #888;
  }

  div#voetnoot a:hover {
    color: #4F769C !important;
    text-decoration: underline;
  }


/*===[ Page specific ]===*/

a.voorpagina {
  display: block;
  width: 370px;
  height: 193px;
  padding: 0px;
  float: left;
}

a.voorpagina img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}


a#voorpagina1 { margin: 22px 0px 0px 59px; }
a#voorpagina2 { margin: 22px 0px 0px 50px; }
a#voorpagina3 { margin: 13px 0px 0px 59px; }
a#voorpagina4 { margin: 13px 0px 0px 50px; }

form#zoek_historisch {}

form p {
  display: block;
  margin: 15px 0px !important;
  text-align: center;
  padding: 0px 0px 5px 0px !important;
  border-bottom: 1px dotted #ddd;
} /* zoekformulier */

input.submit {margin-right: 100px;} /* Zoekknop */
input.radio {margin-left: 20px;}

/*zoekresultaten*/
table {
  margin: 20px auto;
  border: 0px solid #eee;
  border-collapse: collapse;
}

.bottom {
  background-color: #eee;
}

thead th {
  background-color: #ddd;
  text-align: center;
  vertical-align: top;
  padding: 2px 3px;
  width: 134px;
  font-weight: bold;
}

thead td {
  width: 333px;
  background-color: #ddd;
  text-align: left;
  padding: 2px 3px;
  font-weight: bold;
}

tfoot td {
  background-color: #ddd;
  text-align: center;
  padding: 2px 3px;
}

tbody th {
  text-align: center;
}

tbody td {
  vertical-align: middle;
  padding: 2px 3px;
  height: 48px;
}

tbody a {
  display: block;
  width: 134px;
  padding: 3px;
  text-align: center;
}

tbody a:hover {
  background-color: #4F769C;
}

tbody img { /* thumbnails */
  display: block;
  background-color: #fff;
  padding: 3px;
  border: 1px solid #666;
  margin: 0px auto;
}

div#straat {
  display: block;
  float: right;
  width: 300px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 10px 0px 10px 10px;
}

div#straat img { /* kaart */
  border: 1px solid #999;
  margin: 10px;
}

div#straat p {
  margin: 0px 10px 10px 10px;
  color: #666;
}

img#foto {
  margin: 10px 20px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #666;
}

a#foto_terug {
  display: block;
  float: right;
  font-size: 12px;
  height: 30px;
  width: 80px;
  text-align: center;
  margin: 0px 0px 0px -80px;
  padding: 0px;
  line-height: 30px;
  text-decoration: none;
  font-weight: normal;
  color: #333;
}

a#foto_terug:hover {
  text-decoration: underline;
  background-color: #fbfbfb;
  color: #4F769C;
}

/*--- contactformulier ---*/
form#contact {
  display: block;
  width: 450px;
  margin: 0px 0px 0px 225px;
  padding: 0px;
}

form#contact fieldset {
  border: 1px solid #aaa;
}
form#contact legend {
  font-weight: bold;
  color: #aaa;
  margin-bottom: 5px;
}
form#contact label {
  margin-top: 5px;
  font-weight: bold;
  color: #666;
}
form#contact label,
form#contact textarea,
form#contact input {
  display: block;
  margin-left: 70px;
  margin-bottom: 0px;
}
form#contact input.submit {
  margin: 5px 0px 10px 70px;
}

ul.sitemap {
  list-style-type: none;
}

div.rss {
  text-align: center;
  width: 200px;
  margin: 15px auto;
  padding: 5px;
}

div.rss a {
  padding-right: 20px;
  background-image: url("img/rss.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

p.nieuws {
  padding: 15px 5px 3px 5px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

p.nieuws span {
  font-weight: normal;
  float: right;
  
}

/*--- EOF ---*/
