/*
groep intro kleuren
  lichtgroen: rgb(230,229,155)  #E6E59B
  paars: rgb(98,26,75)  #621A4B
  groen: rgb(195,182,0) #C3B600
  blauw: rgb(2,98,128)  #026280
  
groep intro lettertype: Franklin Gothic in verschillende varianten...
*/


BODY {
	background: #f6f7e5;
}

/* aangepast op 20070605, zoals gevraagd ... */
BODY, TD {
	font-family: /*Franklin Gothic book, */Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 9pt;
}

A {
	color: rgb(98,26,75); /* paars */
}

H1, H2, H3, H4, H5 { 
	margin-bottom: 0.5em; 
}
/*H1, H2, H3 { 
	font-family: Franklin Gothic demi cond, Arial, Helvetica, sans-serif;
}
H4, H5 { 
	font-family: Franklin Gothic Demi, Arial, Helvetica, sans-serif;
}*/
H1, H3 {
	text-transform: uppercase;
}
H1, H2 {
	font-size: 14pt; 
}
H3 {
	font-size: 10pt; 
}
H4, H5 {
	font-size: 9pt; 
}
H1, H2, H5, 
H1 A, H2 A, H5 A {
	color: rgb(195,182,0); /* groen */
}
H3, H4, 
H3 A, H4 A {
	color: rgb(98,26,75); /* paars */
}

#lichtkrant {
	text-align: right; 
	vertical-align: bottom; 
	padding: 0; 
	padding-right: 5px; 
}
#lichtkrant, #lichtkrant A {
	font-size: 12pt;
}
/* einde grootste deel aanpassingen van 20070605 */

MARQUEE {
	background: transparent;
}

/*INPUT.Login {
	font-family: Franklin Gothic book, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	border: 1px solid #5c1f4b;
	color: #5c1f4b;
}*/

/* nieuw menustructuur 200905 */
div.menu {
	font-size: 8pt;
	line-height: 1.8em;
	padding: 5px 0px 5px 8px;
	vertical-align: top;
}

div.menu A	{
	font-weight: bold;
	text-decoration: none;
}

div.submenu {
	font-size: 7pt;
	line-height: 1.2em;
	text-align: right;
	padding: 0px 5px 10px 5px; 
}

div.paars, div.paars A:HOVER {
	background-color: rgb(98,26,75); /* paars */
}

div.paars, div.paars A {
	color: white;
}

div.paars A:HOVER {
	color: #b5b634;  /* groen */
}

td.groen, div.groen, div.groen A:HOVER {
	background-color: #b5b634; /* groen */
}

td.groen, div.groen, div.groen A {
	color: rgb(98,26,75); /* paars */
}

div.groen A:HOVER {
	color: white;
}
