@charset "utf-8";
/* CSS Document */
body, html {
	width:100%;
}
#container {
	width:100%;
}
#top {
	display:none;
}
#bottom {
	width:100%;
}
#bottom-left {
	display:none;
}
#bottom-right {
	width:100%;
	float:none;
	clear:both;
}
#menu {
	display:none;
}
.title-1 {
	position:absolute;
	display:block;
	padding-right:9px;
	height:28px;
	line-height:28px;
	background-image:url(../images/title.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:28px;
}
.title-2 {
	display:block;
	height:28px;
	line-height:28px;
	background-color:#b8152f;
	padding-right:10px;
	color:#FFFFFF;
	font-size:20px;
}
h2 {
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#inhoud {
	color:#000000;
	line-height:15px;
	font-size:11px;
}
#inhoud p {
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
#inhoud a:link, #inhoud a:active, #inhoud a:visited {
	color:#000000;
	text-decoration:underline;
}
#inhoud a:hover {
	color:#999999;
	text-decoration:underline;
}
h3 {
	font-size:20px;
	font-weight:normal;
	color:#b8152f;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
.Introtekst {
	color:#02133d;
}
.afbeeldingrechts {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.afbeeldinglinks {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
