<!-- // hide from user agent 

/* 
   Solidium www.solidium.nl
   (C) Copyright 2000, Solidium BV, Culemborg
   
   Global Style Sheet
   
   Using point sizes works perfect for printing, since the printer
   will use the exact point size indicated here. On a 72 dpi
   resolution screen, one pixel matches one point. Most UA will render it
   very well on screen as well :-)
   
   Last change: 2000 11 23
*/

BODY {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

TH, TR, TD {
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

A  { color: #c09; text-decoration: underline }

A:hover   { color: rgb(255,255,255); text-decoration: none }

A.broodjespeciaal:hover {
	background-color: transparent;
}

H1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
/*	color: rgb(51,102,153);  */
	color: rgb(0,102,204); 
	margin-bottom: 0pt;
}

H2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: rgb(0,102,204); 
	margin-bottom: 8pt;
}

H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 8pt;
}

H4  { font-style: normal; font-weight: bold; font-size: 10pt; font-family: Verdana, Arial, sans-serif }


P, H5, H6, UL, OL {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

P.footer {
	margin-top: 15pt;
	margin-bottom: 0pt;
	text-align: right;
	font-size: 8pt;
}

HR {
	margin-top: 5pt;
	margin-bottom: 0pt;
}

/* superfluous, but nice to define anyway...: */
B,STRONG { font-weight: bold; }
I,EM { font-style: italic; }
/* ------------------------------------------ */


/* ------------------------------------------ */
/* Specials                                   */

#column {
	font: 8pt Tahoma, Arial Narrow, Helvetica, sans-serif;
}

#label {
	font: 10pt Tahoma, Arial, sans-serif;
	text-align: left;
	margin-left: 0em;
}

#menu {
	font: 10px Verdana, sans-serif;
/*	color: rgb(51,51,51); */
	color: rgb(0,102,204);
	margin-top: 0px;
}

.rclmn { // DEPRECATED
	text-align: right;
	font-size: 8pt;
}

.infoblok {
	text-align: left; 
	font-size: 8pt;
	color: rgb(0,102,204);
	margin-top: 6pt;
	margin-left: 6px;
}
/*
A.infoblok, A.infoblok:hover {
	color: rgb(0,102,204);
	background-color: transparent;
	text-decoration: underline;
}*/

P.samen4p {
	margin-top: 0pt;
	margin-left: 3em;
}
UL.samen4p {
	margin-top: 0pt;
}
H4.samen4p {
	margin-bottom: 0pt;
}

H2.samen {
	margin-bottom: 0pt;
}

H4.samen {
	margin-top: 0pt;
}
body { scrollbar-3dlight-color: #99CCFF; scrollbar-arrow-color: #CC0099; scrollbar-darkshadow-color: #6699FF; scrollbar-face-color: #99CC33; scrollbar-highlight-color: #99CC33; scrollbar-shadow-color: #99CC33; scrollbar-track-color: #99CCFF }
