@charset "utf-8";
body {
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

#container {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../imgs/bg_header.jpg);
	height: 204px;
	text-align: center;
	width: 800px;
	position: relative;
}
#mol {
	background-image: none;
	position: absolute;
	height: 180px;
	width: 201px;
	z-index: 4;
	left: 50%;
	top: 10px;
	margin-left: -400px;
}

#container #header #particulieren {
	position: absolute;
	left: 261px;
	top: 157px;
}
#container #header #certificaat {
	position: absolute;
	left: 567px;
	top: 13px;
	height: 87px;
}


#content {
	background-color: #FFFFFF;
	background-image: url(../imgs/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	float: inherit;
	overflow: hidden;
}



#links {
	height: auto;
	width: 149px;
	background-image: none;
	text-align: center;
	float: left;
}
#rechts {
	height: auto;
	width: 148px;
	float: right;
	text-align: center;
}
#inhoud {
	height: auto;
	width: 500px;
	float: left;
}
#home {
	background-color: #FFFFFF;
	background-image: url(../imgs/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	float: inherit;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#vsk {
	background-image: none;
	position: absolute;
	height: 76px;
	width: 130px;
	z-index: 4;
	left: 1002px;
	top: 17px;
	margin-left: 250px;
}


.foto {
	border: 4px solid #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.foto_home {
	border: 4px solid #000000;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.bold {
	font-weight: bold;
}
ul li{
	list-style-position: outside;
	list-style-type: none;
	margin-left: -12px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}
ol li {
	font-size: 12px;
	line-height: 19px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: -12px;
}

ol {
	margin-top: 0px;
	padding-top: 0px;
}



p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	color: #ED1B24;
	line-height: 30px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	color: #ED1B24;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	text-transform: uppercase;
}
a {
	color: #ED1B24;
}
.p_rood {
	color: #ED1B24;
}
p.formulier {
	font-size: 12px;
	line-height: 19px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
}
form#contact {
	background-color: #FAF2EF;
}

