/* @group General */

html {
	height: 100%;
}

body {
	background: #000000 url('../images/background_site_home.gif') top center no-repeat;
	font-size: 67%;
	font-size: 11px;
	line-height: 1.3em;
	min-width: 1024px;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body#tem {
	background: #000000 url('../images/background_site_tem.gif') top center no-repeat;
}

body#stoppen {
	background: #000000 url('../images/background_site_stoppen.gif') top center no-repeat;
}

body#niquitin {
	background: #000000 url('../images/background_site_niquitin.gif') top center no-repeat;
}

body#minilozenge {
	background: #000000 url('../images/background_site_minilozenge.gif') top center no-repeat;
}

body#quiz {
	background: #000000 url('../images/background_site_quiz.gif') top center no-repeat;
}

body#LaHulpe {
	background: #000000 url('../images/background_site_laHulpe.gif') top center no-repeat;
}

a {
	color: #000;
}
	
/* @end */

/* @group lay-out */

#container {
	width: 1024px;
	height: 495px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -14px;
}

.home #container {
	margin-top: 0px;
}

/* @end */

/* @group Navigation */

	#navigation {
		background: transparent url('../images/background_navigation.png') top left no-repeat;
		width: 663px;
		height: 121px;
		position: relative;
		margin-top: 36px;
		margin-left: 350px;
	}
	
	#stoppen #navigation{
		background: transparent url('../images/background_navigation_yellow.png') top left no-repeat;
	}
	
	#tem #navigation {
		background: transparent url('../images/background_navigation_black.png') top left no-repeat;
	}
	
	#niquitin #navigation {
		background: transparent url('../images/background_navigation_niquitin.png') top left no-repeat;
	}

	#minilozenge #navigation {
		background: transparent url('../images/background_navigation_blauw.png') top left no-repeat;
	}
	
	#quiz #navigation {
		background: transparent url('../images/background_navigation_quiz.png') top left no-repeat;
	}
	
	#LaHulpe #navigation {
		background: transparent url('../images/background_navigation.png') top left no-repeat;
	}
	

	/* @group nav_primary */
	
	#navigation #nav_primary {
		width: 663px;
		height: 121px;
		display: block;
		margin: 0px;
		padding: 0px;
	}
	
	#navigation #nav_primary li{
		list-style: none;
		float: left;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 1;
		position: relative;
	}
	
	#navigation #nav_primary .home a{
		height: 19px;
		width: 19px;
		display: block;
		margin-left: 20px;
		margin-top: 35px;
		background: transparent url('../images/button_home.gif') top left no-repeat;
	}
	
	#navigation #nav_primary .minilozenge a{
		height: 33px;
		width: 99px;
		display: block;
		margin-left: 31px;
		margin-top: 25px;
		background: transparent url('../images/button_minilozenge.gif') top left no-repeat;
	}
	
	#navigation #nav_primary .stoppen a{
		height: 33px;
		width: 97px;
		display: block;
		margin-left: 33px;
		margin-top: 25px;
		background: transparent url('../images/button_stoppen.gif') top left no-repeat;
	}
	
	#navigation #nav_primary .tem a{
		height: 34px;
		width: 91px;
		display: block;
		margin-left: 26px;
		margin-top: 25px;
		background: transparent url('../images/button_tem_grey.gif') top left no-repeat;
	}
	
	.home #navigation #nav_primary .tem a {
		height: 34px;
		width: 91px;
		display: block;
		margin-left: 26px;
		margin-top: 25px;
		background: transparent url('../images/button_tem_grey.gif') top left no-repeat;
	}
	
	#navigation #nav_primary .quiz a {
		height: 51px;
		width: 85px;
		display: block;
		margin-left: 30px;
		margin-top: 16px;
		background: transparent url('../images/button_quiz.gif') top left no-repeat;
	}
	
	#navigation #nav_primary .niquitin a {
		height: 19px;
		width: 84px;
		display: block;
		margin-left: 25px;
		margin-top: 25px;
		background: transparent url('../images/button_niquitin.gif') top left no-repeat;
	}
	
	/* @end */
	
	/* @group hover selected */
	
	#navigation #nav_primary .stoppen a.active, #navigation #nav_primary .stoppen a:hover{
		height: 87px;
		width: 127px;
		display: block;
		margin-left: 15px;
		margin-right: -12px;
		margin-top: 18px;
		background: transparent url('../images/button_stoppen_active.gif') bottom left no-repeat;
	}
	
	#navigation #nav_primary .minilozenge a.active, #navigation #nav_primary .minilozenge a:hover{
		height: 65px;
		width: 125px;
		display: block;
		margin-left: 15px;
		margin-right: -10px;
		margin-top: 25px;
		background: transparent url('../images/button_minilozenge_active.gif') bottom left no-repeat;
	}
	
	#navigation #nav_primary .tem a:hover, .home #navigation #nav_primary .tem a:hover{
		height: 64px;
		width: 91px;
		display: block;
		margin-left: 17px;
		margin-right: 9px;
		margin-top: 28px;
		background: transparent url('../images/button_tem_grey.gif') bottom left no-repeat;
	}
	
	#navigation #nav_primary .tem a.active{
		height: 64px;
		width: 91px;
		display: block;
		margin-left: 17px;
		margin-right: 9px;
		margin-top: 25px;
		background: transparent url('../images/button_tem_active.gif') bottom left no-repeat;
	}
	
	#navigation #nav_primary .quiz a.active, #navigation #nav_primary .quiz a:hover {
		height: 62px;
		width: 81px;
		display: block;
		margin-left: 30px;
		margin-right: 4px;
		margin-top: 20px;
		background: transparent url('../images/button_quiz_active.gif') bottom left no-repeat;
	}
	
	#navigation #nav_primary .niquitin a.active, #navigation #nav_primary .niquitin a:hover {
	height: 57px;
	width: 93px;
	display: block;
	margin-left: 22px;
	margin-top: 4px;
	background: transparent url('../images/button_niquitin_active.gif') bottom left no-repeat;
}
	
	/* @end */
	
	/* @group #nav_secondary */
	
	#navigation #nav_secondary {
		position: absolute;
		z-index: 2;
		top: 0px;	
		margin-top: -29px;
		margin-left: -400px;
	}
	
	
	body#niquitin #navigation #nav_secondary {
		margin-left: -425px;
	}
	
	body#minilozenge #navigation #nav_secondary {
		margin-left: 150px;
		margin-top: -23px;
	}
	
	#stoppen #navigation #nav_secondary {
		margin-top: -32px;
		margin-left: -280px;
	}
	
	#tem #navigation #nav_secondary {
		margin-top: -32px;
		margin-left: -340px
	}
	
	
	#navigation #nav_secondary li {
		float: left;
		list-style: none;
		margin-right: 10px;
	}
	
	#navigation #nav_secondary li a {
		text-indent: -9999px;
		display: block;
	}
	
	#navigation #nav_secondary .roken_hersenen a {
		width: 153px;
		height: 31px;
		margin-top: 30px;
		background: transparent url('../images/button_roken_en_hersenen.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .therapeutische_nicotine a {
		width: 170px;
		height: 32px;
		margin-top: 23px;
		background: transparent url('../images/button_therapeutische_nicotine.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .nicotine_fabels_feiten a {
		width: 179px;
		height: 32px;
		margin-top: 16px;
		background: transparent url('../images/button_nicotine_fabels.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .tem_je_verlangen a {
		width: 126px;
		height: 30px;
		margin-top: 9px;
		background: transparent url('../images/button_tem_je_verlangen.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .handige_tips a {
		width: 99px;
		height: 29px;
		margin-top: 3px;
		background: transparent url('../images/button_handige_tips.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .faq a {
		width: 49px;
		height: 27px;
		margin-top: 7px;
		background: transparent url('../images/button_faq.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .testjes a {
		width: 52px;
		height: 27px;
		margin-top: 0px;
		background: transparent url('../images/button_testjes.gif') bottom left no-repeat;
	}
	
	#tem #navigation #nav_secondary {
		padding-left: 520px;
		width: 380px;
	}
	
	#navigation #nav_secondary .tem a {
		width: 127px;
		height: 31px;
		margin-top: 10px;
		background: transparent url('../images/button_tem_je_verlangen_black.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .tv_commercial a {
		width: 160px;
		height: 32px;
		margin-top: 3px;
		background: transparent url('../images/button_tv_commercial.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .filmpjes a {
		width: 59px;
		height: 29px;
		margin-top: 1px;
		background: transparent url('../images/button_filmpjes.gif') bottom left no-repeat;
	}
	
	#niquitin #navigation #nav_secondary {
		padding-left: 80px;
		width: 820px;
	}
	
	#navigation #nav_secondary .methode a {
		width: 215px;
		height: 35px;
		margin-top: 22px;
		background: transparent url('../images/button_kies_methode.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .zuigtabletten a {
		width: 163px;
		height: 33px;
		margin-top: 16px;
		background: transparent url('../images/button_zuigtabletten.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .clear_pleisters a {
		width: 169px;
		height: 33px;
		margin-top: 9px;
		background: transparent url('../images/button_pleisters.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .minilozengemenu a {
		width: 145px;
		height: 33px;
		margin-top: 4px;
		background: transparent url('../images/button_minilozengemenu.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .bijsluiters a {
		width: 96px;
		height: 30px;
		margin-top: 0px;
		background: transparent url('../images/button_bijsluiters.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .verkrijgbaarheid a {
		width: 120px;
		height: 32px;
		margin-top: -7px;
		background: transparent url('../images/button_verkrijgbaarheid.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .loz-tv-spot a {
		width: 79px;
		height: 29px;
		margin-top: 9px;
		background: transparent url('../images/button_loz_tvspot.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .loz-productinfo a {
		width: 103px;
		height: 30px;
		margin-top: 4px;
		background: transparent url('../images/button_loz_productinfo.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .loz-mini-filmpjes a {
		width: 106px;
		height: 30px;
		margin-top: 0px;
		background: transparent url('../images/button_loz_minifilmpjes.gif') bottom left no-repeat;
	}
	
	#navigation #nav_secondary .loz-verkrijgbaarheid a {
		width: 119px;
		height: 30px;
		margin-top: -7px;
		background: transparent url('../images/button_loz_verkrijgbaarheid.gif') bottom left no-repeat;
	}
	

	
	/* @group hover,selected */
	
	#navigation #nav_secondary .roken_hersenen a.active, #navigation #nav_secondary .roken_hersenen a:hover, #navigation #nav_secondary .therapeutische_nicotine a.active, #navigation #nav_secondary .therapeutische_nicotine a:hover, #navigation #nav_secondary .nicotine_fabels_feiten a.active, #navigation #nav_secondary .nicotine_fabels_feiten a:hover, #navigation #nav_secondary .tem_je_verlangen a.active, #navigation #nav_secondary .tem_je_verlangen a:hover, #navigation #nav_secondary .faq a.active, #navigation #nav_secondary .faq a:hover, #navigation #nav_secondary .handige_tips a.active, #navigation #nav_secondary .handige_tips a:hover, #navigation #nav_secondary .testjes a.active, #navigation #nav_secondary .testjes a:hover, #navigation #nav_secondary .handige_tips a:hover, #navigation #nav_secondary .testjes a.active, #navigation #nav_secondary .testjes a:hover, #navigation #nav_secondary .tem a.active, #navigation #nav_secondary .tem a:hover, #navigation #nav_secondary .tv_commercial a.active, #navigation #nav_secondary .tv_commercial a:hover, #navigation #nav_secondary .filmpjes a.active, #navigation #nav_secondary .filmpjes a:hover, #navigation #nav_secondary .methode a.active, #navigation #nav_secondary .methode a:hover, #navigation #nav_secondary .zuigtabletten a.active, #navigation #nav_secondary .zuigtabletten a:hover, #navigation #nav_secondary .clear_pleisters a.active, #navigation #nav_secondary .clear_pleisters a:hover, #navigation #nav_secondary .minilozengemenu a:hover, #navigation #nav_secondary .minilozengemenu a.active, #navigation #nav_secondary .bijsluiters a.active, #navigation #nav_secondary .bijsluiters a:hover, #navigation #nav_secondary .verkrijgbaarheid a.active, #navigation #nav_secondary .verkrijgbaarheid a:hover, #navigation #nav_secondary .loz-verkrijgbaarheid a.active, #navigation #nav_secondary .loz-verkrijgbaarheid a:hover, #navigation #nav_secondary .loz-tv-spot a.active, #navigation #nav_secondary .loz-tv-spot a:hover, #navigation #nav_secondary .loz-productinfo a.active, #navigation #nav_secondary .loz-productinfo a:hover, #navigation #nav_secondary .loz-mini-filmpjes a.active, #navigation #nav_secondary .loz-mini-filmpjes a:hover {
		background-position: top left;
	}
	
	/* @end */
	/* @end */
	
/* @end */


/* @group Content */
	
	#content {
	height: 400px;
	width: 1024px;
	position: relative;
	margin-top: -74px;
	padding-top: 50px;
	position: relative;
	z-index: 0;
	}
	/* @group content_primary */
	
		#content #content_primary {
			background: transparent url('../images/background_content_primary.gif') top left no-repeat;
			width: 501px;
			float: right;
			margin-right: 10px;
			margin-top: 80px;
			padding: 0px 15px 20px 20px;
		}
		
		#niquitin #content #content_primary {
			background:  #0B97E1 url('../images/background_content_primary_niquitin.gif') top left no-repeat;
			color: #fff;
		}
		
		#LaHulpe #content #content_primary {
		color: #fff;
		background-color: #10b1ed;
		background-image: url(../images/background_content_primary_lahulpe.gif);
		background-repeat: no-repeat;
		background-position: left top;
		margin-right: 100px;
		}
		
		body#minilozenge #content #content_primary {
			background: none;
		}
		
		.home #content #content_primary {
			background: none;
			float: none;
			margin-left: 0px;
			margin-right: 0px;
			padding: 0px;
		}
		
		#niquitin #content #content_primary a {
			color: #fff;
		}
	
		#content_primary .image_home {
			margin-left: auto;
			margin-right: auto;
			display: block;
			float: left;
			margin-top: 8px;
			margin-left: 355px;
			position: relative;
			z-index: 2;
		}
		
		#content #content_primary .tip {
			background: #fff;
			padding: 10px;
			font-style: italic;
		}
		
		#content #content_primary h2 {
			position: relative;
			margin-top: -27px;
			margin-left: -39px;
			height: 42px;
			text-indent: -9999px;
		}
		
		#content #content_primary h3 {
			margin-top: 15px;
			margin-bottom: 10px;
			text-transform: uppercase;
			font-size: 1.0em;

		}
		
		#content #content_primary ul li{
			list-style-type: disc;
			margin-left: 1.4em;
			margin-bottom: 5px;
			
		}
		
		.roken_en_hersenen #content #content_primary, .therapeutische_nicotine #content #content_primary, .nicotine_fabels_feiten #content #content_primary {
			background:  transparent url('../images/background_stoppen.gif') top left no-repeat;
		}
		
		#stoppen #content #content_primary .first_column {
			width: 235px;
			margin: 0px 15px 0px 0px;
			display: block;
			float: left;
		}
		
		#stoppen #content #content_primary .second_column {
			width: 232px;
			margin: 0px 0px 0px 15px;
			display: block;
			float: left;
		}
		
		#content #content_primary h3 {
			margin-top: 15px;
			margin-bottom: 10px;
			text-transform: uppercase;
			font-size: 1.0em;
		}
		
		#content #content_primary p {
			margin-top: 10px;
		}
		
		
		
		.roken_en_hersenen #content #content_primary h2 {
			background: transparent url('../images/title_roken_en_hersenen.gif') top left no-repeat;
			width: 243px;
			height: 42px;
		}
		
		.therapeutische_nicotine #content #content_primary h2 {
			background: transparent url('../images/title_therapeutische_nicotine.gif') top left no-repeat;
			height: 42px;
			width: 382px;
		}
		
		.handige_tips #content #content_primary h2 {
			background: transparent url('../images/title_handige_tips.gif') top left no-repeat;
			width: 325px;
			height: 42px;
		}
		
		#content #content_primary .rookstop_dagboekje {
			width: 241px;
			height: 43px;
			position: absolute;
			display: block;
			top: 389px;
			margin-left: 270px;
			text-indent: -9999px;
		}
		
		#content #content_primary .rookstop_dagboekje a {
			width:241px;
			height: 43px;
			display: block;
			background: transparent url('../images/button_download_rookstop.gif') top left no-repeat;
		}
		
		.nicotine_fabels_feiten #content #content_primary h2 {
			background: transparent url('../images/title_nicotine_fabels.gif') top left no-repeat;
			width: 288px;
			height: 42px;
		}
		
		.nicotine_hulpmiddel #content #content_primary, .nicotine_slecht #content #content_primary, .nicotinevrij #content #content_primary, .cold_turkey #content #content_primary {
			background: transparent url('../images/background_content_primary.gif') top left no-repeat;
		}
		
		.nicotine_hulpmiddel #content #content_primary h2, .nicotine_slecht #content #content_primary h2, .nicotinevrij #content #content_primary h2, .cold_turkey #content #content_primary h2 {
			background: transparent url('../images/title_nicotine_fabels_test.gif') top left no-repeat;
			width: 288px;
			height: 42px;
		}
		
		.nicotine_hulpmiddel #content_primary h4 {
			background: transparent url('../images/subtitle_feit_hulpmiddel.gif') top left no-repeat;
			text-indent: -9999px;
			width: 481px;
			height: 63px;
			margin-top: -23px;
		}
		
		.cold_turkey #content_primary h4 {
			background: transparent url('../images/subtitle_feit_cold_turkey.gif') top left no-repeat;
			text-indent: -9999px;
			width: 481px;
			height: 63px;
			margin-top: -23px;
		}
		
		.nicotine_slecht #content_primary h4 {
			background: transparent url('../images/subtitle_feit_nicotine.gif') top left no-repeat;
			text-indent: -9999px;
			width: 481px;
			height: 63px;
			margin-top: -23px;
		}
		
		.nicotinevrij #content_primary h4 {
			background: transparent url('../images/subtitle_feit_vrij.gif') top left no-repeat;
			text-indent: -9999px;
			width: 481px;
			height: 63px;
			margin-top: -23px;
		}
		
		.nicotine_fabels_feiten img {
			float: left;
		}
		
		#content #content_primary #volgende_stelling {
			position: absolute;
			margin-top: 20px;
			margin-left: 240px;
			text-indent: -9999px;
		}
		
		#content #content_primary #volgende_stelling a {
			background: transparent url('../images/button_volgende_stelling.gif') top left no-repeat;
			width: 241px;
			height: 43px;
			display: block;
		}
		
		#feit {
			float: left;
			background: transparent url('../images/button_feit.gif') top left no-repeat;
			width: 200px;
			height: 30px;
			margin-top: 10px;
			margin-right: 10px;
			display: block;
			text-indent: -9999px;
		}
		
		#fabel {
			float: left;
			background: transparent url('../images/button_fabel.gif') top left no-repeat;
			width: 200px;
			height: 30px;
			margin-top: 10px;
			margin-left: 10px;
			display: block;
			text-indent: -9999px;
		}
		
		#antwoord {
			clear: both;
			padding-top: 20px;
		}
		
		
		
		.tem_je_verlangen #content #content_primary h2 {
			background: transparent url('../images/title_tem_je_verlangen.gif') top left no-repeat;
			width: 197px;
			height: 42px;
		}
		
		#tem #content #content_primary {
			background-image: url('../images/background_content_primary_tem.gif');
			color: #fff100;
		}
		
		.tem #content #content_primary h2 {
			background: transparent url('../images/title_tem_je_verlangen_yellow.gif') top left no-repeat;
			width: 197px;
			height: 42px;
		}
		
		.tv_commercial #content #content_primary h2 {
			background: transparent url('../images/title_tv_commercial.gif') top left no-repeat;
			width: 197px;
			height: 42px;
		}
		
		.faq #content #content_primary h2 {
			background: transparent url('../images/title_faq.gif') top left no-repeat;
			width: 197px;
			height: 42px;
		}
		.faq_waarom_moeilijk #content_primary h2{
			background: transparent url('../images/title_faq_waarom_moeilijk.gif') top left no-repeat;
			width: 433px;
			height: 42px;
		}
		
		 .faq_meeroken #content_primary h2 {
			background: transparent url('../images/title_faq_meeroken.gif') top left no-repeat;
			width: 433px;
			height: 42px;
		}
		
		.faq_lang_roken #content_primary h2 {
			background: transparent url('../images/title_faq_lang_roken.gif') top left no-repeat;
			width: 475px;
			height: 42px;
		}
		
		.faq_cold_turkey #content_primary h2 {
			background: transparent url('../images/title_faq_cold_turkey.gif') top left no-repeat;
			width: 433px;
			height: 42px;
		}
		
		.faq_cold_turkey #content_primary .footnote {
			font-style: italic;
			font-size: 0.9em;
			line-height: 1.2em;
			color: #6C6A4C;
		}
		
		.faq_nicotinevervangend #content_primary h2 {
			background: transparent url('../images/title_faq_nicotinevervangend.gif') top left no-repeat;
			width: 475px;
			height: 42px;
		}
		
		.faq_nicotinevervangend #content #content_primary {
			padding-bottom: 0px;
		}
		
		.faq_nicotinevervangend #content #content_primary .bekijken {
			position: absolute;
			text-indent: -9999px;
			margin-top: 14px;
			margin-left: 250px;
		}
		
		.faq_nicotinevervangend #content_primary .bekijken a {
			height: 43px;
			width: 241px;
			display: block;
			background: transparent url('../images/button_nicotinevervangend.gif') top left no-repeat;
		}
		
		.soorten_nicotinevervangend #container #content #content_primary {
			padding-bottom: 10px;
		}
		
		.soorten_nicotinevervangend #content #content_primary h2 {
			background: transparent url('../images/title_soorten_nicotinevervangend.gif') top left no-repeat;
			width: 427px;
		}
		
		.soorten_nicotinevervangend #content #content_primary #nav_tertairy {
			background: transparent url('../images/background_nav_content.gif') top left no-repeat;
			width: 537px;
			height: 50px;
			margin-left: -20px;
			margin-top: -15px;
		}

		.soorten_nicotinevervangend #content #content_primary #nav_tertairy li {
			float: left;
			text-indent: -9999px;
			list-style: none;
			margin-left: 10px;
		}
		
		.soorten_nicotinevervangend #content #content_primary #nav_tertairy .nicotinepleister a {
			background: transparent url('../images/button_nicotinepleister.gif') bottom left no-repeat;
			display: block;
			width: 112px;
			height: 26px;
			margin-top: 22px;
		}
		
		.soorten_nicotinevervangend #content #content_primary #nav_tertairy .nicotine_zuigtabletten a {
			background: transparent url('../images/button_nicotine_zuigtabletten.gif') bottom left no-repeat;
			display: block;
			width: 147px;
			height: 25px;
			margin-top: 21px;
		}
		
		.soorten_nicotinevervangend #content #content_primary #nav_tertairy .nicotinekauwgom a {
			background: transparent url('../images/button_nicotinekauwgom.gif') bottom left no-repeat;
			display: block;
			width: 120px;
			height: 25px;
			margin-top: 19px;
		}
		
		.soorten_nicotinevervangend #content #content_primary #nav_tertairy .nicotine_inhaler a {
			background: transparent url('../images/button_nicotine_inhaler.gif') bottom left no-repeat;
			display: block;
			width: 100px;
			height: 24px;
			margin-top: 17px;
		}
		
		.soorten_nicotinevervangend #content #content_primary #nav_tertairy a:hover, .soorten_nicotinevervangend #content #content_primary #nav_tertairy a.active {
			background-position: top left;
		}
		
		.soorten_nicotinevervangend #container #content #content_primary .first_column {
			width: 165px;
			margin: 15px 15px 0px 0px;
			display: block;
			float: left;
			clear: both;
		}
		
		.soorten_nicotinevervangend #container #content #content_primary .second_column {
			width: 290px;
			margin: 0px 0px 0px 13px;
			display: block;
			float: left;
		}

		.nicotinepleister #content #content_primary .inleiding {
			clear: both;
			position: absolute;
			margin-top: 205px;
			margin-left: 250px;
			text-indent: -9999px;
		}

		.nicotine_zuigtabletten #content #content_primary .inleiding {
			clear: both;
			position: absolute;
			margin-top: 205px;
			margin-left: 250px;
			text-indent: -9999px;
		}

		.nicotinekauwgom #content #content_primary .inleiding {
			clear: both;
			position: absolute;
			margin-top: 10px;
			margin-left: 250px;
			text-indent: -9999px;
		}
		
		.nicotine_inhaler #content #content_primary .inleiding {
			clear: both;
			position: absolute;
			margin-top: 24px;
			margin-left: 240px;
			text-indent: -9999px;
		}
		
		.soorten_nicotinevervangend #content #content_primary .inleiding a{
			background: transparent url('../images/button_inleiding.gif') top left no-repeat;
			width: 241px;
			height: 45px;
			display: block;
		}
		
		.soorten_nicotinevervangend #content_primary .first_column .niquitin_zuigtabletten {
			display: block;
			background: transparent url('../images/button_zuigtabletten_info_yellow.gif') top left no-repeat;
			width: 173px;
			height: 30px;
			text-indent: -9999px;
			margin-top: 10px;
		}
		
		.soorten_nicotinevervangend #content #content_primary .first_column .niquitin_pleisters {
			display: block;
			background: transparent url('../images/button_clear_pleisters_info_yellow.gif') top left no-repeat;
			width: 173px;
			height: 30px;
			text-indent: -9999px;
			margin-top: 10px;
		}
		
		.faq_stopdag #content_primary h2 {
			background: transparent url('../images/title_faq_stopdag.gif') top left no-repeat;
			width: 483px;
			height: 42px;
		}
		
		.faq_stopdag #content #content_primary h3 {
			text-transform: none;
		}
		
		.faq_ontwenning #content_primary h2{
			background: transparent url('../images/title_faq_ontwenning.gif') top left no-repeat;
			width: 556px;
			height: 42px;
		}
		
		.faq_verminderen_ontwenning #content_primary h2 {
			background: transparent url('../images/title_faq_verminderen_ontwenning.gif') top left no-repeat;
			width: 478px;
			height: 42px;
		}
		
		.faq_exrokers #content_primary h2 {
			background: transparent url('../images/title_faq_exrokers.gif') top left no-repeat;
			width: 423px;
			height: 42px;
		}
		.faq_gestopt #content_primary h2 {
			background: transparent url('../images/title_faq_gestopt.gif') top left no-repeat;
			width: 353px;
			height: 42px;
		}
		
		.faq_gestopt #content #content_primary h3 {
			text-transform: none;
		}
		
		.faq_verleiding #content_primary h2, .faq_verleiding_2 #content_primary h2, .faq_eerste_minuten #content_primary h2{
			background: transparent url('../images/title_faq_verleiding.gif') top left no-repeat;
			width: 554px;
			height: 42px;
		}
		
		.faq_verleiding #content #content_primary, .faq_verleiding_2 #content #content_primary, .faq_eerste_minuten #content #content_primary {
			padding-bottom: 0px;
		}
		
		.faq_verleiding #content #content_primary .volgende {
			position: absolute;
			margin-top: 14px;
			margin-left: 240px;
			text-indent: -9999px;
		}
		
		.faq_verleiding #content #content_primary .volgende a {
			background: transparent url('../images/button_volgende.gif') top left no-repeat;
			width: 241px;
			height: 43px;
			display: block;
		}
		
		.faq_verleiding_2 #content #content_primary .inleiding, .faq_eerste_minuten #content #content_primary .inleiding {
			position: absolute;
			margin-top: 14px;
			margin-left: -10px;
			text-indent: -9999px;
		}
		
		.faq_verleiding_2 #content #content_primary .inleiding a, .faq_eerste_minuten #content #content_primary .inleiding a {
			background: transparent url('../images/button_inleiding_links.gif') top left no-repeat;
			width: 241px;
			height: 43px;
			display: block;
		}
		
		.faq_verleiding_2 #content #content_primary .eerste_minuten {
			position: absolute;
			margin-top: 14px;
			margin-left: 260px;
			text-indent: -9999px;
		}
		
		.faq_verleiding_2 #content #content_primary .eerste_minuten a {
			background: transparent url('../images/button_eerste_minuten.gif') top left no-repeat;
			width: 241px;
			height: 43px;
			display: block;
		}
		
		.faq_vragen #content_primary h2 {
			background: transparent url('../images/title_faq_vragen.gif') top left no-repeat;
			width: 539px;
			height: 42px;
		}
		
		.testjes #content #content_primary {
			background-image: url('../images/background_content_primary_white.gif');
		}
		
		.testjes #content #content_primary h2 {
			background: transparent url('../images/title_testjes.gif') top left no-repeat;
			width: 160px;
			height: 42px;
		}
		
		#content #content_primary .doe_de_test {
			width: 241px;
			height: 43px;
			display: block;
			position: absolute;
			margin-top: 141px;
			padding: 20px 0px 0px 0px;
			margin-left: 270px;
			
		}
		
		#content #content_primary .doe_de_test a {
			width:241px;
			height: 41px;
			position: absolute;
			display: block;
			background: transparent url('../images/button_test_fabel_feit.gif') bottom left no-repeat;
			margin-top: 10px;
			text-indent: -9999px;
		}
		
		
		
		.methode #content #content_primary h2 {
			background: transparent url('../images/title_kies_methode.gif') top left no-repeat;
			width: 343px;
		}
		
		#niquitin #content #content_primary .first_column {
			width: 235px;
			margin: 15px 0px 0px 0px;
			display: block;
			float: left;
		}
		
		#niquitin #content #content_primary .second_column {
			width: 242px;
			margin: 15px 0px 0px 5px;
			padding-left: 15px;
			display: block;
			float: left;
			border-left: 2px #fff solid;
		}
		
		#niquitin #content #content_primary .first_column h3{
			margin-top: 0px;
		}
		
		#niquitin #content #content_primary .first_column .zuigtabletten a {
			display: block;
			background: transparent url('../images/button_zuigtabletten_info.gif') top left no-repeat;
			width: 173px;
			height: 30px;
			text-indent: -9999px;
		}
		
		#niquitin #content #content_primary .first_column .clear_pleisters a {
			display: block;
			background: transparent url('../images/button_pleisters_info.gif') top left no-repeat;
			width: 173px;
			height: 30px;
			text-indent: -9999px;
		}
		
		.methode #content #content_primary .methode_test {
			float: left;
			width: 217px;
			height: 41px;
			margin-top: 210px;
			margin-left: 0px;
			text-indent: -9999px;
			position: absolute;
		}
	
		.methode #content #content_primary .de_2_methodes {
			float: left;
			width: 217px;
			height: 41px;
			margin-top: 210px;
			margin-left: 270px;
			text-indent: -9999px;
			position: absolute;
		}
		
		.methode #content #content_primary ul {
			margin-top: 10px;
		}
		
		.methode #content #content_primary ul li {
			font-weight: bold;
			
		}
		
		#content #content_primary .de_2_methodes a {
			display: block;
			width: 217px;
			height: 41px;
			background: transparent url('../images/button_2_methodes.gif') top left no-repeat;
		}
		
		h2.minilozenge-title {
			background: transparent url('../images/title_minilozenge.gif') left top no-repeat;
			width: 237px;
			height: 47px;
		}
		
		
		
		.de_2_methodes #content #content_primary h2 {
			background: transparent url('../images/title_2_methodes.gif') top left no-repeat;
			width: 378px;
			margin-top: -35px;
		}
				
		.de_2_methodes #container #content #content_primary .first_column {
			width: 165px;
			margin: 0px 15px 0px 0px;
			display: block;
			float: left;
		}
		
		.de_2_methodes #container #content #content_primary .second_column {
			width: 290px;
			margin: 0px 0px 0px 13px;
			display: block;
			float: left;
		}
		
		.de_2_methodes #container #content #content_primary {
			height: 220px;
		}
		
		.de_2_methodes #content #content_primary .methode_test {
			clear: both;
			display: block;
			position: absolute;
			margin-top: 196px;
			margin-left: 0px;
			text-indent: -9999px;
			float: left;
		}
		
		.de_2_methodes #content #content_primary .methode_test a {
			display: block;
			width: 217px;
			height: 41px;
			background: transparent url('../images/button_doe_de_test.gif') top left no-repeat;
		}
		
		.de_2_methodes #content #content_primary .inleiding {
			float: left;
			width: 217px;
			height: 41px;
			position: absolute;
			margin-top: 196px;
			margin-left: 270px;
			text-indent: -9999px;
		}
		
		.de_2_methodes #content #content_primary .inleiding a{
			
			display: block;
			width: 217px;
			height: 41px;
			background: transparent url('../images/button_niquitin_inleiding.gif') top left no-repeat;
		}
		
		#niquitin #content #content_primary #nav_tertairy {
			background: transparent url('../images/background_niquitin_nav_content.gif') top left no-repeat;
			width: 537px;
			height: 50px;
			margin-left: -21px;
			margin-top: -13px;
		}

		#niquitin #content #content_primary #nav_tertairy li {
			float: left;
			text-indent: -9999px;
			list-style: none;
		}

		#niquitin #content #content_primary #nav_tertairy .temper_snel a {
			background: transparent url('../images/button_temper_snel.gif') bottom left no-repeat;
			display: block;
			width: 173px;
			height: 27px;
			margin-top: 17px;
			margin-left: 10px;
		}
		
		#niquitin #content #content_primary #nav_tertairy .doeltreffend a {
			background: transparent url('../images/button_24u_lang.gif') bottom left no-repeat;
			display: block;
			width: 153px;
			height: 26px;
			margin-left: 10px;
			margin-top: 14px;
		}
		
		#niquitin #content #content_primary #nav_tertairy a:hover, #niquitin #content #content_primary #nav_tertairy a.active {
			background-position: top left;
		}

		.clear_pleisters #content #content_primary h2 {
			background: transparent url('../images/title_clear_pleisters.gif') top left no-repeat;
			width: 378px;
			margin-top: -27px;
		}
		
		.clear_pleisters #content #content_primary h4, .zuigtabletten #content #content_primary h4 {
			background-color: #000;
			padding: 3px;
			color: #ff9000;
		}
		
		.clear_pleisters #content #content_primary .blue, .zuigtabletten #content #content_primary .blue {
			color: #20467A;
			text-transform: uppercase;
			display: block;
			margin-top: 5px;
		}
		
		.clear_pleisters #content #content_primary p.step, .zuigtabletten #content #content_primary p.step {
			margin: 0px;
		}
		
		.zuigtabletten #content #content_primary span.etape, .clear_pleisters #content #content_primary span.etape {
			width: 105px;
			display: block;
			float: left;
		}
		
		.clear_pleisters #content #content_primary span.etape {
			width: 60px;
		}
		
		.clear_pleisters #content #content_primary p.step .block, .zuigtabletten #content #content_primary p.step .block {
			width: 130px;
			float: right;
			display: block;
		}	
		
		.clear_pleisters #content #content_primary .left, .zuigtabletten #content #content_primary .left {
			width: 235px;
			padding: 5px;
			float: left;
			background: #63b7EE;
			margin-bottom: 5px;
		}
		
		.clear_pleisters #content #content_primary .right, .zuigtabletten #content #content_primary .right {
			width: 235px;
			padding: 5px;
			margin-left: 10px;
			float: left;
			background: #63b7EE;
			margin-bottom: 5px;
			height: 100px;
		}
		
		#niquitin .tip {
			clear: both;
			color: black;
			padding: 2px;
		}
		
		.zuigtabletten #content #content_primary h2 {
			background: transparent url('../images/title_zuigtabletten.gif') top left no-repeat;
			width: 378px;
			margin-top: -35px;
		}
		
		.bijsluiters #content #content_primary h2 {
			background: transparent url('../images/title_bijsluiters.gif') top left no-repeat;
			width: 150px;
		}

		.bijsluiters #content #content_primary .pleisters {
			width: 155px;
			float: left;
			margin-left: -5px;
		}
		
		.bijsluiters #content #content_primary .lozenge {
			width: 165px;
			float: left;
		}
		
		.bijsluiters #content #content_primary .zuigtabletten {
			width: 178px;
			float: left;
		}

		
		.bijsluiters #content #content_primary .pleisters a{
			text-indent: -9999px;
			display: block;
			width: 155px;
			height: 38px;
			background: transparent url('../images/button_bijsluiter_pleisters.gif') top left no-repeat;			
		}
		
		.bijsluiters #content #content_primary .zuigtabletten a{
			text-indent: -9999px;
			display: block;
			width: 178px;
			height: 38px;
			background: transparent url('../images/button_bijsluiter_zuigtabletten.gif') top left no-repeat;			
		}
		
		.bijsluiters #content #content_primary .lozenge a{
			text-indent: -9999px;
			display: block;
			width: 165px;
			height: 38px;
			background: transparent url('../images/button_bijsluiter_lozenge.gif') top left no-repeat;			
		}
		
		.bijsluiters #content #content_primary a:hover {
			background-position: bottom left;
		}
		
		.verkrijgbaarheid #content #content_primary h2 {
			background: transparent url('../images/title_verkrijgbaarheid.gif') top left no-repeat;	
		}
		
		h2.tvspot {
			width: 121px;
			height: 47px;
			background: url('../images/title_tvspot.png') left bottom no-repeat;
			text-indent: -9999px;
			margin: 30px 0 0 300px;
		}
		
		h2.minifilmpjes {
			width: 167px;
			height: 47px;
			margin: 0 0 0 -15px;
			background: url('../images/title_minifilmpjes.png') left top no-repeat;
			text-indent: -9999px;
		}
		
		div#mini-carousel {
			width: 219px;
			margin: 60px 0 0 200px;
			float: left;
		}
		
		div#mini-video {
			float: left;
			padding-top: 20px;
			margin-bottom: 22px;
		}
		
		#mini-carousel a { float: left; margin-bottom: 10px; }
		
		div#video-bg {
			background: url('../images/video-bg.png') left top no-repeat;
			width: 406px;
			height: 229px;
			margin: 0px 0px 4px;
		}
		
		div#spot-bg {
			background: url('../images/video-bg.png') left top no-repeat;
			width: 406px;
			height: 229px;
			margin: 0px auto 18px;
		}
		
		div#video {
			width: 401px;
			height: 223px;
			float: left;
		}
		
		
	
	/* @end */	
	
	/* @group content_secondary */
	
	#content_secondary {
		float: left;
		position: relative;
		/*margin-top: 30px;*/
		margin-top: 31px;
		width: 420px;
		height: 370px;
		font-size: 10px;
		/*border: 1px solid black;*/
	}
	
	#content_secondary object, #content_secondary embed {
		margin-left: -1px;
		position: relative;
	}
	
	.home #content_secondary {
		border: none;
		float: none;
		height: auto;
		width: auto;
	}
	
	.home #content_secondary #monster_1 {
		width: 350px;
		height: 450px;
		margin-top: -175px;
		/*border: 1px solid black;*/
		position: absolute;
	}
	
	.home #content_secondary #monster_2 {
		width: 100px;
		height: 170px;
		margin-top: -80px;
		margin-left: 620px;
		/*border: 1px solid black;*/
		position: absolute;
	}
	
	.home #content_secondary #monster_3 {
		width: 270px;
		height: 355px;
		margin-top: -80px;
		margin-left: 720px;
		/*border: 1px solid black;*/
		position: absolute;
	}
	
	#stoppen #content_secondary ol {
		width: 369px;
		margin-top: 260px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
		border-right: 1px solid black;
		/*background: transparent url('../images/background_content_secondary.gif') top left no-repeat;*/
		color: #fff;
		font-size: 1.15em;
		line-height: 1.4em
	}
	
	#content_secondary ol li {
		list-style-type: decimal;
	}
	
	#content_secondary li {
		width: 320px;
		margin-left: 30px;
	}

	#stoppen #content_secondary ol.faq_vragen {
		/*height: 209px;*/
		height: 269px;
		/*margin-top: 151px;*/
		margin-top: -12px;
		font-size: 1.13em;
		background: transparent url('../images/background_content_secondary_nl.gif') top left no-repeat; position:relative;
	}
	
	#stoppen #content_secondary ol.testjes {
		height: 219px;
		margin-top: -11px;
		background: transparent url('../images/background_content_secondary_short.gif') top left no-repeat;
		position: relative;
	}
	
	#niquitin #content_secondary ol.packshots {
		height: 100px;
		margin-top: -11px;
	}
	
	#content_secondary a {
		color: #fff;
		text-decoration: none;
	}
	
	#content_secondary a:hover, #content_secondary a.active {
		color: #fff12d;
	}
	
	#niquitin #content_secondary a:hover, #niquitin #content #content_secondary a.active {
		color: #f09000;
	}

	 #content_secondary ol {
		width: 369px;
		margin-top: 260px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
		background: #000;
		
		color: #fff;
		font-size: 1.15em;
		line-height: 1.4em;
	}
	
	#minilozenge-menu {
		width: 420px;
		height: 260px;
		position: relative;
		margin-left: -1px;
		display: block;
		background: url('../images/minilozenge-infomenu.png') left top no-repeat;
	}
	
	#button-loz-productinfo {
		width: 286px;
		position: relative;
		height: 250px;
		margin: 73px 10px 0 30px;
		display: block;
		float: left;
	}
	
	#button-loz-tvspot a {
		background: url('../images/loz-button-tvspot.png') left top no-repeat;
		width: 231px;
		height: 158px;
		text-indent: -9999px;
		margin: 133px 10px 0 16px;
		display: block;
		float: left;
	}
	
	#button-loz-tvspot a:hover {
		background-position: left bottom;
	}
	
	#button-loz-minifilmpjes a {
		background: url('../images/loz-button-minifilmpjes.png') left top no-repeat;
		width: 160px;
		height: 122px;
		text-indent: -9999px;
		margin: 80px 10px 0;
		display: block;
		float: left;	
	}
	
	#button-loz-minifilmpjes a:hover {
		background-position: left bottom;
	}
	
	#button-loz-verkrijgbaarheid a {
		background: url('../images/loz-button-verkrijgbaarheid.png') left top no-repeat;
		width: 222px;
		height: 262px;
		text-indent: -9999px;
		margin: 56px 10px 0 20px;
		display: block;
		float: left;	
	}
	
	#button-loz-verkrijgbaarheid a:hover {
		background-position: left bottom;
	}
	
	div#minilozenge-slogan {
		background: url('../images/minilozenge-slogan.gif') left top no-repeat;
		width: 342px;
		height: 48px;
		float: left;
		margin: 12px 0 0 35px;
		display: block;
		text-indent: -9999px;
	}
	
	div#minilozenge-logo {
		background: url('../images/minilozenge-logo.png') left top no-repeat;
		width: 85px;
		height: 85px;
		float: right;
		margin: -27px 30px 0 0;
		text-indent: -9999px;
	}
	
	table#bijsluiters td {
		padding: 10px;
		text-align: center;
		font-weight: bold;
	}
	
	a.download-bijsluiter {
		display: block;
		background: url('../images/button_bijsluiter.gif') left top no-repeat;
		width: 99px;
		height: 31px;
		float: left;
		text-indent: -9999px;
	}
	
	a.download-bijsluiter:hover { background-position: left bottom; }
		
	/* @end */

 /* @end */

/* @group Site-info */

	#site_info {
		width: 1024px;
		margin: 0 auto;
		color: #808080;
		font-size: 0.99em;
		padding-top: 20px;
		padding-left: 0px;
	}
	
	.home #site_info {
		width: 384px;
		height: 52px;
		color: #fff;
		margin-top: -71px;
		position: relative;
		padding: 20px 20px 0px 20px;
		background: transparent url('../images/background_footer_home.gif') top left no-repeat;
		position:relative;
	}
	
	#site_info a {
		color: #808080;
	}
	
	#site_info p {
		text-align: center;
		margin: 0;
	}
	
	.home #site_info p {
		text-align: left;
		display: block;
		float: left;
		width: 330px
	}
	#site_info p.warning {
	color: #FFFFFF;
	font-size: 1em;
	}
	
	#site_info img {
		position: relative;
		margin-left: 0px;
		float: left;
		margin-right: 15px;
	}
	
	#introbeeld {
		position: relative;
	}
	
	#introbeeld a {
		width: 371px;
		text-indent: -9999px;
		height: 309px;
		display: block;
		margin: 12px auto 2px;
		background: url('../images/introbeeld.png') left top no-repeat;
	}

.bron {
	font-size: 9px;
	font-style: italic;
	color: #333333;
}

/* @DolceLaHulpe */

a.btnLaHulpe {
	width: 232px;
	height: 287px;
	top: 80px;
	float: left;
	position: absolute;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/Button_deurhanger.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 50px;
}

a.btnLaHulpe:hover {
	background-position: left bottom;
}

a.infoLaHulpe {
	width: 240px;
	height: 358px;
	top: 85px;
	float: left;
	position: absolute;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/Deurhanger_large.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 50px;
}

a.infoLaHulpe:hover {
	background-position: left bottom;
}

.dolcelahulpe #content_primary h2 {
	width: 554px;
	height: 41px;
	background-color: transparent;
	background-image: url(../images/title_rookstopArrangement.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 40px;
}

.dolcelahulpe #content #content_primary #nav_tertairy {
	width: 537px;
	height: 60px;
	margin-left: -20px;
	margin-top: -15px;
	background-color: transparent;
	background-image: url(../images/background_lahulpe_nav_content.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#LaHulpe #content #content_primary #nav_tertairy li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-indent:-9999px;
	
}

#LaHulpe #content #content_primary #nav_tertairy .algemeen a {
	display: block;
	width: 106px;
	height: 21px;
	margin-top: 25px;
	margin-left: 10px;
	background-color: transparent;
	background-image: url(../images/button_algeme_info.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
		
#LaHulpe #content #content_primary #nav_tertairy .arrangement a {
	display: block;
	width: 128px;
	height: 21px;
	margin-left: 10px;
	margin-top: 23px;
	background-color: transparent;
	background-image: url(../images/button_arrangement.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#LaHulpe #content #content_primary #nav_tertairy .zeg_neen a {
	display: block;
	width: 221px;
	height: 21px;
	margin-left: 10px;
	margin-top: 19px;
	background-color: transparent;
	background-image: url(../images/button_zeg_neen.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
		
#LaHulpe #content #content_primary #nav_tertairy a:hover, #LaHulpe #content #content_primary #nav_tertairy a.active {
	background-position: top left;
}


.dolcelahulpe #content #content_primary .bekijk_arrangement a{
	display: block;
	width: 149px;
	height: 34px;
	background-color: transparent;
	background-image: url(../images/button_bekijk_arrangement.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

.dolcelahulpe #content #content_primary .bekijk_arrangement a:hover{
	background-position: left bottom;
}

.dolcelahulpe #content #content_primary .bekijk_arrangement {
	float: left;
	width: 149px;
	height: 34px;
	margin-top: 33px;
	margin-left: 270px;
	position: absolute;
}

.dolcelahulpe #content #content_primary .methodes_stoppen a{
	display: block;
	width: 149px;
	height: 34px;
	background-color: transparent;
	background-image: url(../images/button_methodes_stoppen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

.dolcelahulpe #content #content_primary .methodes_stoppen a:hover{
	background-position: left bottom;
}

.dolcelahulpe #content #content_primary .methodes_stoppen {
	float: left;
	width: 149px;
	height: 34px;
	margin-top: 33px;
	margin-left: 270px;
	position: absolute;
}


#LaHulpe #content #content_primary .first_column {
	width: 235px;
	margin: 0px 15px 0px 0px;
	display: block;
	float: left;
}

#LaHulpe #content #content_primary .first_column ul {
	width: 235px;
	margin: 0px 15px 0px 0px;
	display: block;
	float: left;
	margin-top:10px;
	font-size:12px;
}
		
#LaHulpe #content #content_primary .second_column {
	width: 232px;
	margin: 0px 0px 0px 15px;
	display: block;
	float: left;
}















/* @quiz */

a.doedequiz {
	width: 235px;
	height: 70px;
	right: 30px;
	top: 180px;
	float: left;
	position: absolute;
	background: url('../images/button_doedequiz.png') left top no-repeat;
	display: block;
	text-indent: -9999px;
}

a.doedequiz:hover {
	background-position: left bottom;
}

h2.quiz-big {
	width: 347px;
	height: 47px;
	margin: 0px 0 5px 40px;
	background: url('../images/title_quiz-big.png') no-repeat;
	text-indent: -9999px;
}

h2.quiz {
	width: 100px;
	height: 47px;
	margin: 50px 0 5px 0;
	background: url('../images/title_quiz.png') no-repeat;
	text-indent: -9999px;
}

.quiz-vraag {
	width: 540px;
	margin: 0 auto;
}

.quiz-intro {
	background: #008cc9;
	width: 900px;
	padding: 20px;
	margin: 0 auto;
}

.vraag-inhoud {
	width: 500px;
	padding: 20px;
	background: #008cc9;
	color: #ffffff;
	font-weight: bold;
}

.col {
	width: 430px;
	float: left;
	color: #fff;
	margin: 0 10px;
}

.col p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

a.doedequiz2 {
	width: 177px;
	height: 44px;
	margin: 20px auto;
	display: block;
	text-indent: -9999px;
	background: url('../images/button_doedequiz2.png') left top no-repeat;
}

ul.vraag { margin-bottom: 10px; }

ul.vraag li {
	margin-left: 10px;
	line-height: 32px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

ul.vraag li a {
	height: 32px;
	line-height: 16px;
	display: block;
	color: #fff;
	padding-left: 50px;
	text-decoration: none;
}

span.pagina {
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-top: -17px;
	margin-right: 10px;
	float: right;
	padding: 8px 8px;
	text-transform: uppercase;
}

span.pagina em {
	font-style: normal;
	font-size: 16px;
}

a.volgende {
	background: url('../images/button_volgende.png') left top no-repeat;
	display: block;
	width: 121px;
	margin-top: -16px;
	margin-right: 10px;
	height: 34px;
	text-indent: -9999px;
	float: right;
}

a.volgende:hover {
	background-position: left bottom;
}

ul.vraag li.a a {
	background: url('../images/quiz-a.gif') left top no-repeat;
}

ul.vraag li.b a {
	background: url('../images/quiz-b.gif') left top no-repeat;
}

ul.vraag li.c a {
	background: url('../images/quiz-c.gif') left top no-repeat;
}

ul.vraag li.d a {
	background: url('../images/quiz-d.gif') left top no-repeat;
}

ul.vraag li a:hover {
	background-position: left center;
}

a.doedequiz2:hover {
	background-position: left bottom;
}

.selected {
	background-position: left bottom !important;
}

h2.uitslag {
	width: 137px;
	height: 47px;
	margin: 45px 0 5px 0px;
	background: url('../images/title_uitslag.png') no-repeat;
	text-indent: -9999px;
}

p.uitslag {
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 30px;
	line-height: 18px;
	font-weight: normal;
	padding-left: 50px;
}

#a {
	background: url('../images/uitslag_a.gif') left top no-repeat;
}

#b {
	background: url('../images/uitslag_b.gif') left top no-repeat;
}

#c {
	background: url('../images/uitslag_c.gif') left top no-repeat;
}

#d {
	background: url('../images/uitslag_d.gif') left top no-repeat;
}

p.uitslag strong {
	font-weight: bold;
	text-transform: uppercase;
}

p.uitslag img {
	float: right;
	padding-left: 20px;
}

p.print {
	clear: both;
	background: #006591;
	padding: 10px 20px;
	line-height: 24px;
	font-weight: bold;
}

p.print span {
	float: left;
}

a.print {
	background: url('../images/button_print.gif') left top no-repeat;
	width: 86px;
	height: 25px;
	display: block;
	float: right;
	text-indent: -9999px;
}

a.print:hover {
	background-position: left bottom;
}

.producttitel {
	display: none;
}

/* @end */
.font14 {
	font-size: 14px;
}

