/* -------------------------------------------------------------------- kleuren */
	/* oranje		H1	#F39800  */
	/* donkergrijs	P	#8E7C75  */
/* -------------------------------------------------------------------- basics */
* { 
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #E4DDDB;
	font-size: 12px;
	background-image: url(img/bg_body.png);
	background-repeat: repeat-x;
}
h1, h2, h3 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0em;
}
h1 {
	font-size: 25pt;
	color: #F39800;
}
h2 {
	font-size: 14pt;
	color: #000000;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 0px;
}
h3 {
	font-size: 14pt;
	color: #F39800;
	margin-bottom: 15px;
	background-image: url(img/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 14px;
}
p {
	font-size: 9pt;
	margin-bottom: 15px;
	color: #8E7C75;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #8E7C75;
}
li {
	padding-left: 8px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
hr {
	border: none;
	border-bottom: 1px solid #DED6D3; 
	height: 0;
	margin-bottom: 15px;
}
/* -------------------------------------------------------------------- links */
a:link, a:visited {
	text-decoration: none;
	color: #F39800;
}
a:hover, a:active {
	text-decoration: underline;
	color: #F39800;
}
a.help, a.external, a.mailto, a.pdf  {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}
a.help {
	cursor: help;
	background-image: url(img/help.gif);
}
a.external {
	background-image: url(img/external.gif);
}
a.mailto {
	background-image: url(img/email.gif);
}
a.pdf {
	background-image: url(img/pdf.gif);
	padding-right: 15px;
}
/* -------------------------------------------------------------------- achtergronden */

