/* ----- STANDAARD LETTERTYPE ----- */
body,p,td,th {
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* --- BLAD SPIEGEL --- */
body,html {
  margin: 0;
  text-align: center;
  background: url(/pix/achtergrond.png) repeat-y 50% 0;
  /* centrering achtergrond gaat niet altijd helemaal goed op IE6 */
  height: 100%;
  min-height: 100%;
}
div#outercontainer {
  margin: 0 auto 0 auto;
  display:block;
  width: 720px;
  text-align: left;
}
div#menu {
  display: block;
  width: 180px;
  padding: 0;
  float: left;
}
div#header {
  margin: 0 auto 0 auto;
  width: 720px;
  background-color: #f00505;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
div#hmenubalk {
  margin: 0 auto 0 auto;
  width: 720px;
  background-color: #222f75;
  color: white;
  font-size: 13px;
  font-weight: bold;
} 
div#breadcrumbs {
  margin: 0 auto 0 auto;
  width: 720px;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-top: 3px;
  font-size: 10px;
  text-align: right;
}
div#breadcrumbs a,
div#breadcrumbs a:link,
div#breadcrumbs a:visited
{
  padding-right: 7px;
  color: #222f75;
  text-decoration: none;
}
div#breadcrumbs a:hover,
div#breadcrumbs a:active {
  text-decoration: underline;
  color: red;
}
div#breadcrumbs  span.pijltje {
    font-size: 150%;
    color: gray;
}

div#content {
  float:left;
  width: 540px;
  background-color: white;
  display: block;
}
/* ----- BOVEN KADER ----- */

#topbalk table, #topbalk td {
  background-color: #f00505;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
/* ----- HORIZONTALE MENUBALK ----- */

#hmenubalk table, #hmenubalk td {
  background-color: #222f75;
  color: white;
  font-size: 13px;
  font-weight: bold;
}
#hmenubalk a, #hmenubalk a:link, #hmenubalk a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* padding-top: 5px; */
  color: white;
  font-size: 12px;
  text-decoration: none;
}
#hmenubalk a:active, #hmenubalk a:hover {
  text-decoration: underline;
  color: red;
}
#content h1 {
  color: red;
  font-size: 18px;
  margin-bottom: -3px;
}
#content h1 a, #content h1 a:link, #content h1 a:visited {
  color: red;
  font-size: 18px;
  margin-bottom: -3px;
}
#content h1 a:hover, #content h1 a:active {
  color: #8080ff;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: -3px;
}
#content h2 {
  color: red;
  font-size: 14px;
}
#content td.kop {
  color: white;
  background-color: red;
  font-weight: bold;
}
#content td.cat,#content td.catHead,#content td.catSides,#content td.catLeft,#content td.catRight,#content td.catBottom {
  color: #222f75;
  font-size: 14px;
  margin-bottom: -3px;
}

#content hr {
  height: 0px;
  border: solid #f00505 0px;
  border-top-width: 1px;
}
  
