#content {
	width:1003px;
}
/*-----content boven ------*/
#home_blocks {
	width: 967px;
	height: 693px;
	background-color: white;
	border: 18px solid #ffffff;
	position:relative;
}
.homeblock {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
.hb_introduction {
	top:0;
	left:0;
	width:422px;
	height:160px;
	background:#f36f21;
	padding:18px;
}
.hb_intro_one {
	float:left;
	width:205px;
}
.hb_intro_two {
	float:left;
	width:205px;
	margin-left:12px;
}
.hb_selftest {
	top:0;
	left:477px;
	padding:18px;
	width:199px;
	height:160px;
	background:#ed1165;
	color:white;
}
.hb_selftest h2 {
	color:white;
}
.hb_selftest a {
	color:white;
}
.hb_doelgroep {
	top:214px;
	left:0px;
	width:459px;
	height:479px;
	background:#f36f21;
}
.hb_twitterbox {
	top:0;
	left:730px;
	width:237px;
	height:257px;
	background:#23bfec;
}
.hb_twitterbox .icon_twitter {
	position:absolute;
	top:18px;
	right:18px;
}
.hb_twitterbox h2 {
	margin:18px 18px 0.5em 18px;
}
.hb_twitterbox a {
	color:white;
}
.hb_twitterbox .tweet {
	padding:6px 18px;
	border-top:1px dotted white;
	font-size:11px;
}
.hb_twitterbox .twitterbox_footer {
	background:#eef9fd;
	border:2px solid #23bfec;
	position:absolute;
	bottom:0;
	left:0;
	padding:4px;
	width:225px;
}
.hb_twitterbox .twitterbox_footer iframe {
	display:block;
	width:225px !important;
}

.hb_forumposts {
	height: 236px;
	left: 477px;
	top: 214px;
	width: 235px;
	background:#1d1d1d;
}
.hb_videocomments {
	height: 243px;
	left: 477px;
	top: 450px;
	width: 235px;
	background:#1d1d1d;
}
#txtpage_reactieitem_top,
#txtpage_reactieitem_bottom {
	display:none;
}
#txtpage_reactieitem_content {
	background:transparent;
	float:none;
	width:100%;
	padding-top:12px;
	overflow:hidden;
}
#reactieitem_header {
	width:206px;
	float:none;
}
#txtpage_reactieblok {
	clear:both;
}

.hb_blog {
	top:275px;
	left:730px;
	padding:18px;
	width:201px;
	height:153px;
	background:#dad42e;
	color:#525252;
}
.hb_blog h3 {
	font-size:12px;
	margin:0;
}
.hb_blog a {
	color:#525252;
}
.hb_blog p {
	margin:0;
}
.hb_blog .blog_text {
	line-height:1.4;
}
.hb_blog .blog_meta {
	margin-top:10px;
	font-size:11px;
	float:left;
}
.hb_blog .blog_readmore {
	float:left;
	margin-top:10px;
}
.hb_feature {
	top:482px;
	left:730px;
	padding:18px;
	width:201px;
	height:175px;
	background:#838383;
	color:white;
}
.hb_feature a {
	color:white;
}

/* DOELGROEP LINKS */
.doelgroep_item {
   position:relative;
   padding:15px;
	float:left;
	width:199px;
	height:209px;
	overflow:hidden;
}
.doelgroep_item_hover {
   background-color: #f58442;
}
.hb_doelgroep .di_1 {
	border:1px dotted white;
	border-width:0 1px 1px 0;
}
.hb_doelgroep .di_2 {
	margin-bottom:1px;
}
.hb_doelgroep .di_4 {
	border:1px dotted white;
	border-width:1px 0 0 1px;
	margin-top:-1px;
	height:210px;
}
a.doelgroep_link {
   position:absolute;
   top:0;
   left:0;
   display:block;
   width:100%;
   height:100%;

   /* In IE, 100% transparency is click-through, so to make sure that
      the links cover, you need a tiny, practically invisible opacity. */
   background:#fff;

   opacity:0.01;
   -moz-opacity:0.01;
   -webkit-opacity:0.01;
   filter:alpha(opacity=1);
}

/*
#searchframe {
	float: right;
	width: 180px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}

#search_field {
	float: left;
	margin-top: 0px;
	border: 1px solid #797979;
   width:120px;
   *width:100px;
   margin-right:5px;
   padding:3px 0 2px 0;
}


#searchfield_title {
	float: left
}

#search_button {
	float: left;
	border: 0px;
	margin: 0px;
	height: 20px;
	padding: 1px 10px 1px 10px;
	background-image: url(../gfx/zoekbutton_bg.gif);
	background-repeat: repeat-x;
	font-size: 9pt;
	color:#ffffff;
}
*/
h1 {
	margin: 0 0 0.5em 0;
	font-size: 18px;
	color:#fff;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 18px;
}
h3 {
	margin: 0px;
	font-size: 12pt;
}
p {
	margin-top: 8px;
}

/*-----Overlay section - only in overlay page------*/
#page_overlay {
	position: absolute;
	width: 100%;
	height: 135%;
	background-image: url(../gfx/overlay_bg.png);
	z-index: +2;
}

#page_overlay_container {
	width: 872px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
}

#page_overlay_content {
	float: right;
	width: 836px;
	height: 364px;
	margin-top: 146px;
	background-color: #73ccdb;
	background-image: url(../gfx/overlay_contentbg.gif);
	background-repeat: repeat-x;
	border: 12px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#page_overlay_content img {
	border: 0px;
}

#overlay_content_logo {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}

#overlay_content_text {
	float: left;
	width: 450px;
	height: 150px;
	margin-left: 32px;
}

#overlay_content_zichtbaar {
	float: left;
	width: auto;
	height: 20px;
	margin-left: 30px;
	margin-top: 5px;
}

#overlay_zichtbaar_check {
	float: left;
	width: 30px;
}

#overlay_zichtbaar_text {
	float: left;
	width: auto;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 3px;
}

#overlay_graphic_people {
	float: right;
	margin-top: 8px;
	margin-right: 28px;
}

#overlay_close {
	position: absolute;
	margin-top: -12px;
	margin-left: 793px;
}

