/* -------------------------------------------------------------------- basics */
* {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
body {
	font-size: 11px;
	background-color: #281312;
	line-height: 14px;
}
h1 {
	font-size: 24px;
	clear: both;
	color: #9DACC8;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 12px;
}
h2 {
	font-size: 20px;
	clear: both;
	color: #E7AE05;
	margin-bottom: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 14px;
	color: #C76F00;
	letter-spacing: 0.1em;
	margin-right: 60px;
}
p {
	font-size: 11px;
	margin-right: 60px;
	margin-bottom: 12px;
}
blockquote p{
	font-size: 12px;
	margin-right: 60px;
	margin-bottom: 12px;
	border: 1px dashed #2D4061;
	letter-spacing: 0.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C76F00;
	background-image: url(quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 48px;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #E7AE05;
}
a:hover, a:active {
	color: #9DACC8;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
li {
	padding-left: 20px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
hr {
	height: 0;
	margin-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(rodelijn.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
}
.imgR {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 60px;
}
.imgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imgRij {
	margin-right: 15px;
}
