/*------------------ ALGEMEEN ------------------*/

body {
	margin: 50px 0px 50px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555; /* DONKER GRIJS */
	line-height: 1.5;
	background: #FCBC4A; /* GEEL */
}

/*---*/

a:link, a:visited {
	text-decoration: none;
	color: #F14055; /* ROZE */
}

a:hover {
	text-decoration: underline;
	color: #F14055; /* ROZE */
}

/*---*/

p {
	margin: 0px 0px 18px 0px;
}

/*---*/

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF; /* WIT */
}

h2 {
	margin: 0px 0px 11px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #498B52; /* GROEN */
}

/*--------------- MAIN CONTAINER ---------------*/

#main_container {
	width: 900px;
	height: 900px;
	margin: 0px auto;
	position: relative;
	background: url(../img/hands_that_care_achtergrond.jpg) top center no-repeat;
}

/*-------------- HEADER CONTAINER --------------*/

#header_container {
	width: 900px;
	height: 230px;
}

/*---*/

#header_container_leeg {
	width: 423px;
	height: 230px;
	float: left;
}

/*---*/

#header_container_clear {
	clear: both;
}

/*-------------------- LOGO --------------------*/

#logo {
	width: 54px;
	height: 120px;
	margin: 110px 0px 0px 0px;
	float: left;
}

/*-------------------- NAAM --------------------*/

#naam {
	width: 143px;
	height: 64px;
	margin: 101px 0px 0px 0px;
	padding: 65px 260px 0px 10px;
	float: right;
	background: url(../img/hands_that_care_ondergrond_naam.png) no-repeat;
	line-height: 1.1;
}

/*------------- CONTENT CONTAINER --------------*/

#content_container {
	width: 900px;
}

/*---*/

#content_container_clear {
	clear: both;
}

/*----------------- NAVIGATIE ------------------*/

#navigatie {
	width: 230px;
	margin: 0px 20px 0px 0px;
	float: left;
	font-size: 13px;
}

/*---*/

#navigatie ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
}

#navigatie ul li {
	margin: 0px 0px 11px 0px;
}

/*---*/

#navigatie a {
	margin: 0px;
	padding: 4px 9px 7px 9px;
	background: #F14055; /* ROZE */
}

#navigatie a:link, #navigatie a:visited {
	text-decoration: none;
	color: #FFFFFF; /* WIT */
}

#navigatie a:hover {
	color: #FFFFFF; /* WIT */
	background: #F46D7D; /* LICHT ROZE */
}

/*------------------ CONTENT -------------------*/

#content {
	width: 400px;
	height: auto;
	min-height: 475px;
	float: left;
}

* html #content {
	height: 475px;
}

/*---*/

.content_links {
	width: 75%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.content_link_img_links {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.content_afbeelding_positie_links {
	margin: 0px 20px 10px 0px;
	float: left;
}

.content_afbeelding_positie_rechts {
	margin: 0px 0px 10px 20px;
	float: right;
}

/*-------------------- CMS ---------------------*/

.cms_document_pdf_img {
	vertical-align: middle;
}

.cms_document_pdf_bestandsgrootte {
	color: #555555; /* DONKER GRIJS */
	font-style: italic;
}

/*------------------ HANDJES -------------------*/

#handjes {
	width: 159px;
	height: 352px;
	position: absolute;
	top: 354px;
	left: 621px;
	background: url(../img/hands_that_care_handen.png) no-repeat;
	z-index: 11;
}

/*------------------- FOOTER -------------------*/

#footer {
	width: 400px;
	margin: 0px 0px 0px 250px;
	text-align: center;
}

#footer_lijn {
	border-top: 1px solid #555555; /* DONKER GRIJS */
	margin: 0px 0px 20px 0px;
}
