/*CSS stylesheet voor 'Chiro Sellewe'*/

/*Layout voor heel de site*/

body {
  margin: 0px 0px 0px 0px;
  background-color: #E3DEC0;
}

table {
  border-collapse: collapse;
}

/*Layout van in 'index.php'*/

table.index {
  table-layout: fixed;
  width: 820px;
  height: 100%;
}

table.midden {
  table-layout: fixed;
  width: 800px;
  height: 100%;
}

#banner {
  height: 100px;
}

#top {
  height: 40px;
}

#bottum {
  height: 40px;
}

table.main {
  table-layout: fixed;
  height: 100%;
  width: 800px;
}

#main_space {
  padding: 10px 10px 10px 10px;
}

table.menu {
  margin: 7.5px 0px 7.5px 0px;
}

table.menu_td {
  margin: 0px 10px 0px 10px;
  cursor: pointer;
}

/*Layout van op de verschillende main pagina's*/

table.tabs {
  table-layout: fixed;
  height: 100%;
  width: 780px;
}

#tabs_menu_td {
  height: 25px;
}

#tabs_menu_td {
  cursor: pointer;
  width: 80px;
}

#tabs_tr {
  vertical-align: top;
}

#tabs_td {
  border: 3px solid #003366;
  height: 100%;
  width: 100%;
  padding: 20px 10px 5px 10px;
}

/*Layout van 'laatsteNieuws.php'*/

table.nieuws {
  table-layout: fixed;
  width: 720px;
  border-width: 3px;
  border-style: outset;
  border-color: #003366;
  margin: 10px 10px 10px 20px;
}

table.nieuws td {
  border-width: 1px;
  padding: 5px;
  border-style: inset;
  border-color: #003366;
}

#nieuwsTitel {
  border-width: 3px 3px 2px 3px;
}

#nieuwsTekst {
  margin: 15px 10px 15px 10px;
}

/*Layout voor de verschillende afdelings pagina's*/

table.afdeling {
  width: 440px;
}

td.afdeling {
  padding: 15px 10px 15px 10px; 
}

/*Layout voor de media - foto pagina's*/

table.fotos {
  margin: 10px 10px 10px 70px;
}

table.fotos td {
  padding: 10px 6px 6px 6px;
}

/*Layout van de rand*/

#spacerBoven {
  background-image:url(images/layout/space1.png);
  height: 10px;
  width: 800px;
}

#spacerRechts {
  background-image:url(images/layout/space2.png);
  width: 10px;
}

#spacerBeneden {
  background-image:url(images/layout/space3.png);
  height: 10px;
  width: 800px;
}

#spacerLinks {
  background-image:url(images/layout/space4.png);
  width: 10px;
}

#spacerBovenLinks {
  background-image:url(images/layout/spaceZij1.png);
  height: 10px;
  width: 10px;
}

#spacerBovenRechts {
  background-image:url(images/layout/spaceZij2.png);
  height: 10px;
  width: 10px;
}

#spacerBenedenRechts {
  background-image:url(images/layout/spaceZij3.png);
  height: 10px;
  width: 10px;
}

#spacerBenedenLinks {
  background-image:url(images/layout/spaceZij4.png);
  height: 10px;
  width: 10px;
}