/* ----------- Lettertypes ----------- */

#wachtlijst {
  position: absolute;
  margin-top: 11px;
  margin-left: 370px;
  text-align: right;
  font-weight: bold;
}

/* ----------- Tabellen Home ----------- */
/* ----------- Agenda Klein ----------- */

table#agenda {
  table-layout:fixed; 
  width: 505px;
  margin-left:0;
  margin-right:auto;
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Verdana,Sans-serif;
  font-size: 10pt;
}

table#agenda thead {
  color:#033F00;
}

table#agenda th {
  border-bottom:1px solid black;
  padding:2px;
  vertical-align: top;
}

table#agenda td {
  border-top:1px solid black;
  border-bottom:1px solid black;
  padding:2px;
  vertical-align: top;
}

col#agendaCol1 {
  width: 130px;
}

col#agendaCol2 {
  width: 150px;
}

col#agendaCol3 {
  width: auto;
}

/* ----------- Nieuwsberichten ----------- */

table#nieuws {
  table-layout:fixed; 
  width: auto; 
  margin-left:0;
  margin-right:auto;
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Verdana,Sans-serif;
  font-size: 10pt;
}

.nieuwsCol1 {
  border-top:1px dashed black;
  padding-top: 5px;
}

.nieuwsCol2 {
  border-top:1px dashed black;
  padding-top: 5px;
  width: 100px;
  text-align: right;
}

.nieuwsCol3 {
  border-bottom:1px dashed black;
  padding-bottom: 7px;
}

.nieuwsCol4 {
  border-bottom:1px dashed black;
  padding-bottom: 7px;
  width: 100px;
  text-align: center;
}

/* ----------- Nieuwsarchief ----------- */

table#nieuwsarchief {
  table-layout:fixed; 
  width: 505px;
  margin-left:0;
  margin-right:auto;
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Verdana,Sans-serif;
  font-size: 10pt;
}

table#nieuwsarchief thead {
  color:#033F00;
}

table#nieuwsarchief th {
  border-bottom:1px solid black;
  padding:2px;
  vertical-align: top;
}

table#nieuwsarchief td {
  border-top:1px solid black;
  border-bottom:1px solid black;
  padding:2px;
  vertical-align: top;
}

col#nieuwsarchiefCol1 {
  width: 100px;
}

col#nieuwsarchiefCol2 {
  width: auto;
}

/* ----------- Tabellen Informatie ----------- */
/* ----------- Historie ----------- */

table#historie {
  table-layout:fixed; 
  width: 505px;
  margin-left:0;
  margin-right:auto;
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Verdana,Sans-serif;
  font-size: 10pt;
}

table#historie thead {
  color:#033F00;
}

table#historie th {
  border-bottom:1px solid black;
  padding:2px;
  vertical-align: top;
}

table#historie td {
  border-top:1px solid black;
  border-bottom:1px solid black;
  padding:2px;
  vertical-align: top;
}

col#historieCol1 {
  width: 60px;
}

col#historieCol2 {
  width: auto;
}

/* ----------- Manuscript ----------- */

table#manuscript {
  table-layout:fixed;
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Verdana,Sans-serif;
  font-size: 10pt;
}

table#manuscript td {
  width: 33%;
  text-align: center;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
}

/* ----------- Gebouwen ----------- */

.image_r {
margin-top: 0px;
padding: 10px;
width: 140px;
float: right;
}

/* ----------- Tabellen Links ----------- */
/* ----------- Links ----------- */

table#links {
  table-layout:fixed; 
  width: auto !important; /* Voor non-IE */
  width: 100%; /* Voor IE */
  margin-left:0;
  margin-right:auto;
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Verdana,Sans-serif;
  font-size: 10pt;
}

table#links td{
  width: 25%;
}

table#links th{
  color:#033F00;
  width: auto;
  padding-top: 15px;
}

/* ----------- Tabellen Archief ----------- */
/* ----------- Archief Data ----------- */

table.archiefdata {
  table-layout:fixed; 
  width: auto !important; /* Voor non-IE */
  width: 100%; /* Voor IE */
  margin-left:0;
  margin-right:auto;
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Arial;
  font-size: 8pt;
}

table.archiefdata thead {
  color:#033F00;
}

table.archiefdata th{
  font-size: 10pt;
}

table.archiefdata td {
  border-top:1px solid black;
  border-bottom:1px solid black;
}

.archiefdataCol1 {
  width: 30px;
}

.archiefdataCol2 {
  width: 355px;
}

.archiefdataCol3 {
  width: 140px;
}

/* ----------- Archief Tijdschriften ----------- */

table.archieftijdschriften {
  table-layout:fixed; 
  width: auto !important; /* Voor non-IE */
  width: 100%; /* Voor IE */
  margin-left:0;
  margin-right:auto;
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Arial;
  font-size: 10pt;
}

table.archieftijdschriften thead {
  color:#033F00;
}

table.archieftijdschriften td {
  border-top:1px solid black;
  border-bottom:1px solid black;
}

.archieftijdschriftenCol1 {
  width: 235px;
}

.archieftijdschriftenCol2 {
  width: 120px;
}

.archieftijdschriftenCol3 {
  width: 75px;
}

.archieftijdschriftenCol3 {
  width: 75px;
}

/* ----------- Tabellen Speltakken ----------- */
/* ----------- Speltakken overzicht ----------- */

table#speltakken {
  width: auto !important; /* Voor non-IE */
  width: 100%; /* Voor IE */
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:left;
  font-family:Verdana,Sans-serif;
  font-size: 10pt;
}

table#speltakken thead {
  color:#033F00;
}

table#speltakken td {
  border-top:1px solid black;
  border-bottom:1px solid black;
}

#speltakkenCol1 {
  width: 120px;
}

#speltakkenCol2 {
  width: 100px;
}

#speltakkenCol3 {
  width: 245px;
}

#speltakkenCol4 {
  width: 40px;
}

/* ----------- Tabellen Verhuur ----------- */
/* ----------- Tabel Fotos ----------- */

table#fotos {
  width: auto !important; /* Voor non-IE */
  width: 100%; /* Voor IE */
  border:0px solid black;
  border-collapse: collapse;
  empty-cells:show;
  text-align:center;
  font-family:Verdana,Sans-serif;
  font-size: 10pt;
}

table#fotos thead {
  color:#033F00;
}

#fotosCol1 {
  width: 170px;
}

#fotosCol2 {
  width: 170px;
}

#fotosCol3 {
  width: 170px;
}

