/* datum laatste wijziging: 8 maart 2004 */

/* GENERAL PAGE-LAYOUT */

BODY {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: x-small;
  color: #000;
  background-color: #ffa500;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#fpMain {
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 0px;
  border-left: 1px solid #806000;
  border-right: 1px solid #806000;
  background-color: transparent;
}

#fpTop {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
}

#fpBottom {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #ddd;
  border-top: 1px solid #ccc;
}

.xBg1 {
  background: url(img/it.png);
}

.xBg2 {
  background: url(img/il.png);
}

.xBg3 {
  background: url(img/ir.png);
}

/* NAVIGATIE */
A.nav:link {
  display: block;
  color: #dc143c;
  background-color: transparent;
  text-decoration: none;
  padding: 2px;
}

A.nav:active {
  display: block;
  color: #dc143c;
  background-color: transparent;
  text-decoration: none;
  padding: 2px;
}

A.nav:visited {
  display: block;
  color: #dc143c;
  background-color: transparent;
  text-decoration: none;
  padding: 2px;
}

A.nav:hover {
  display: block;
  color: green;
  background-color: yellow;
  text-decoration: none;
  padding: 2px;
}

/* HYPERLINKS OP GEWONE TEKST (voor alle pagina's) */
A:link {
  color: #00C;
  background-color: transparent;
  text-decoration: none;
}

A:active {
  color: #00C;
  background-color: transparent;
  text-decoration: none;
}

A:visited { 
  color: #00C;
  background-color: transparent;
  text-decoration: none;
}

A:hover {
  color: #ff390b;
  background-color: transparent;
  text-decoration: none;
}

/* TEKST EN TITELS */
.titel {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif; 
  font-size: 16px;
  font-weight: bold;
  color: #082543;
  margin-left: 20px;
  margin-right: 20px;
}

.subtitel {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif; 
  font-size: 16px;
  font-weight: bold;
  color: #082543;
}

.sigeltop {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #806000;
  background-color: transparent;/*rgb(235,237,228);*/
  padding-top: 4px;
}

.sigel {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #806000;
  background-color: transparent;/*rgb(235,237,228);*/
}

.topline {
  border-top: 1px solid #ddd;
  background-color: #eee;
}

.txt {
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  font-size: 100%;
  line-height: 1.35em;
  margin-left: 34px;
  margin-right: 34px;
  text-align: justify;
  color: #082543;
  background-color: transparent;
}

.aList {
  font-family: inherit; 
  font-size: inherit;
  line-height: inherit;
  text-align: justify;
  color: #806000;
  background-color: transparent;
}

.spamalert {
  display: inline;
  font-family: inherit; 
  font-size: inherit;
  line-height: inherit;
  color: #dc143c;
  background-color: yellow;
}

.spamalertimg {
  display: inline;
  padding-top: 2px;
  vertical-align: middle;
}

.info {
  font-family: Arial, sans-serif;
  font-size: x-small;
  color: gray;
}

.onderlijn {
  text-decoration: underline;
}
