body
{
  font-family: Verdana, Arial;
  font-size: 11pt;
  font-weight: normal;
  color: black;
}

.a_kruimelpad 

  text-decoration: none;
  font-family: Verdana, Arial;
  font-size: 8pt;
  font-weight: normal;
  color: darkblue;
}

span.ingebruik
{
  position:absolute;
  top: 0px;
  left: 0px;
  color: darkred;
  background: white;
}

/* Koppelingen */

a:active, a:link
{
  font-size: 10pt;
  color: darkblue;
  text-decoration: none;
}

a:visited
{
  font-size: 10pt;
  color: darkred;
  text-decoration: none;
}


/* Tekst */

p {
  font-size: 11pt;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
}

h2 {
  font-size: 14pt;
  font-weight: bold;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
}

div.inhoud > td {
  font-size: 11pt;
}

/* Nieuws */

.nieuws_tabel
{
/*  border: black 1px solid;*/
}

.nieuws_item, .nieuws_alternatingitem
{
  text-decoration: none;
  font-family: Verdana, Arial;
  font-weight: normal;  
  font-size: 9pt;
}

tr.nieuws_alternatingitem
{
  /*background: lightblue;*/
}

/* Agenda */

.agenda_tabel
{
  /*border: black 1px solid;*/
}

.agenda_item, .agenda_alternatingitem
{
  text-decoration: none;
  font-family: Verdana, Arial;
  font-weight: normal;  
  font-size: 10pt;
}

tr.agenda_alternatingitem
{
 /* background: lightblue;*/
}

/* Weblog */

.weblog_tabel
{
/*  border: black 1px solid;*/
}

.weblog_item, .weblog_alternatingitem
{
  text-decoration: none;
  font-family: Verdana, Arial;
  font-weight: normal;  
  font-size: 10pt;
}

tr.weblog_alternatingitem
{
  /*background: lightblue;*/
}

