html
{
	overflow-y: scroll;	
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

em
{
	font-style: italic;	
}

a{color: inherit;}


body
{
	background: #d7d5bc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#top
{
	height: 45px;
	background: #5c114a;
	color: #FFF;
	max-height: 45px;
	overflow: hidden;
}
	
	#topContent
	{
		width: 945px;
		margin: 0px auto;
		height: 45px;
		max-height: 45px;
	}
	
		#topLinks
		{
			word-spacing: 8px;
			float: left;
			font-size: 9pt;
			margin-top: 15px;
		}
		
		#topLinks a
		{
				color: #FFF;
				text-decoration: none;
		}
		
		#topLinks a:hover
		{
				text-decoration: underline;
		}
		
		#topSearch
		{
			margin-left: 30px;
			margin-top: 15px;
			float: left;
		}
		
			.searchText
			{
				background: url(../images/search-field.png) no-repeat;
				border: none;
				outline: none;
				width: 95px;
				height: 18px;
				padding-left: 9px;
				padding-right: 9px;
				font-size: 0.75em;
				color: #323232;
			}
			
		#logo
		{
			float: right;
			padding-right: 13px;
		}
		
		#logo a img
		{
			border: none;	
		}

#coneHolder
{
	width: 960px;
	margin: 0px auto;
}

#cone
{
	width: 40px;
	height: 24px;
	background-image: url(../images/topCone.png);
	background-repeat: no-repeat;
	margin-left: 756px;
}

/** Section blocks **/
#sections
{
	width: 960px;
	margin: 0px auto;
	margin-bottom: 25px;
	margin-top: 5px;
	overflow: hidden;
	height: 110px;
}

	#sections ul
	{
		list-style: none;
		margin: 0px;
		display: block;
		height: 110px;
		width: 960px;
	}
	
	#sections ul li
	{
		float: left;
		background: #FFF;
		margin-right: 30px;
	}
	
	#defaultBox
	{
		width: 346px;	
	}
		
	.boxLeft
	{
		background-image: url(../images/sectionBoxLeft.png);
		background-repeat: no-repeat;
		float: left;
		height: 110px;
		width: 10px;		
	}
	
	.boxContent
	{
		float: left;
		width: 148px;
		height: 110px;
		background: #FFF;
		position: relative;
	}
	
		.boxTitle
		{
			color: #78235c;	
			font-size: 10pt;
			padding-left: 5px;
			padding-top: 5px;
			margin-bottom: 4px;
		}
		
		.boxTitle a
		{
			color: #78235c;
			text-decoration: none;
		}
		
		.boxImage
		{
			height: 75px;
			min-width: 148px;
			max-width: 346px;
		}
	
		.boxText
		{
			height: 61px;
			min-width: 134px;
			max-width: 332px;
			width: 332px;
			font-size: 8pt;
			padding: 7px;
			line-height: 19px;
			overflow: hidden;
			display: none;
			font-style: italic;
			color: #FFF;
			background: #c89404;
		}
		
		.boxText a
		{
			color: #FFF;
			text-decoration: none;
			display: block;
		}	
		
		.boxLink
		{
			position: absolute;
			right: 15px;
			bottom: 15px;
			display: none;
		}
		
		.boxLink a img
		{
			border: none;
		}	
		
		#defaultBox .boxLink
		{
			display: block;	
		}
	
	.boxRight
	{
		background-image: url(../images/sectionBoxRight.png);
		background-repeat: no-repeat;
		float: left;
		height: 110px;
		width: 10px;		
	}



#container
{
	width: 960px;
	margin: 0px auto;
	margin-bottom: 30px;
}

#placeHolderTop
{
	width: 960px;
	height: 30px;
	background-color: #FFF;
	background-image: url(../images/content-top.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}

#placeHolder
{
	width: 960px;
	background: #FFF;
	padding-bottom: 21px;
}

#placeHolderBottom
{
	width: 960px;
	height: 9px;
	background-color: #FFF;
	background-image: url(../images/content-bottom.png);
	background-repeat: no-repeat;
}

#leftContent
{
	float: left;
	width: 167px;
	margin-right: 0px;
	display:inline;
	_margin-right:0px;
}

#centerContent
{
	float: left;
	width: 564px;
	padding-right: 30px;
	padding-left: 30px;
}

#centerContentText
{
	float: left;
	width: 534px;
	padding-right: 45px;
	padding-left: 45px;
}


#rightContent
{
	float: left;
	width: 169px;
}

/** Navigation elements **/
#navigation
{
	width: 167px;
	height: 343px;
	margin-right: 30px;
	background: #97a957;
	position: relative;
}

	#navigation ul
	{
		list-style-type: none;
		margin-left: 10px;
		width: 139px;
	}
	
	#navigation ul li
	{
		border-bottom: 2px dotted #FFF;
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 8px;
		padding-left: 2px;
		width: 139px;
		color: #FFF;
	}
	
	#navigation ul li a
	{
		color: #FFF;
		text-decoration: none;
	}
	
#navigationTop
{
	background-image: url(../images/menu-top.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 167px;
	background-position: right;
}

#navigationBottom
{
	background-image: url(../images/menu-bottom.png);
	background-repeat: no-repeat;
	height: 8px;
	background-position: right;
	position: absolute;
	bottom: 0px;
	width: 167px;
}

/** Main content elements **/
#content
{
	width: 100%;
	font-size: 0.75em;
	color: #77787B;
	min-height: 299px;
	line-height: 19px;
}
	
	#content .contentPadding
	{
		
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#content h1
	{
		color: #8CA662;
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 38px;
	}
		
	#content h2
	{
		color: #8CA662;
		font-size: 17px;
		margin-bottom: 13px;
	}
	
	#content h2 a
	{
		color: #8CA662;
		text-decoration: none;
	}

	
	#content strong
	{
		font-weight: bold;
		color: #4D4D4F;
	}
    
    #content ul
    {
        list-style-type: disc; 
        margin-left: 15px;	
    }
	
    #content a
    {
		color: #c89404;
		text-decoration: none;
    }
    
#news
{
	width: 169px;
	background: #EBE5D6;
	min-height: 537px;
	position: relative;
}

#newsBottom
{
	position: absolute;
	bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 149px;
	background-image: url(../images/grey-bottom-single.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

	#bottomText
	{
		font-size: 8pt;
		color: #43595E;
		font-style: italic;
		float: left;
		width: 90px;
		padding-bottom: 10px;
		line-height: 18px;
	}
	
	#bottomText a
	{
		display: block;
		color: #43595E;
		text-decoration: none;
	}
	
	#bottomIcon
	{
		float: right;	
		padding-top: 22px;
	}
	
	#bottomIcon a img
	{
		border: none;
		outline: none;
	}

.boxtop
{
	width: 159px;
	height: 21px;
	color: #FFF;
	background-image: url(../images/purple-top.png);
	background-repeat: no-repeat;
	font-size:  10pt;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 6px;
}

/** News items **/
.newsBlock
{
	border-bottom: 1px solid #b3b0a7;
	margin: 0px 10px 6px 10px;
	padding-bottom: 8px;
}

.newsTitle
{
	color: #78235c;	
	font-size: 10pt;
	margin-bottom: 5px;
}

.newsTitle a
{
	color: #78235c;
	text-decoration: none;
}


.newsContent
{
	color: #666;
	font-size: 8pt;
	line-height: 18px;
}

.newsContent a
{
	color: #97a857;
	text-decoration: none;
	margin-left: 5px;
}

.link
{
	color: #97a857;
	text-decoration: none;
	margin-left: 5px;
}


/** Newsletter elements **/
#newsletter
{
	width: 167px;
	height: 179px;
	margin-right: 30px;
	background: #c89404;
	position: relative;
	margin-top: 15px;
}

	
#newsletterTop
{
	background-image: url(../images/newsletter-top.png);
	background-repeat: no-repeat;
	height: 8px;
	background-position: right;
}

#newsletternBottom
{
	background-image: url(../images/newsletter-bottom.png);
	background-repeat: no-repeat;
	height: 8px;
	background-position: right;
	position: absolute;
	bottom: 0px;
	width: 167px;
}

#newsletterContent
{
	padding: 5px;
	padding-left: 10px;
}

	.whiteTitle
	{
		color: #FFF;	
		font-size: 11pt;
		margin-bottom: 10px;
	}
	
	.newsletterText
	{
		color: #FFF;	
		font-size: 8pt;
		width: 145px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	
	.newsletterInput
	{
		width: 128px;
		height: 17px;
		border: none;
		outline: none;
		background: #c89404;
		background-image: url(../images/newsletter-field.png);
		background-repeat: no-repeat;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 1px;
		margin-bottom: 10px;
		font-size: 0.75em;
		color: #323232;
	}

/** Containers **/
.containerBox
{
	float: left;
	width: 168px;
	margin-right: 30px;
	margin-top: 19px;
	background: #ece6d6;
	min-height: 219px;
	max-height: 219px;
	height: 219px;
	position: relative;
}

.containerTitle
{
	background-image: url(../images/purple-top-dubble.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 22px;
	font-size: 10pt;
	color: #FFF;
	padding-left: 10px;
	padding-top: 3px;
}

.containerHeading
{
	color: #5C114A;
	float: left;
	width: 85px;
	font-size: 10pt;
	line-height: 18px;
	padding: 15px 0px 0px 10px;
}

.containerHeading a
{
	text-decoration: none;	
}

.containerIcon
{
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}

.containerContent
{
	display: block;
	margin-top: 5px;
	padding: 5px 10px 10px 10px;
	font-size: 8pt;
	color: #404040;
	line-height: 18px;
}

.containerContent a
{
	text-decoration: none;
}
.containerBottom
{
	background-image: url(../images/grey-bottom-dubble.png);
	background-repeat: no-repeat;
	height: 8px;
	background-position: right;
	position: absolute;
	bottom: 0px;
	width: 168px;
}

/** Extra items **/
.clear
{
	clear: both;	
}

#developed
{
	text-align: right;
	font-size: 8pt;
	padding-right: 15px;
	padding-top: 5px;
	color: #FFFFFF;
}

#developed a
{
	color: #a4a095;
	text-decoration: none;
}

#developed a:hover
{
	color: #66635c;	
}

/** Inner boxes **/
#innerBox
{
	display: block;	
	margin-top: 25px;
	margin-bottom: 25px;
}

#boxTop
{
	width: 565px;
	height: 10px;
	background: url(../images/box-top.jpg) no-repeat;
}

#boxContent
{
	width: 543px;
	border-right: 1px solid #e3e4e5;
	border-left: 1px solid #e3e4e5;
	padding-left: 10px;
	padding-right: 10px;
}

#boxContent table
{
	width: 543px;
}

#boxContent table tr td
{
	height: 24px;
}

#boxContent table tr td.greenRow
{
	background: #e1e5cd;
	color: #87888A;
}

#boxContent table tr td.question
{
	padding-left: 11px;
	color: #7B7C7E;
}

#boxContent table tr td.greenRow img
{
	margin-left: 10px;
	margin-right: 8px;
}

#submitText
{
	margin-top: 15px;
	color: #5D7884;
	font-style: italic;
	width: 100%;
	text-align: right;
}

#submitText span
{
	cursor: pointer;	
}

#submitText span img
{
	margin-left: 8px;	
}

#boxBottom
{
	width: 565px;
	height: 10px;
	background: url(../images/box-bottom.jpg) no-repeat;
}

.border
{
	width: 100%;
	height: 1px;
	background: #dbdcdd;
	margin-bottom: 25px;
}

.productBorder
{
	width: 100%;
	height: 1px;
	background: #dbdcdd;
	margin-bottom: 25px;
	margin-top: 25px;
}


.resultBox
{
	float: left;
	width: 170px;
	margin-right: 25px;
}

.resultBox table
{
	margin-bottom: 25px;	
}

.resultBox table tr td a
{
	color: #9A141B;
	font-style: italic;
	text-decoration: none;
	font-size: 11px;
}

.resultTitle
{
	color: #173542;
	font-size: 12px;
}

.resultHeading
{
	color: #8ca662;
	font-size: 12px;
}

.resultIntro
{
	color: #646567;
	font-size: 10px;
}

#innerButtons
{
	margin-top: 25px;	
	margin-bottom: 15px;
}

#innerButtons div
{
	cursor: pointer;
}


#innerButtons .button
{
	width: 125px;
	height: 32px;
	background: url(../images/button-large.jpg) no-repeat;
	color: #bcbdc0;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 12px;
}

#innerButtons .active
{
	width: 125px;
	height: 32px;
	color: #FFF;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 12px;
	background-image: url(../images/button-large-active.jpg);
	background-repeat: no-repeat;
}

/** Niews blokken **/
.newsFirstMsg
{
	border-top: 1px solid #eaeaeb;
	border-bottom: 1px solid #eaeaeb; 
	padding-top: 15px; 
	padding-bottom: 15px;
	margin-top: 15px;
}

.newsMsg
{
	border-bottom: 1px solid #eaeaeb; 
	padding-top: 15px; 
	padding-bottom: 15px;	
}

.newsFirstMsg,.newsMsg .newsContent
{
	padding-top: 5px;	
}

.newsNavBlocks 
{
	float: left; 
	width: 183px;
}

.newsBlockTitle
{
	background: url(../images/green-top.png) no-repeat;
	height: 22px; 
	width: 158px; 
	color: #FFF; 
	font-size: 10pt; 
	padding-left: 10px; 
	padding-top: 4px;
}

.newsBlockContent
{
	background: url(../images/rounded-borders.png) no-repeat; 
	width: 164px; 
	height: 82px; 
	padding-left: 4px; 
	padding-top: 4px;	
}

.newsBlockLargeContent
{
	background: url(../images/rounded-borders-long.png) no-repeat; 
	width: 164px; 
	height: 203px; 
	padding-left: 4px; 
	padding-top: 10px;
}

.newsBlockLargeContentTxt
{
	background: url(../images/rounded-borders-long.png) no-repeat; 
	width: 148px; 
	height: 203px; 
	padding-left: 10px; 
	padding-top: 10px;
	padding-right: 10px;
}

.newsBlockLargeContentTxt a
{
	color: inherit;
	text-decoration: none;
}


.newsBlockLargeContent img
{
	margin-left: 17px;	
}

.sectionSelection
{
	float: left; 
	width: 168px;	
}

.sectionSelection ul li
{
	background: url(../images/news-section-clean.png) no-repeat;
	width: 169px;
	height: 47px;
	color: #97a857;
	text-align: center;
	padding-top: 6px;
	margin-bottom: 9px;
	list-style-type: none;
}

.sectionSelection ul li.activeSection
{
	background: url(../images/news-section-active.png) no-repeat;
	color: #FFF;
}

.sectionSelection ul li.activeSection a
{
	color: #FFF;
}


.sectionSelection ul li a
{
	color: #999999;
	text-decoration: none;
	display: block;
	height: 100%;
}

.newsBackLink
{
	text-align: right;
	font-style: italic;
	margin-bottom: 15px;
}

.newsBackLink a
{
	color: #5c114a;
	text-decoration: none;
}

.newsComplete
{
	border-bottom: 1px solid #eaeaeb;
	padding-bottom: 10px;
}

.graph-show
{
	display: block;	
}

.graph-hide
{
	display: none;
}

.pijler
{
	cursor: pointer; 
	position: absolute;
	background: url('../images/section-block.png') no-repeat; 
	width: 125px; 
	height: 62px; 
	right: 16px; 
	top: 19px; 
	color: #808285; 
	font-size: 10px; 
	padding: 10px 11px 10px 11px;	
}

.sectiePijler
{
	cursor: pointer; 
	position: absolute;
	background: url('../images/section-block-small.png') no-repeat; 
	width: 128px; 
	height: 46px; 
	right: 16px; 
	top: 19px; 
	color: #808285; 
	font-size: 10px; 
	padding: 10px 11px 10px 11px;	
}


.pijler a
{
	text-decoration: none;
	color: #808285;
}

.sectiePijler a
{
	text-decoration: none;
	color: #808285;
}


.pijlerTitle
{
	color: #8CA662; 
	font-size: 13px;	
}

#formTable table tr td
{
	color: #77787B;
    font-size: 0.75em;
    line-height: 19px;
	padding-bottom: 10px;	
}

#formTable table tr td .inputField
{
	width: 230px;
	height: 15px;
	outline: none;
	border: 1px solid #b3b0a7;
	padding: 2px;
	font-size: 12px;
}

#formTable table tr td .checkbox
{
	margin-right: 10px;
}

#formTable table tr td span
{
	margin-bottom: 10px;
	display: block;
}

.productInformation ul
{
	list-style-type: disc; 
	margin-left: 15px;	
}

.productInformation ol
{
	list-style-type: disc; 
	margin-left: 15px;	
}

#introduction
{
	width: 565px;
	height: 270px;
	background: url(../images/product-top.jpg) no-repeat;
	margin-bottom: 15px;
}

#introduction .productImage
{
	width: 120px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

#introduction .productText
{
	float: left;
	width: 360px;
	margin-left: 30px;
	margin-top: 30px;
}

#introduction .productTitle
{
	font-size: 22px;
	color: #173542;
	margin-bottom: 10px;
}

#introduction .productFormula
{
	font-size: 1.2em;
	color: #96A857;
	margin-bottom: 10px;
}

#introduction .productDescription
{
	font-size: 0.9em;
	color: #4B4B4D;
}

.pdf
{
	width: 443px;
	height: 22px;
	padding-left: 125px;
	padding-top: 1px;
	background: url(../images/downloadPdf.jpg) no-repeat;
	margin-bottom: 15px;
}

.pdfSmall
{
	width: 414px;
	height: 21px;
	padding-left: 125px;
	padding-top: 1px;
	background: url(../images/downloadPdfSmall.jpg) no-repeat;
	margin-bottom: 15px;
	margin-top: 15px;
}

.newsComplete ul
{
	list-style-type: disc; 
	margin-left: 15px;	
}

#languages img
{
	margin-right: 10px;
}
