/* -------------------------------------------------------------------- basics */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, "Trebuchet MS", sans-serif;
}
body {
	font-size: 12px;
	background-color: #4E4E4E;
	line-height: 18px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 30px;
	clear: both;
	color: #FFD300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDFF2;
	padding-bottom: 15px;
	line-height: 30px;
}
h2 {
	clear: left;
	font-size: 12px;
	margin-bottom: 0px;
}
p {
	margin-bottom: 10px;
}
dl {
	font-size: 12px;
	float: left;
	padding-left: 0px;
	margin-top: 10px;
	line-height: 11px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	padding-right: 15px;
}
dt {
	font-weight: normal;
	color: #FFD300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
dd {
	margin-top: -10px;
	margin-left: 60px;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #F4CA00;
}
.leesverder {
	padding-right: 25px;
	background-image: url(../img/leesverder.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	font-style: italic;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li {
	padding-left: 20px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
hr {
	border: none;
	border-bottom: 1px solid #FF0000; 
	height: 0;
}
.imgR {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
.imgL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.intro {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.kringel{
	background-image: url(../img/kringel.gif);
	background-repeat: no-repeat;
	padding: 8px;
	background-position: 1px center;
}
.pijlgrootR{
	background-image: url(../img/pijl_groot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 130px;
}
.onderstreept{
	background-image: url(../img/onderstreept.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

