﻿/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

img
{
    border: 0;
}
a {
	text-decoration: underline;
	color: #777777;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #eee9e9;
	color: #575757;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#container 
{
	width: 912px;
	margin: 0 auto;
	background: url("../images/containerbg.png") repeat-y;
	padding: 0 16px 0 16px;
}

#container p{
	margin-bottom: 10px;
}

/*** TOP ***/

#top 
{
	background-color: #f4f5f6;
	position: relative;
	width: 100%;
	z-index: 20;
}

#topbinnen
{
	background: url("../images/topbinnen.png") no-repeat;
	width: 100%;
	height: 298px;
	position: relative;
	z-index: 5;
}

#quicklinks 
{
	float: right;
	color: #7a7a7a;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	z-index: 7;
}

#contacteerons 
{
	background: url("../images/quicklinkbg.png") no-repeat;
	width: 130px;
	height: 41px;
	float: left;
	padding: 5px 0 0 34px;
	position: relative;
	left: 16px;
}

#vragen 
{
	background: url("../images/quicklinkbg.png") no-repeat;
	width: 138px;
	height: 41px;
	float: left;
	text-transform: lowercase;
	padding: 5px 0 0 26px;
	margin-right: 8px;
	position: relative;
	z-index: 900;
}

#vragen a, #contacteerons a 
{
	color: #7a7a7a;
	text-decoration: none;
}

#vragen a:hover, #contacteerons a:hover
{
	color: #525252;
	text-decoration: none;
}

#headerFade 
{
	float: right;
	width: 671px !important;
	height: 244px;
	z-index: 0;
	margin-top: -30px;
	position: relative;
	z-index: 0;
}

#headerFade img{
	width: 671px !important;
	height: 244px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#right 
	{
		margin-top: 200px;
	}
}

#faq 
{
	position: absolute;
	z-index: 100;
	margin-top: 16px;
	right: 14px;
	display: none;
}

#faqbinnen 
{
	position: absolute;
	z-index: 100;
	margin-top: 16px;
	right: 14px;
	display: none;
}

#faqtop 
{
	background: url("../images/faqtop.png") no-repeat;
	width: 384px;
	height: 24px;
}

#faqmid 
{
	background: url("../images/faqmid.png") repeat-y;
	width: 344px;
	padding: 0 20px 0 20px;
}

#faqmid ul li
{
	background: 1px 8px url("../images/listarrow.png") no-repeat;
	padding-left: 14px;
}

#faqbottom
{
	background: url("../images/faqbottom.png") no-repeat;
	width: 384px;
	height: 24px;
}

#logo 
{
	float: left;
	width: 147px;
	height: 118px;
	margin-top: -20px;
	margin-left: 40px;
	position: relative;
	z-index: 50;
}

#menu 
{
	float: right;
	margin-right: 26px;
	margin-top: 30px;
}

#menu ul li 
{
	float: left;
}

#menu ul li a
{
	text-decoration: none;
	position: relative;
	top: 2px;
	color: #4c5a70;
}

#menu ul li a:hover
{
	text-decoration: underline;
	color: #a5b2c3;
}

.menuseperator 
{
	background: url("../images/menuseperator.png") no-repeat;
	width: 2px;
	height: 28px;
	margin: 0 6px 0 6px;
}

#fader 
{
	position: relative;
	width: 912px !important;
	height: 319px;
	margin-top: -30px;
	z-index: 0;
}

#fader .headerArrowSub{
	width: 25px;
	height: 27px;
	position: absolute;
	top: 205px;
	left: 565px;
}

#fader h2{
	color: #3a648c;
	font-weight: normal;
	font-size: 27.8px;
	width: 220px;
	line-height: 26.64px;
	position: absolute;
	left: 594px;
	top: 150px;
}

#fader p{
	text-indent: -18px;
	margin-left: 20px;
	margin-top: 10px;
	position: absolute;
	left: 596px;
	top: 203px;
	width: 240px;
}

#fader div{
	display: none;
}

#sliderprev 
{
	background: url("../images/sliderprev.png") no-repeat;
	width: 18px;
	height: 42px;
	position: absolute;
	top: 280px;
	left: -18px;
	text-indent: -1000em;
}

#slidernext
{
	background: url("../images/slidernext.png") no-repeat;
	width: 18px;
	height: 42px;
	position: absolute;
	top: 280px;
	left: 912px;
	text-indent: -1000em;
}

#containerbottom 
{
	width: 942px;
	height: 30px;
	margin: 0 auto;
	background: url("../images/containerbgbottom.png") no-repeat;
}

/*** CONTENT ***/

#content 
{
	width: 850px;
	margin: 0 auto;
	margin-top: 30px;
	z-index: 10;
	position: relative;
}

#contentbinnen
{
	width: 850px;
	margin: 0 auto;
	margin-top: -200px;
	position: relative;
	z-index: 6;
}

#left 
{
	float: left;
	width: 184px;
	margin-top: 30px;
	margin-left: 10px;
}

#right 
{
	float: left;
	width: 656px;
	margin-bottom: 30px;
}

#main 
{
	width: 500px;
	float: left;
	margin-bottom: 30px;
}

.maintitle 
{
	margin-bottom: 14px;
}

.maintext 
{
	color: #777777;
	font-size: 14px;
	line-height: 20px;
}

.maintext a 
{
	color: #2f2f2f;
	text-decoration: none;
}

.maintext a:hover
{
	color: #2f2f2f;
	text-decoration: underline;
}

#indekijker 
{
	margin-top: 20px;
}

#kijkeritem1
{
	background: url("../images/indekijker1.png") no-repeat;
	width: 241px;
	height: 105px;
	float: left;
}

#kijkeritem2
{
	background: url("../images/indekijker2.png") no-repeat;
	width: 241px;
	height: 105px;
	float: left;
	margin-left: 10px;
}

#kijkeritem1binnen
{
	background: url("../images/indekijkerbinnen1.png") no-repeat;
	width: 178px;
	height: 87px;
}

#kijkeritem2binnen
{
	background: url("../images/indekijkerbinnen2.png") no-repeat;
	width: 178px;
	height: 87px;
	margin-top: 14px;
}

.kijkercontent 
{
	color: #404040;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	margin: 69px 0 0 10px;
	background: 1px 6px url("../images/indekijkerarrow.png") no-repeat;
	padding-left: 27px;
}

.kijkercontent a
{
	color: #7b7b7b;
	text-decoration: none;
}

.kijkercontent a:hover
{
	color: #404040;
	text-decoration: none;
}

.kijkercontentbinnen 
{
	color: #404040;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	background: 1px 54px url("../images/indekijkerarrow.png") no-repeat;
	padding-left: 27px;
	padding-top: 48px;
	margin-left: 10px;
}

.kijkercontentbinnen a
{
	color: #7b7b7b;
	text-decoration: none;
}

.kijkercontentbinnen a:hover
{
	color: #404040;
	text-decoration: none;
}

#sidebar 
{
	width: 300px;
	float: left;
	margin-left: 50px;
}

#eyecatcher1 
{
	background: url("../images/eyecatcher1.png") no-repeat;
	width: 287px;
	height: 105px;
	padding: 80px 0 0 22px;
}

.eyecatchersubtitle 
{
	margin: 2px 0 6px 0;
}

.eyecatcherlink 
{
	background: 1px 4px url("../images/vergrootglas.png") no-repeat;
	padding-left: 15px;
	font-size: 11px;
	color: #727272;
	font-style: italic;
	text-decoration: none;
}

.eyecatcherlink:hover 
{
	text-decoration: none;
	color: #4e6892;
}

#eyecatcher2 
{
	background: url("../images/eyecatcher2.png") no-repeat;
	width: 287px;
	height: 158px;
	padding: 27px 0 0 22px;
	font-size: 12px;
}

#eyecatcher2 a
{
	color: #727272;
	text-decoration: none;
}

#eyecatcher2 a:hover
{
	color: #727272;
	text-decoration: underline;
}

#eyecatcher2binnen
{
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#eyecatcher2binnen a
{
	color: #727272;
	text-decoration: none;
}

#eyecatcher2binnen a:hover
{
	color: #727272;
	text-decoration: underline;
}

.subtitle 
{
	color: #4e6892;
	font-weight: bold;
	font-size: 14px;
}

#insidecontent 
{
	margin-left: 30px;
	margin-top: 20px;
}

.subtitlehead
{
	color: #777777;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: normal;
}

.maintextbinnen 
{
	color: #777777;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 14px;
}

.maintextbinnen a 
{
	color: #2f2f2f;
	text-decoration: none;
}

.maintextbinnen a:hover
{
	color: #2f2f2f;
	text-decoration: underline;
}

#submenu 
{
	margin-bottom: 30px;
}

#submenu ul li
{
}


#submenu ul li a
{
	color: #747474;
	font-size: 13px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px #ebf0f4 solid;
	padding-bottom: 5px;
}

#submenu ul li a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #141519;
}

#marktonderzoekeyecatcher 
{
	background: url("../images/marktonderzoekeyecatcher.png") no-repeat;
	width: 184px;
	height: 110px;
	margin-top: 20px;
}

#marktonderzoektitle 
{
	margin-left: 10px;
	padding-top: 14px;
}

#marktonderzoektext 
{
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
}

.marktonderzoekleesmeer 
{
	margin-left: 10px;
	background-color: #c8d7e1;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #666666;
	font-size: 10px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}

.marktonderzoekleesmeer:hover 
{
	color: #272727;
	text-decoration: none;
}

/*** FOOTER ***/

#footer 
{
	border-top: 1px solid #d1d1d1;
	padding-top: 8px;
	font-size: 11px;
	color: #6a6a6a;
	margin: 0 auto;
	width: 850px;
}

#footer a
{
	color: #6a6a6a;
	text-decoration: none;
}

#footer a:hover 
{
	text-decoration: underline;
	color: #6a6a6a;
}

#leftfooter 
{
	float: left;
	width: 600px;
}

#leftfooter img
{
	margin-right: 6px;
	position: relative;
	top: 3px;
}

#rightfooter 
{
	float: right;
}

.business
{
    width: 450px;
    align: left;
    margin-right: 15px;
}

#insidecontent input{
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	margin-bottom: 6px;
	margin-top: 6px;
	width: 138px;
}

#insidecontent textarea{
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	margin-bottom: 6px;
	margin-top: 6px;
	width: 310px;
}

#insidecontent .contactbutton{
	width: auto;	
	cursor: pointer;
}

