body {
/* Achtergrondkleur voor alle pagina's*/
background-color: #ffffff; 
}

/* Navigatielinks (linker marge) voor alle pagina's */
.menu A:link {color: #ffffff; font-family: verdana; font-size: 11pt; text-decoration: none; font-weight: bold} 
.menu A:visited {color: #ffffff; font-family: verdana; font-size: 11pt; text-decoration: none; font-weight: bold} 
.menu A:active {color: #ffffff; font-family: verdana; font-size: 11pt; text-decoration: none; font-weight: bold} 
.menu A:hover {color: #ff0000; font-family: verdana; font-size: 11pt; text-decoration: none; font-weight: bold} 

/* Hyperlinks voor alle pagina's */
a:link {color: #000000; font-family: verdana; font-size: 10pt; text-decoration: underline; font-weight: none} 
a:visited {color: #000000; font-family: verdana; font-size: 10pt; text-decoration: underline; font-weight: none} 
a:active {color: #000000; font-family: verdana; font-size: 10pt; text-decoration: underline; font-weight: none} 
a:hover {color: #666699; font-family: verdana; font-size: 10pt; text-decoration: underline; font-weight: none}

/* Opmaak van 'breadcrumbs' (broodkruimels) */
.path {color: #000000; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: normal}

/* Opmaak koptekst in rechter marge */
.actueelkop {color: #000000; font-family: verdana; font-size: 11pt; text-decoration: none; font-weight: bold}

/* Opmaak standaardtekst in rechter marge */
.actueeltekst {color: #000000; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: normal}

/* Opmaak van adresgegevens in linker marge onder de navigatie */
.adres {color: #ffffff; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: normal; text-align:left} 
