body		{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	background-color: #ffffff;
	color: #000099;
	font-family: Verdana;
	font-size: 10pt;
}

h1 {
	font-size:12pt;
}
h2 {
	font-size:11pt;
	margin-bottom:2px;
}

a:link      {
	color: #FF0000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;

}
a:visited	{
	color: #FF0000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
a:hover     {
	color: #FF0000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}
a:active	{
	color: #FF0000;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
}

td {
	color: #000099;
	font-family: Verdana;
	font-size: 10pt;
}

.titel {
	color: #000099;
	font-family: Verdana;
	font-weight: bold;
	font-size: 20pt;
}
.mini {
  color: #000099;
	font-family: Verdana;
  font-size: 8pt;
}
.menulink  {
  font-size: 8pt;
}

/*===Directe links onderaan index.php===*/			
div.directLinkContainer {
	width:780px;
	text-align:left;
	padding:10px;
}
div.directLinkContainer H2 {
	font-size: 10pt;
	margin-left:14px;
}
div.directLink {
   float: left;
   margin: 0px 0px 0px 14px;
   text-align: left;
   width: 140px;
}
div.directLink a {
  font-size: 8pt;
}

/*===Beschrijvingen.php===*/

p.beschrijvingenbottomlinks {
	margin:2px;margin-top:0px;text-align:center;
}

div.productsubgroupkoptekst {
	margin:2px 3px 10px 3px; /*top right bottom left*/
	text-align:left;
}
div.productsubgroupkoptekst H1 {
	font-size: 14pt;
	text-align:center;
}
div.productsubgroupvoettekst {
	margin: 2px 3px 4px 3px; /*top right bottom left*/
	text-align:center;
	font-size:9pt;
}
div.productsubgroupvoettekst H2 {
	font-size: 12pt;
	margin-bottom:4px;
	text-align:center;
}


