html { height: 100%; overflow: auto; }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background: #fdfdfd;
	
}

/* footer position using 'footerStickAlt' technique */
#wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: #426c9f;
}

a:hover {
	color: #9f426c;
}

* html #wrapper {
	height: 100%;
}

#kruimelpad {
	padding: 9px 0 0 0;
	height: 22px;
	color: #002a4d;
	width: 974px;
	margin-bottom: 3px;
	background: url(../img/kruimelpad.png);
}
#kruimelpad span.separator {
	margin: 0 7px;
}
#kruimelpad a {
	color: #002a4d;
	font-weight: bold;
	text-decoration: none;
}


.row {
	text-align: center;
	width: 100%;
	min-width: 974px;
}
	.row .container {
		width: 974px;
		text-align: left;
		margin: auto;
		position: relative;
	}

	#header {
		position: relative;
		height: 372px;
		width: 100%;
		z-index:10;
	}
	
	#curve{
		left:50%;
		margin:0 0 0 -600px;
		position:absolute;
		width:950px;
		z-index:5000;
	}
	
	#rightOverlay{
		width: 50%;
		height: 372px;
		margin-top: -372px; 
		position: relative; 
		float: right;
	}
	
	#gmap_contaner {
		margin: auto; 
		z-index: 100; 
		width: 680px; 
		height: 372px; 
		margin-top: -372px; 
		position: relative; 
	}
		#gmap_contaner #gmap {
			width: 100%;
			height: 100%;
			z-index: 5;
		}
		
		#gmap_contaner .left{
			position: absolute;
			left: 0px;
			top: 0px;
			z-index: 10;
		}
		
		#gmap_contaner .googleLogo{
			position: absolute;
			left: 180px;
			bottom: 5px;
			width: 100px;
			height: 25px;
			z-index: 10;
		}
		
		#gmap_contaner .right{
			position: absolute;
			right: 0px;
			top: 0px;
			z-index: 10;
		}	
		
		#gmap_contaner .bottom, #gmap_contaner .top{
			position: absolute;
			bottom: 0px;
			z-index: 10;
			width: 100%;
			height: 5px;
			background: url("../img/gmap/footer.png") bottom repeat-x;
		}	
		
		#gmap_contaner .top{
			top: 0px;
			background: url("../img/gmap/top.png") top repeat-x;
		}	
				
			/* Top */
			#top {
				left: 0;
				background: transparent url('../img/menu_background.png') top center repeat-x;
			}
				#top .container {
					height: 60px;
				}
				
				#top .container #logo {
					width: 185px;
					height: 60px;
					background: transparent url('../img/logo.png') top center no-repeat;
					position: absolute;
				}
				
				#top .container .menu {
					position: absolute;
					height: 60px;
					overflow: hidden;
					margin-left: 185px;
					width: 790px;
				}
				
					#top .container .menu li {
						float: left;
						position: relative;
						padding: 0 1px;
						height: 60px;
						margin: 0 1px;
						width: auto !important;
					}
						
						/* #top .container #menu li:hover, #top .container .menu li.selected, */
						#top .container #menuHover li {
							background: #bfbfc0 url('../img/menu_item_hover_border.png') top left repeat-x;
						}
						
							#top .container #menuHover img {
								visibility: hidden;
							}
							#top .container #menuHover li a {
								color: white;
							}
						
						#top .container #menuHover li {
							visibility: hidden;
						}
						
						#top .container .menu li a {
							font-size: 15px;
							display: block;
							*width: 0px; /* IE6 Hax0r*/
							height: 38px;
							padding: 0 18px;
							padding-top: 22px;
							text-transform: lowercase;
							color: #6074a6;
							text-decoration: none;
						}
							#top .container .menu li a img {
								height: 16px;
							}
						
						/* #top .container #menu li a:hover, #top .container .menu li.selected a, */
						#top .container #menuHover li a {
							background: transparent url('../img/menu_item_hover_background.png') top left repeat-x;
						}
						
						#top .container .menu li.selected a {
							color: #002b4f;
						}
			#search{
				padding-top: 8px;	
				width: 150px;
				float: right;
			}
			#searchForm {
				height: 44px;
			}

#footer {
	position: fixed;
	bottom:0px;
	
	background: transparent url('../img/footer_background.png') top left repeat-x;
	width: 100%;
	height: 46px;
	/*
	margin-top: -46px;
	*/	
	z-index: 10000;
}
	#footer .container * {
		height: 21px;
		float: left;
	}
		#footer .container a {
			margin: 0 6px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
			#footer .container a.selected {
				background-color: #eaeaea;
			}
		#footer .container .divider {
			background: url('../img/footer/divider.gif');
			width: 2px;
			margin: 0 6px;
		}
	
	#footer .container {
		width: 974px;
		text-align: left;
		margin: auto;
		
		padding-top: 14px;
	}
	#footer .container .ppg {
		float: right;
	}
		#footer .container .ppg img {
			height: 23px;
		}

#content h1,
#content h2,
#content h3 {
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#content h1 {
	font-size: 16px;
	padding: 8px 0 12px;
	text-align: left;
	z-index: 1;
}

#content h2 {
	font-size: 15px;
	padding: 8px 0;
	text-align: left;
	z-index: 1;
}

#content h3 {
	font-size: 12px;
	padding: 8px 0 12px;
	text-align: left;
	z-index: 1;
/*	text-transform: uppercase;*/
}

#content h4 {
	font-size: 11px;
	padding: 0px;
	color: #002b50;
	z-index: 1;
}

#content p {
	line-height: 150%;
	text-align: left;
}

#content .small_gray {
	font-size: 10px;
	color: gray;	
}

.clearer, .bottom_padder {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.bottom_padder {
	padding-top: 30px;	
}

/*Navigation*/

#navigation {
	width: 100%;
	background: #8389a5;
	overflow: auto;
	border-top: 6px solid #a8adc0;
	padding-bottom: 80px;
}
	#navigation  div ul {
		text-align: left;
		margin: auto;
		padding-top: 14px;
		list-style: none;
		height: auto;
	}
	#navigation div ul li {
		float: left;
		width: 170px;
		margin: 5px 0 2px 0;
		font-size: 14px;
		font-weight: bold;
		padding: 0;
		overflow:hidden;
	}
	#navigation  a {
		color: #ddd;
		text-decoration: none;
	}
	#navigation a:hover {
		color: #fff;
	}
		#navigation div ul li ul {
			list-style: none;
			height: auto;
			width: 170px;
			padding-left: 5px;
			padding-top:0;
		}
		#navigation div ul li ul  li {
			background: url("../img/driehoek.png") no-repeat 0 7px transparent;
			float: none;
			display: black;
			width: 120px;
			font-size: 12px;
			font-weight: normal;
			padding: 5px 3px 5px 14px;
			margin:0;
		}
	#navigation div ul li ul li.collapse {
		display: none;
	}
	#navigation .more {
		background: url("../img/morebg.png") no-repeat 0 12px transparent;
		padding: 20px 3px 5px 76px;
		font: 11px;
		
	}
	#navigation  #navWrapper {
		width: 974px;
		margin: 0 auto 0 auto;
	}
	

/* Nieuws brief */
.news{
 	margin-top: -2px;
 	color: #fff;
 	position: relative;
 	height: 203px;
 	width: 100%;
 	margin-bottom: 10px;
}
	.news .left,  .news .right{
		position: absolute;
		height: 100%;
		width: 15px;
		top: 0px;
		z-index: 0;
	}
	.news .left{
		left: 0px;
		background: url("../img/news/left.png") no-repeat;
	}
	.news .right{
		right: 0px;
		background: url("../img/news/right.png") no-repeat;
	}
	
	.news span{
		margin-bottom: 5px;
		display: block;
		line-height: 130%;
	}
	
	
	.news h2, x:-moz-any-link {margin-bottom: -7px;}
	
	
	.news h2 span{
		display: inline;
		margin: 0px;
		padding: 0px;
		line-height: 100%;
	}
	
	.news .content {
	background:url("../img/news/center.png") repeat-x scroll 0 0 transparent;
	height:100%;
	left:15px;
	padding-left:8px;
	padding-right:5px;
	padding-top:15px;
	position:absolute;
	text-align:left;
	z-index:10;
	width:308px;
	}
	
	.news.wider .content {
		width: 328px;
	}
		
.news .input {
	background:url("../img/form/wigget_top.gif") repeat scroll 0 0 transparent;
	border:medium none;
	color:#818181;
	font-size:11px;
	height:21px;
	margin-top:4px;
	padding:7px 0 0 4px;
	position:relative;
	width:182px;
}
	
	.news input {
		margin-top: 4px;
	}
	
	.one .input{
		width: 118px;
		background:  url("../img/form/small_input.png");
	}
	.news .inputSubmit {
		height:28px;
		position:relative;
		width:214px;
	}
	
	.one .inputSubmit{
		width: 120px;
		width: 150px;
		margin-bottom: 5px;
	}
	
	.news .inputSubmit .submit{
		position: absolute;
		right:0;
		top:0;
	}

	.one.route{
		float: right;
	}
	
/* Forms */
.input_checkbox{
	margin: 5px 0;
	width: 100%;
}

.input{
	width: 100%;
	height: 30px;	
	vertical-align: middle;
	margin-top: 4px;
}

.input textarea{
	width: 316px; 	
	*width: 315px; 	
	float: left;
	border: none;
	border-width: 0px;
	background: url("../img/form/content.png");
	font-family: Verdana, sans-serif;
	/*color: #464646;*/
	color: #202020;
	font-size: 11px;
	padding-left: 2px;
	border-right: 1px solid #eaeaea;
	height: 50px;	
}
	.input .textareaContaner{
		width: 319px;
		float: left;
	}
	
	.input .status, .input_checkbox .status{
		clear: left;
		margin-left: 125px;
		color: red;
		font-size: 10px;
		padding-top: 3px;
	}	
	
	.input_checkbox .status{
		margin-left: 2px;
	}

	.input .textareaHeader{
		float: left;
		width: 319px;
		height: 4px;
		margin-bottom: -1px;
		
		background: url("../img/form/header.png") no-repeat;
	}
	.input .textareaFooter{
		float: left;
		width: 319px;
		height: 4px;
		margin-top: -1px;
		background: url("../img/form/footer.png") no-repeat;
	}

.input .title, .input .title_big, .input .title_medium{
	padding: 8px 0 0 2px;
	width: 130px;
	float: left;
	height: 20px;
}

.input .title_big{
	width: 325px;	
}

.input .title_medium{
	width: 205px;	
}

input.text, input.smalltext,  input.midtext {
	width: 317px;
	padding: 7px 0 0 2px;
	height: 21px;
	/*margin-top: 4px;*/
	border: none;
	background: url("../img/form/background.png");
	/*color: #464646;*/
	color: #202020;
	font-size: 12px;	
	float: left;
}

input.smalltext {
	width: 38px;
	background: url("../img/form/supsmall_input.png");
	margin-right: 5px;
}

input.midtext {
	width: 120px;
	background: url("../img/form/midd_input.png");
	margin-right: 5px;
}

.input .tooltip, .input_checkbox .tooltip {
	float: right;
	
}

.dialogeTooltip{
	background: #eee;
	border: 1px solid #777;
	padding: 10px;
	width: 200px;
	z-index: 10000;
}

.show_tooltip{
	width: 200px;
	height: 100px;
	background: red;	
}

table input {
	margin-bottom: 0;
}

button {
	color: #fff;
	text-align: left;
	padding-left: 36px;
	cursor: pointer;
}

/* Quicklinks */
.quicklinks{
	margin-top: 10px; 
	padding-top: 0px !important;
}

.quicklinks div {
	padding: 20px;
	padding-top: 0px;
}
	.quicklinks div h2 {
		color: #fff;
		padding: 0px;
		margin-top: 0px;
	}
	
	.quicklinks div a {
		color: #fff;
		text-decoration: none;
		height: 22px;
		vertical-align: top;
		background: url('../img/cross.png') left top no-repeat;
		padding-top: 4px;
		padding-left: 28px;
		cursor: pointer;
		display: block;
	}
	.quicklinks div a:hover {
		color: #9bb7cd;
		
	}

/* Widgets */

div.widget {
	width: 350px;
	float: left;
	height: 210px;
	margin-left: 10px;
}
	div.widget > div > img {
		float: left;
		padding-right: 5px;
	}
	div.widget div img.leesmeer {
		margin: 20px 0;
	}
	div.widget > div > h2 {
		color: #002a4d;
		font-family: Verdana, sans-serif;
		font-weight: bold;
		font-size: 15px;
		margin: 2px 0 10px 20px;
	}
	div.widget a {
		color: #1c71b9;
		text-decoration: none;
	}
	div.widget a:hover {
		color: #002f57;
	}

/* Banner */	
div.widget2 {
	float: right;
	padding: 5px 0 20px 0;
	width: 225px;
}
	div.widget2 > h2 {
		color: #fff;
		font-family: Verdana, sans-serif;
		font-weight: bold;
		font-size: 15px;
	}
	div.widget2  img {
		margin: 5px 0 5px 0;
	}

	
/* Templates */

.templateTwoTwoOne {
	position: relative;	
}

	.templateTwoTwoOne div.a, .templateTwoTwoOne div.b, .templateTwoTwoOne div.c {
		float: left;
		padding-top: 10px;
		position: relative;
	}
	
	.templateTwoTwoOne div.a {
		width: 370px;
		margin-right: 10px;
	}
	.templateTwoTwoOne div.b {
		width: 370px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.templateTwoTwoOne div.c {
		width: 175px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
.templateOneTwoTwo{
	position: relative;	
}
	.templateOneTwoTwo div.a, .templateOneTwoTwo div.b, .templateOneTwoTwo div.c {
		float: left;
		padding-top: 10px;
		position: relative;
	}
	
	.templateOneTwoTwo div.a {
		width: 175px;
		padding-left: 10px;
	}
	.templateOneTwoTwo div.b {
		width: 370px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.templateOneTwoTwo div.c {
		width: 370px;
		margin-right: 10px;
		padding-left: 10px;
	}

.templateThreeTwo { 
	position: relative;	
	width: 974px;
	margin: 10px auto;
}

	.templateThreeTwo div.a, .templateThreeTwo div.b {
		float: left;
		padding-top: 10px;
	}
	
	.templateThreeTwo div.a {
		width: 544px;
		margin-right: 10px;
	}
	.templateThreeTwo div.b {
		width: 370px;
		padding-right: 15px;
		float: right;
	}

.templateTwoThree { 
	position: relative;	
	width: 974px;
	margin: 0 auto;
}

	.templateTwoThree div.a, .templateTwoThree div.b {
		float: left;
		padding-top: 10px;
	}
	
	.templateTwoThree div.a {
		width: 370px;
		margin-right: 10px;
	}
	.templateTwoThree div.b {
		padding-left: 20px;
		padding-right: 20px;
		width: 544px;
		float: right;
	}
	
.templateOneThreeOne { 
	position: relative;
	width: 974px;
	margin: 0 auto;
}
	.templateOneThreeOne div.a, .templateOneThreeOne div.b, .templateOneThreeOne div.c {
		float: left;
		padding-top: 10px;
		text-align: left;
	}
	
	.templateOneThreeOne div.a, .templateOneThreeOne div.c  {
		width: 175px;
		margin-right: 10px;
	}
	.templateOneThreeOne div.b {
		width: 544px;
		padding-left: 20px;
		padding-right: 30px;
	}
	.templateOneThreeOne div.c {
		padding-left: 10px;
		width: 175px;
		float: right;
	}

.templateThree {  
	position: relative;	
	width: 974px;
	margin: 10px auto;
}
	.templateThree div.a, .templateThree div.b{
		position: relative;
		float: left;
		margin-top: 9px;
		width: 311px;
		margin-right: 20px;
		margin-bottom: 11px;
	}
	.templateThree div.c{
		position: relative;	
		float: right;
		margin-top: 9px;
		width: 311px;
	}
	
	.templateThree div.ab{
		position: relative;	
		float: left;
		margin-top: 9px;
		width: 633px;
	}
	
.templateFourOne{ }
	.templateFourOne div.a{
		float: left;
		width: 779px;
		padding-top: 10px;
	}
	
	.templateFourOne div.b{
		padding-top: 10px;
		padding-left: 20px;
		float: left;
		width: 175px;
	}

	
/* Templates misc */

.quicklinksTwo {
	background: transparent url('../img/ct_quicklinks_two.gif') no-repeat;
	height: 215px;
}
.quicklinksOneThird{
	background: transparent url('../img/ct_quicklinks_one_third.gif') no-repeat;
	min-height: 289px;
}
	

.backgroundOneThird{
	/* background: transparent url('../img/ct_shadow_one_third.png') no-repeat; */
	min-height: 289px;
}

.backgroundThree {
	/* background: transparent url('../img/ct_shadow_three.png') no-repeat; */
	min-height: 289px;
}

.backgroundblock {
	background: transparent url('../img/block.png') no-repeat;
	min-height: 152px;
}

input.one{
	border: none;
	color: #fff;
	text-align: left;
	padding-left: 36px;
	cursor: pointer;
	background: #003766 url('../img/buttons/ct_one.gif') top left no-repeat;
	height: 32px;
	width: 139px;
	text-decoration: none;
	vertical-align: middle;	
}

a.one{
	background: #003766 url('../img/buttons/one-medium.png') top left no-repeat;
	display: block;	
	height: 17px;
	color: #fff;
	text-align: left;
	padding-top: 10px;
	padding-left: 36px;
	cursor: pointer;
	text-decoration: none;
	width: 120px;
	padding-bottom: 5px;
}

a.oneSmall{
	background: #003766 url('../img/buttons/ct_small.gif') top left no-repeat;
	width: 103px;
}

button.one {
	background: #003766 url('../img/buttons/ct_one.gif') top left no-repeat;
	width: 175px;
	height: 32px;
}

.terug{
	float: right;	
}
/*Helping classes*/
.readmore{
	display: block;
	color: #002b50;
	text-decoration: none;
}

.files{
	margin-left: 50%;	
}
.files .file{
	margin-bottom: 3px;
	text-align: right;	
}
.files .file img{
	vertical-align: top;
	
}

.tumb_img{
	margin-top: 11px;
/*	border: 4px solid #fff; */
}

.routeSubmit{
	margin-top: 10px;	
}

.toggler {
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	margin-bottom:-5px;
	margin-left:408px;
	margin-top:30px;
	padding:0;
	position:relative;
}

	.toggler img{
		vertical-align: middle;
		margin-right: 5px;
	}

/*Products */

.product_img{
	float: left;
	margin: 19px 0 0 28px;
}

.product_content{
	position: relative;
	float: left;
	width: 155px;
	height: 152px;
	overflow: hidden;
	padding-left: 3px;
	margin: 19px 0 0 29px;	
}

.readmore_product{
	background-image: url("../img/buttons/button_bg.png");
	position: absolute;
	bottom: 51px;
	left: 0px;
	padding: 3px;
}


/*Color And Mood*/
.color_mood{
	height: 386px;
	overflow: hidden;
}

/*Color_interior*/
.color_interior{
	padding-bottom: 20px;	
}

/*Tamplates*/
.tamplates{
		
}

/*.stylist_at_your_home*/
.stylist_at_home{
	background: transparent url('../img/block.png') no-repeat;
	min-height: 152px;
}

	.stylist_at_home img{
		margin: 10px;
		margin-top: 19px;
		float: left;	
	}
	
	.stylist_at_home .content{
		float: left;
		width: 186px;
		height: 100px;
		overflow: hidden;
	}
	
	.stylist_at_home .readmore{
		float: left;
		width: 150px;
		height: 11px;
		margin-top: 8px;
		padding: 2px 0 4px;	
	}

/*Color magazine*/

.color_magazine{
	background: transparent url('../img/block.png') no-repeat;
	min-height: 152px;
}

	.color_magazine img{
		margin: 19px 10px 10px 0;
		float: left;	
	}
	
	.color_magazine .content{
		float: left;
		width: 186px;
		height: 93px;
		overflow: hidden;
		line-height: 150%;
	}
	
	.color_magazine .one{
		position: absolute;
		bottom: 15px;
		float: left;
		
	}


/*templads menu*/
.templates{
	background: transparent url('../img/block.png') no-repeat;
	height: 152px;	
	position: relative;
}

	.templates img{
		margin: 15px 0px 15px 15px;
		float: left;	
		width: 110px;
		height: 110px;
	}
	
	.templates .content{
		float: left;
		width: 156px;
		height: 100px;
		margin-left: 15px;
		overflow: hidden;
	}
	
	.templates .readmore{
		position: absolute;
		float: left;
		width: 150px;
		height: 11px;
		margin-top: 8px;
		top: 120px;
		padding: 2px 0 4px;	
	}
	
	.templates .one{
		position: absolute;
		bottom: 15px;
		/*float: left;*/
		right: 15px;
	}
	
	.templates .tooltip{
		position: absolute;
		right: 15px;
		top: 0px;
		width: 20px;
		height: 20px;
	}

.templatesProduct{
	background: transparent url('../img/blockBig.png') no-repeat;
	min-height: 252px;	
	position: relative;	
}

	.templatesProduct img{
		margin: 15px;
		float: left;	
	}
	
	.templatesProduct .content{
		float: left;
		width: 156px;
		height: 185px;
		overflow: hidden;
	}
	
	.templatesProduct .content p{
		text-align: left !important;
		
	}
	
	.templatesProduct .readmore{
		position: absolute;
		float: left;
		width: 150px;
		height: 11px;
		margin-top: 8px;
		top: 120px;
		padding: 2px 0 4px;	
	}
	
	.templatesProduct .one{
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	
	.templatesProduct .oneSmall{
		left: 160px;
	}

/*products*/

.product{
	background: transparent url('../img/block.png') no-repeat;
	min-height: 152px;	
}

	.product img{
		margin: 10px;
		margin-top: 19px;
		float: left;	
	}
	
	.product .content{
		float: left;
		width: 186px;
		height: 100px;
		overflow: hidden;
	}
	
	.product .readmore{
		float: left;
		width: 150px;
		height: 11px;
		margin-top: 8px;
		padding: 2px 0 4px;	
	}

/*loading*/

#loadingDots{
	width: 100%;	
}
	#loadingDots .dots{
		float: left;
	}
	#loadingDots span{
		float: left;
	}

/*search*/
.seache_results {
		
}
	.result {
		margin-bottom: 20px;	
		border: solid 1px #dfdfdf;
		padding: 10px 40px 10px 10px;
		position: relative;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px; 
	}
	
	.result .read-more {
		position: absolute;
		bottom: -1px;
		right: -1px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px; 
	}
	
	.kleur {
		width: 10px;
		height: 10px;
		float: left;
		border: 1px solid #666;
		margin-right: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px; 
	}

/* Sitemap */
.sitemap{
	width: 30%;
	float: left;
	padding-bottom: 10px;
}


.sitemap .mainLevel h3{
	margin-bottom: -20px;
	padding-bottom: 0px;
	margin-top: 20px;
}

.sitemap li.level1{
	margin-left: 15px;
	margin-top: 10px;	
	list-style-image: url('../img/list.gif');
	vertical-align: top;
}

.sitemap li.level2{
	margin-left: 30px;
	margin-top: 10px;	
	list-style-image: url('../img/list.gif');
}

.sitemap a{
	text-decoration: none;
	color: #002c51;
}

.sitemap a:hover{
	color: #656666;
}

/*table*/

.styledTable td{
	padding-top: 11px;	
	padding-right: 10px;
}

.styledTable td a{
	text-decoration: none;
	color: #000;
}

.debug  {
	
	border: red solid 1px;
	
}