html, body {
	height: 100%;
	width: 100%;
}

html
{
	overflow-y: scroll;
}

body
{
	color: #464646;
	font: 12px Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
}

.clear
{
	clear: both;
}

a{
	color: #464646;
}

a:hover, a:active, a:focus
{
	outline: 0;
}

a img
{
	border: none;
}

img.bg{
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#background-image
{
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index:-10;
}

#background-image img
{
	top:0;
	left:0;
	z-index:-10;
	width: 100%;
	display:none;
	overflow: hidden;
}

.wrapper
{
	height: auto !important;
	height: 100%;
	margin: 0 auto -21px;
	min-height: 100%;
	position: relative;
	width: 1021px;
	z-index: 2;
}

.wrapper2
{
	height: auto !important;
	height: 100%;
	margin: 0 auto -249px;
	min-height: 100%;
	position: relative;
	width: 1021px;
	z-index: 2;
}


.header
{
	background: url('../image/layout/header.png');
	height: 224px;
	margin: 0 auto;
	position: relative;
	width: 1021px;
	z-index: 3;
	-webkit-filter: drop-shadow(0 0 3px #222);
    filter:         drop-shadow(0 0 5px #222); 
}

.header_business{
	background: url('../image/layout/header_business.png')!important;
}

.business
{
	color: #464646;
	font-size: 11px;
	left: 468px;
	position: absolute;
	text-decoration: none;
	top: 149px;
}

.navi
{
	list-style: none;
	margin: 0;
	position: absolute;
	top: 177px;
	left: 40px;
	padding: 0;
	z-index: 3;
}

.navi li
{
	float: left;
	height: 37px;
}

.navi a
{
	color: #464646;
	float: left;
	font-size: 17px;
	font-weight: bold;
	line-height: 37px;
	padding: 0 13px;
	text-decoration: none;
}
	.navi a:hover{
		text-decoration: underline;
	}

.navi .active
{
	background: url('../image/layout/active.png');
}

.navi .active.first
{
	background: url('../image/layout/active_first.png');
}

.navi .active > a
{
	color: #ffffff;
}

.lang
{
	float: left;
	margin-left: 13px;
	margin-top: 7px;
}

.navi .lang_open
{
	background: url('../image/layout/lang_open.png');
	float: left;
	height: 14px;
	margin-left: 9px;
	margin-top: 12px;
	padding: 0;
	width: 14px;
}

.navi .lang_open.opened
{
	background: url('../image/layout/lang_close.png');
}

.navi .menu-item{
	position: relative; 
}
.navi .menu-item.has-submenu > ul{
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	background: #d7d7d7;
	margin:0;
	padding:0;
	list-style: none;
	min-width: 200px;
}
.navi .menu-item.has-submenu.active > ul{
	background:#656464;
}
.navi .menu-item.has-submenu:hover > ul{
	display: block;
}
	.navi .menu-item.has-submenu > ul li{
		float:none;
		height:auto;
		padding: 0 13px;
	}
	.navi .menu-item.has-submenu > ul li a{
		display: block;
		width: 100%;
	}
	.navi .menu-item.has-submenu.active > ul li a{
		color:#fff;
	}

.navi .language_selector ul
{
	background: url('../image/layout/lang_sub.png');
	display: none;
	height: 162px;
	list-style: none;
	margin: 37px 0 0 0;
	padding: 0;
	position: relative;
	width: 53px;
	z-index: 3;
}

.navi ul li
{
	height: 30px;
}

.navi ul a
{
	padding: 0;
}

.wrapper > .content
{
	background: url('../image/layout/content.png') no-repeat top center;
	min-height: 184px;
	margin: 0 auto 51px auto;
	max-height: 1450px;
	padding: 20px 50px;
	position: relative;
	text-shadow: 2px 2px 2px #ddd;
	width: 921px;
	z-index: 2;
	line-height: 24px;
}

.content-wrapper
{
	overflow: hidden;
	max-height: 1450px;
}

.home.content
{
	margin: 0 auto 21px auto;
}

.content-bottom
{
	background: url('../image/layout/content_bottom.png') no-repeat top center;
	height: 21px;
	position: absolute;
	left: 0;
	bottom: -21px;
	text-shadow: 2px 2px 2px #ddd;
	width: 1021px;
}

.content h1
{
	font-size: 16px;
	margin: 0;
}

.home-push
{
	clear: both;
	height: 245px;
}

.push
{
	clear: both;
	height: 21px;
}

.push2
{
	clear: both;
	height: 249px;
}

.home-slider
{
	background: url('../image/layout/home_slider.png') no-repeat center;
	float: right;
	margin: 0 17px 30px 0;
	height: 295px;
	padding: 10px;
	width: 474px;
}

.home-slider h1{
	margin: 10px 0 0 15px;
}

.footer
{
	background: url('../image/layout/footer.png') no-repeat center;
	color: #e9f3fc
	height: 30px;
	line-height: 30px;
	margin: -30px auto 0 auto;
	padding-right: 30px;
	position: relative;
	text-align: right;
	width: 991px;
	z-index: 2;
}

.footer strong
{
	color: #e9f3fc
}

.footer a
{
	color: #e9f3fc;
	text-decoration: none;
}

.footer_big
{
	height: 248px;
	margin: 0 auto;
	color: #e9f3fc;
	position: relative;
	width: 971px;
	z-index: 2;
}

	.footer_big .top{
		margin: 0 0 -1px 0;
		height: 30px;
		background: url('../image/layout/footer_top.png') no-repeat top center;
	}
	
	.footer_big .middle{
		background: #5b5b5b;
		padding: 0 0 0 7px;
		margin-top: -20px;
	}
	
		.simply-scroll{
			height: 210px!important;
			margin: 0!important;
		}
	
		.simply-scroll .simply-scroll-clip{
			height: 200px!important;
		}
	
		#scroller .image{
			float: left;
			background: url('../image/layout/footer_product_bg.jpg') no-repeat;
			width: 230px;
			height: 190px;
			padding: 5px;
		}
		
	.footer_big .bottom{
		height: 40px;
		line-height: 40px;
		background: #5b5b5b;
		text-align: right;
		padding: 0 12px 0 0;
	}
	
	.bottom_text{
		text-align: center;
		color: #fff;
		font-size: 18px;
        text-shadow: 0px 0px 10px #707070;
        filter: dropshadow(color=#707070, offx=0, offy=0); 
		height: 30px;
		line-height: 20px;
	}

.footer_big strong
{
	color: #e9f3fc
}

.footer_big a
{
	color: #e9f3fc;
	text-decoration: none;
}

/** MODULES **/
.news-list .news-article, .news-detail .news-article
{
	border: none;
	padding: 10px 0;
}

.news-article a
{
	color: #464646;
}

.news-title a
{
	text-decoration: none;
}

.home-slider
{
	position: relative;
	z-index: 2;
}

.slide
{
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	width: 474px;
	height: 294px;
	cursor: pointer;
}

.slide img {
	width: 474px;
	height: 294px;
}

.slide h1 {
	position: absolute;
}

/*
 * Intro
 */
#wrapper_intro{
	margin: 0 auto;
	width: 978px;
}

#wrapper_intro *{
	margin: 0;
	padding: 0;
}

#wrapper_intro h1{
	margin: 10px 0 50px 0;
	font-weight: normal;
	font-size: 23px;
	color: #211f1e;
}

#wrapper_intro h1 span{
	color: #a6a6a6;
}

	#wrapper_intro .middle{
		padding: 0 9px;
		background: url('../image/layout/bg_intro_middle.png') repeat-y;
	}
	
		#content{
			position: relative;
			background: url('../image/layout/intro_bg.jpg') no-repeat;
		}
		
			#content > .left{
				float: left;
				width: 435px;
				padding: 45px 0 0 45px;
				background: url('../image/layout/intro_shadow.jpg') no-repeat right bottom;
			}
			
				#content > .left .tekst{
					padding: 0 40px 0 40px;
				}
			
			#content > .right{
				float: left;
				width: 460px;
				padding: 45px 0 0 20px;
			}
			
				#content > .right .tekst{
					padding: 0 85px 0 15px;
				}
				
				#content .tekst{
					font-size: 15px;
					color: #211f1e;
					line-height: 35px;
				}
				
					#content .tekst .left{
						text-align: left;
						margin: 0 0 40px 0;
					}
					
						#content .tekst .left img{
							float: left;
							margin: 0 15px 0 0;
						}
					
					#content .tekst .right{
						text-align: right;	
						margin: 0 0 40px 0;		
					}
					
						#content .tekst .right img{
							float: right;
							margin: 0 0 0 15px;
						}
						
						#content .tekst .left span,
						#content .tekst .right span{
							text-decoration: underline;
						}
						
						#content  > .left .tekst a,
						#content  > .right .tekst a{
							display: block;
							width: 212px;
							height: 45px;
							text-decoration: none;
							text-align: center;
							line-height: 45px;
							margin: 0 0 40px 0;
						}
						
							#content  .tekst a span{
								font-weight: bold;
							}
						
						#content > .left .tekst a{
							background: url('../image/layout/link_geel.jpg') no-repeat;
							color: #211f1e;
						}
						
						#content > .right .tekst a{
							background: url('../image/layout/link_zwart.jpg') no-repeat;
							color: #fff;
						}
	
	#wrapper_intro .bottom{
		height: 25px;
		background: url('../image/layout/bg_intro_bottom.png') no-repeat;
	}

#intro_taal{
	position: absolute;
	top: 247px;
	right: 0;
	margin: 0 -73px 0 0;
	height: 188px;
	min-width: 74px;
	background: url('../image/layout/taal_bg.png') no-repeat right;
}
	
	#intro_taal .taal{
		clear: both;
		float: right;
		height: 26px;
		width: 32px;
		margin: 10px 20px 0 0;
		overflow: hidden;
	}
	
	#intro_taal .taal span{
		float: left;
		display: none;
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		line-height: 26px;
	}
	
	#intro_taal .taal img{
		float: right;
	}
	
	#intro_taal .taal:hover{
		width: 167px;
		padding: 10px 13px 10px 10px;
		margin: 0 7px -10px 0;
		background: #211f1e;
	}
	
	#intro_taal .taal:hover span{
		display: block;
	}

/*
 * Modules
 */
 
#store_locator_results .storelocator-content-middle{
	max-height: 248px;
	overflow-y: scroll;
	overflow-x: hidden;
 }
 
/* Formulieren */

.form{
	/**/
}

	.form-label{
		float: left;
		width: 220px;
		list-style: none;
	}

	.form-text{
		width: 196px;
	}

	.form-textarea{
		width: 194px;
		font-family: arial;
	}

	.form-errors{
		width: 400px;
		margin: 0 0 10px 0;
		padding: 0 10px;
		background: #E54A5C;
		text-shadow: none;
		list-style: none;
		color: #fff;
	}
	
	.form-saved{
		width: 400px;
		margin: 0 0 10px 0;
		padding: 0 10px;
		background: #5c9747;
		text-shadow: none;
		color: #fff;
	}
	
	.form-submit{
		background: #464646;
		color: #fff;
		font-weight: bold;
		text-shadow: none;
		padding: 5px 10px;
		text-decoration: none;
	}

	.form-description,
	.form-reset{
		display: none;
	}
	
/*
 *
 */
 
/* Sitemap */

.sitemap{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

	.sitemap a{
		color: #464646;
		text-decoration: underline;
	}
	
	.sitemap:hover{
		text-decoration: none;
	}
	
	.sitemap ul{
		margin: 0 0 0 15px!important;
		padding: 0!important;
	}
	
/*
 *
 */
 
/* Nieuws module */

/* List */
.list.news.module{
	list-style: none;
	margin: 0;
	padding: 0;
}
	.list.news.module .item{
		margin: 20px 0 0 0;
		border-top: 2px solid #464646;
	}
		.list.news.module h2{
			font-size: 18px;
			margin: 20px 0 0 0;
		}
			.list.news.module h2 a{
				color: #464646;
				text-decoration: none;
			}
			.list.news.module h2 a:hover{
				text-decoration: underline;
			}
		.list.news.module .date-time{}
			.list.news.module .time{
				display: none;
			}
			
/* Detail */
.detail.news.module{
	margin: 20px 0 0 0;
	border-top: 2px solid #464646;
}
	.detail.news.module h1{
			font-size: 18px;
		margin: 20px 0 0 0;
	}
	.detail.news.module .date-time{}
		.detail.news.module .time{
			display: none;
		}
		.detail.news.module .link a:hover{}
		
/*
 *
 */
 
/* Storelocator module */

.storelocator .storelocator-left .title:hover{
	text-decoration: underline;
}


/* scroller */
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 960px;
	height: 80px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 960px;
	height: 80px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 190px;
	height: 80px;
}

.switch-button{
	float: right;
	margin: 0 30px 30px 0;
	padding: 8px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 #222222;
	background: rgb(91, 91, 91);
	background: rgba(91, 91, 91, 0.9);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.switch-button:hover{
	background: rgb(91, 91, 91);
}

.switch-button .icon-business{
	float: left;
	padding: 2px 10px 0 0;
}

.switch-button .icon-consumer{
	float: left;
	padding: 1px 10px 0 0;
}

.switch-button span{
	float: left;
}

.product.detail a.CoolBox {
	text-decoration: none;
}