/*
[Contents]

	0- Global
	1- Links
	2- Headings
	3- Article
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
body {
	background:#000;
	color:#020202;
	font:12px/1.5 Arial, Helvetica, sans-serif;
}
.hide {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.clearfix {
	display:block;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
/* For Safari */
html[xmlns] .clearfix {
	display:block;
}
/* For IE6 */
*html .clearfix {
	height:1%;
}
/* For IE7 */
*+html .clearfix {
	height:1%;
}
/* =1 Links
---------------------------------------------------------------------------------------------------------------------*/
a{
	color:#050505;
}
a:hover{
	text-decoration:underline;
}
/* =2 Headings
---------------------------------------------------------------------------------------------------------------------*/
h1 {
	font-size:36px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
/* =3 Article
---------------------------------------------------------------------------------------------------------------------*/
.article{
	font-size:15px;
	line-height:1.3;
}
.article ul{
	list-style:outside disc;
	margin:10px 0;
	padding-left:40px;
}
.article ol{
	list-style:outside decimal;
	margin:10px 0;
	padding-left:40px;
}
.article em{
	font-style:italic;
}

.raatvormen img{
	margin-top:22px;
}
.raatvormen li{
	margin-top:38px;
}