@charset "utf-8";
body {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
h1 {
	font-size: 20px;
	color: #FF0000;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
h2 {
	font-size: 16px;
	color: #FF0000;
}


#footer {
	font-size: 12px;
	color: #9900FF;
	text-decoration: none;
	background-image: url(images/transparant-zwart-zijkant.png);
	background-repeat: repeat;
	text-align: center;
	height: 30px;
}
#footer a {
	color: #9900FF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
.accent {
	font-weight: bold;
	color: #FF0000;
}
.lees-verder a {
	font-size: 12px;
	font-weight: bold;
	color: #AA77FF;
	text-decoration: none;
}
.linksfloating {
	float: left;
	margin-right: 15px;
}
