* { margin: 0; padding: 0; }

body { 
text-align: center;
margin-top: 75px;
}

#container {
width: 790px;
margin: 0 auto;
text-align: left;
}

.content { 
float: left;
width: 500px;
}

.contactform {
float: left;
width: 200px;
}

.contactform p {
margin-bottom: 10px;
font-weight: bold;
}

.content p {
margin-bottom: 0px;
}

.logo {
float: left;
width: 200px;
height: 150px;
}

.sidebalk {
float: left;
width: 460px;
margin-left: 50px;
padding: 0px 20px 10px 20px;
background: url(images/sidenote_bg.jpg) repeat-y;
height: 150px;
}

#menu {
padding-left: 20px;
background: url(images/menu_bg.jpg) no-repeat;
width: 790px;
overflow: hidden;
margin: 20px 0 30px 0;
}

	#menu li {
	width: 96px;
	list-style: none;
	text-align: center;
	margin-left: 15px;
	float: left;
	}

	#menu li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top: 20px;
	height: 36px;
	}

	#menu li a:hover {
	color: #fff;
	text-decoration: underline;
	background: url(images/menu_bg_hover.jpg) repeat-x;
	}

#footer {
background: url(images/footer.jpg) no-repeat;
height: 83px;
overflow: hidden;
color: #FFF;
padding: 20px 0px 0px 40px;
margin-top: 30px;
}

	.note {
	float: left;
	width: 450px;
	}
	
	.note a {
	color: #FFF;
	}
	
	.note a:hover {
	color: #FFF;
	}
	
	.contact {
	float: left;
	width: 290px;
	}
	
	#footer p {
	margin-bottom: 0;
	}

	
#sitelist {
margin: 10px 0px 0px 200px;
}

	#sitelist li {
	list-style: none;
	}
	
	#sitelist li a {
	line-height: 22px;
	}
	
.hok {
float: left;
width: 395px;
margin: 10px 0px 10px 0px;
}


	.leusden {
	background: url(images/leusden.jpg) no-repeat;
	height: 350px;
	}
	
	.bussum {
	background: url(images/bussum.jpg) no-repeat;
	height: 350px;
	}
	
	.zakelijk {
	background: url(images/freelance_zakelijk.jpg) no-repeat;
	height: 207px;
	}
	
	.overig {
	background: url(images/freelance_overig.jpg) no-repeat;
	height: 207px;
	}
	
#contactlist {  margin-bottom: 11px; }
#contactlist li { list-style: none; line-height: 22px; }

/* Fonts ed. */
body { font: 11px Arial; color: #3c3c3c; }

P { line-height: 22px;  margin-bottom: 22px; }

H2 { color: #efa010;  font-size: 22px; font-weight: normal; margin-bottom: 20px; }
H3 { margin-top: 22px; font: 20px Georgia; text-transform: uppercase; }
H4 { font-size: 12px; }
H5 { font: normal 14px Arial; color: #3c3c3c; margin-bottom: 11px; }

a { color: #3c3c3c; text-decoration: underline; }
a:hover { color: #3c3c3c; text-decoration: none; }