body, html {
	background-color: #FFC;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#container {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	width: 880px;
	text-align: left;
}

div#header {
	background: url(template/header.gif) top center no-repeat;
	width: 100%;
	height: 86px;
	margin-top: 40px;
	margin-bottom: 20px;
}

div#content {
	float: right;
	width: 630px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

div#content h1 {
	font-size: 12pt;
	font-weight: bold;
}

div#content h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #999;
	padding-bottom: 0;
	margin-bottom: -1.2em;
}

div#navigation {
	width: 230px;
}

div#navigation ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

div#navigation ul li {
	margin-bottom: 10px;
}

div#navigation ul li a {
	color: #000;
	text-decoration: none;
}

div#navigation ul li a:hover {
	text-decoration: underline;
}

div#footer {
	position: absolute;
	bottom: 0;
	top: 100%;
	background: url(template/footer.gif) top center no-repeat;
	width: 100%;
	height: 23px;
	margin-top: 40px;
}

div#header h1, div#header h2, div#footer h3 {
	display: none;
}

p.diensten-lijst a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

p.diensten-lijst a:hover {
	text-decoration: underline;
}

ul.liststijl {
	list-style-image: url(template/list-style.gif);
}

a {
	color: #000;
	font-weight: bold;
}

a.donkerrood {
	color: #999;
}

a:hover {
	text-decoration: none;
}

.contactlink {
	font-family: "Century Gothic Bold ", "Arial Narrow", Arial, Helvetica, sans-serif;
}

p a img { border: 0; }

img.testimonial_img { float: left; margin-top: 1em; padding: 5px 10px 10px 0; }
img.testimonial_img.anja { padding-bottom: 15px; }
