body, html
{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	background: url('../img/bodybg.jpg') repeat-x;	
	height: 100%;
}
#container
{
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
}
#header
{
	height: 74px;
}
#logo
{
	width: 120px;
	float: left;
}
#slogan
{
	width: 350px;
	float: right;
	text-align: right;
}
#slogan h1
{
	color: #289546;
	font-size: 18px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#slogan p
{
	margin-top: 0px;
	font-size: 11px;
	color: #555;
	font-weight: bold;
}
#slogan p span
{
	font-size: 14px;
}
#menu
{
	height: 41px;
}
#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li
{
	float: left;
	line-height: 35px;
}
#menu ul li.sep
{
	width: 1px !important;
	height: 23px !important;
	background: url('../img/seperator.jpg') no-repeat !important;
	margin: 0px !important;
	padding: 0px !important;
}
#menu ul li a
{
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
#menu ul li:hover a
{
	background: url('../img/tab.png') no-repeat;
}
#menu ul li a.active
{
	background: url('../img/tab.png') no-repeat;
}

ul li .dropdown
{
	display: none;
}
ul li:hover .dropdown
{
	display: block;
}

.dropdown
{
	width: 221px;
	position: absolute;
	z-index: 100;
	margin-top: -10px;
	margin-left: -20px;
}
.dropdown .drop_top
{
	width: 221px;
	height: 10px;
	background: url('../img/drop_top.png') no-repeat;
}
.dropdown .drop_cnt
{
	width: 221px;
	min-height: 100px;
	background: url('../img/drop_rep.png') repeat-y;
	padding-left: 0px;
}
.dropdown .drop_cnt h6
{
	padding: 0px;
	margin: 0px;
	background: #bbb;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	color: #fff;
	font-size: 12px;

}
.dropdown .drop_cnt ul li
{
	float: none !important;
	width: auto !important;
	background: none !important;
	
	
}
.dropdown .drop_cnt ul li a
{
	background: none !important;
	color: #289546 !important;
	border-bottom: 1px dashed #bbb;
	margin-left: 10px !important;
	margin-right: 10px !important;
	
}
.dropdown .drop_cnt ul li a:hover
{
	text-decoration: underline !important;
}
.dropdown .drop_cnt ul li:last-child a
{
	border: 0px !important;
}
.dropdown .drop_bottom
{
	width: 221px;
	height: 10px;
	background: url('../img/drop_bottom.png');
}

#banner
{
	height: 245px;
	background: url('../img/fader/8.jpg');
}
#pijllijn
{
	position: absolute;
	height: 31px;
	width: 980px;
	background: url('../img/pijllijn.png') no-repeat;
	margin-top:214px;
}

#content
{
	width: 980px;
	margin-top: 20px;
	overflow: hidden;
}
#left
{
	float: left;
	width: 227px;
	margin-right: 23px;
}

#middle
{
	float: left;
	width: 479px;
	margin-right: 24px;
	padding-bottom: 82px;
}
#middle.medium
{
	margin-right: 0px !important;
	width: 730px;
}
.Bigggg
{
	padding-bottom: 82px;
}
#middle a
{
	color: #289546;	
}

#left a
{
	color: #289546;
	
}
#right a
{
	color: #289546;
	
}
#right
{
	float: left;
	width: 227px;
	padding-bottom: 82px;

}
#smallbox{
	float:left;
	margin-bottom: 20px;
}
#smallbox_bg{
	width: 227px;
	background: url(../img/smallbox_bg.png) repeat-y;
}

#smallbox_cnt{
	line-height: 1.5;
	padding: 10px;
	font-size: 10px;
	color: #333333;}

#smallbox_top{
	width: 227px;
	height: 25px;
	background: url(../img/smallbox_top.png) no-repeat top;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#smallbox_top p
{ 
	margin: 0; 
	padding: 3px 0px 0px 10px;
}
	
#smallbox_footer
{
	width: 227px;
	height: 12px;
	background: url(../img/smallbox_footer.png) no-repeat bottom;
}
#smallbox_img{
	width: 227px;
	height: 122px;
	background: url(../img/beeleninbeeld_img.png) no-repeat;
}
#contentbox_bg{
	width: 479px;
	background: #EEEEEE;
	border-right: 1px solid #C9E4D0;
	border-left: 1px solid #C9E4D0;
}
#middle.medium #contentbox_bg{
	width: 730px;
	background: #EEEEEE;
	border-right: 1px solid #C9E4D0;
	border-left: 1px solid #C9E4D0;
}

.mega
{
	width: 980px !important;
}

#contentbox_cnt{
	line-height: 1.5;
	padding: 15px;
	min-height: 315px;
}


#contentbox_cnt a:visited
{
	color: #000;
}

#contentbox_cnt h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C9246;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#contentbox_cnt h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none !important; 
	color: #2C9246;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#contentbox_top{
	width: 481px;
	height: 7px;
	background: url(../img/contentbox_top.png) no-repeat top left;
	clear: both;

}
#middle.medium #contentbox_top{
	width: 730px;
	height: 7px;
	background: url(../img/contentbox_top.png) no-repeat top left;
	clear: both;

}
#middle.medium #contentbox_footer{
	width: 730px;
	height: 8px;
	background: url(../img/contentbox_footer.png) no-repeat bottom right;
}
#contentbox_footer{
	width: 480px;
	height: 8px;
	background: url(../img/contentbox_footer.png) no-repeat bottom right;
}
#footerWrapper{
	min-width: 980px;
	height: 56px;
	background: url(../img/footer.jpg) repeat-x;
	position: relative;
	margin-top: -56px;
}
#footer
{
	width: 980px;
	margin: 0 auto;
	color: #fff;
	font-size: 10px;
	padding-top: 3px;
}
#footer a
{
	color: #fff;
}

#right #contentbox_bg{
	width: 227px;
	background: #EEEEEE;
	border-right: 1px solid #C9E4D0;
	min-height: 385px !important;
}
	
#right #contentbox_cnt{
	line-height: 1.5;
	padding: 0px !important;
	text-align: center;
	
}

#right #contentbox_cnt h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2C9246;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#right #contentbox_top{
	width: 229px;
	height: 7px;
	background: url(../img/contentbox_top.png) no-repeat top left;
	clear: both;

}	
#right #contentbox_footer{
	width: 228px;
	height: 8px;
	background: url(../img/contentbox_footer.png) no-repeat bottom right;
}
h2
{
	color:#595959;
	text-transform: uppercase; 
}
h2#num1
{
	background: url('../img/1.png') no-repeat;
	padding-left: 30px;
	line-height: 21px;
}
h2#num2
{
	background: url('../img/2.png') no-repeat;
	padding-left: 30px;
	line-height: 21px;
}
h2#num3
{
	background: url('../img/3.png') no-repeat;
	padding-left: 30px;
	line-height: 21px;
}
ol.stappen { list-style: none; padding: 0; margin: 0; }
ol.stappen li { padding: 2px 0; padding-left: 31px; font-weight: bold; }
ol.stappen li.een { background: url(/img/nummer-een.png) no-repeat -3px 4px; padding-bottom: 52px; }
ol.stappen li.twee { background: url(/img/nummer-twee.gif) no-repeat 0px 4px; padding-bottom: 20px; }
ol.stappen li.drie { background: url(/img/nummer-drie.gif) no-repeat 0px 4px; padding-bottom: 20px; }

ul#stap2{ list-style: none; overflow: hidden; margin-bottom: 2em; padding: 0; margin: 0; }
ul#stap2 li { float: left; cursor: pointer; font-size: 9px; padding-left: 5px; text-transform: uppercase; font-weight: bold; color: #fff; margin-right: 5px; background: url(../img/containers.gif) no-repeat; width: 150px; height: 98px; }
ul#stap2 li.active { background: url(../img/containers.gif) -20px no-repeat;}
ul#stap2 li.m1 img { margin-top: 21px; margin-left: 26px; }
ul#stap2 li.m2 img { margin-left: 18px; margin-top: 18px; }
ul#stap2 li.m3 img { margin-left: 3px; margin-top: 12px; }
ul#stap2 li:hover, ul#stap2 li.active { background-position: 0 -98px ; }
sup { font-size: 8px; }
a.app { background: url(/images/appstore.png) no-repeat; width: 137px; height: 47px; float: right; text-indent: -9999px; margin-right:-140px; margin-top:8px;}
div#social {float: right; margin-top: 13px; clear: both;}
a.twitter {background: url(/img/icon-twitter.png) no-repeat; width: 24px; height: 24px; float: right; text-indent: -9999px;}
a.linkedin {background: url(/img/icon-linkedin.png) no-repeat; width: 24px; height: 24px; float: right; text-indent: -9999px;}
a.youtube {background: url(/img/icon-youtube.png) no-repeat; width: 24px; height: 24px; float: right; text-indent: -9999px;}
