
/*--------------------------------------------------*/
/*--[ CSS Lobelle Design 2006, copyright Robarov ]--*/
/*--------------------------------------------------*/

* {
	font-size:100%;
	margin:0;
	padding:0;
	}

body {
	background: #fff url(../i/layout/bg-body2.gif) 0 0 repeat-x;
	color: #666;
	text-align: center; /* IE 5 center */
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	}
#container {
	width: 900px;
	margin: 0 auto; /* IE 5 center */
	text-align: left;
	}

#content {
	padding: 0 0 30px;
	width: 100%;
	overflow: auto;
	}

/*--[ header ]----------------------------------------------------------------*/

#header {
    background: url(../i/layout/logo.gif) top center no-repeat;
	position: relative;
	width: 900px;
	height: 120px;
	}
	#header h2 {
		margin: 0px;
		padding: 0px;
		border-bottom: 0px;
		position:absolute;
		left:-9999px;
		overflow:hidden;
		}
/*--[ common ]----------------------------------------------------------------*/

h1, h2, h3, h4 {
	margin: 0 20px;
	font-family: Verdana, Arial, Sans-Serif;
	}
h1 {
	background: #4aabd5;
	color: #fff;
	padding: 0 0 30px 0;
	font-family: Arial, Sans-Serif;
	font-size: 24px;
	margin: 15px 0 0;
	padding: 0;
	line-height: 30px;
	}
	#home h1 {
	   font-size: 30px;
	   line-height: 50px;
	   margin-bottom: 30px;
	}

h2 {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #585858;
	}
	h2 small {
		color: #1885b3;
		font-size: 0.6em;
		}
h3 {
	margin: 0 0 0px;
	font-size: 1.4em;
	}

p, ul {
	margin: 0 0 15px;
	}
p.intro {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

strong {
	font-weight: bold;
	color: #228ebc;
	}
blockquote {
	text-align: center;
	font-size: 1.4em;
	}
	blockquote span {
		color: #ddd;
		font-size: 2em;
	}

ol {
	margin: 0 20px 15px;
	}

	ul li{
		background: url(../i/layout/bullet.gif) 0 0.2em  no-repeat;
		list-style-type: none;
		padding:0 0 0 20px;
		}

a {
	color: #4aabd5;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #228ebc;
	text-decoration: underline;
	}
a:active {
	color: #228ebc;
	}

img {
	border: none;
	}
	.img {
		display: inline-block;
		float: left;
		width: 270px;
		margin: 15px;
		}
.alignleft {
	margin: 0 20px 10px 30px;
	float: left;
	}
.alignright {
	margin: 0 30px 10px 20px;
	float: right;
	}
.highlight { /* highlight important text */
	background: #FFC;
	}
.clear { /* clear floated divs */
	clear: both;
	}
.hide{ /* hides text from broswer */
	position:absolute;
	left:-9999px;
	overflow:hidden;
	}
.info {
	padding:10px 20px;
	background: #f8f3eb;
	border: 1px solid #ddd1bd;
	color: #88736d;
	}
em {
	font-style: normal;
	font-size: 1em;
	color: #1885b3;
	}
em span{
	color: #48aad5;
	}
.mini {
	clear: both;
	height: 16px;
	float: right;
	}
a.top, a.back {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9000em;
	text-decoration:none;
	}
	a.top{background: url(../i/layout/bg-top.gif) 0 0 no-repeat;}
	a.top:hover{background: url(../i/layout/bg-top.gif) -16px 0 no-repeat;}

	a.back{background: url(../i/layout/bg-back.gif) 0 0 no-repeat;}
	a.back:hover{background: url(../i/layout/bg-back.gif) -16px 0 no-repeat;}

/*--[ crumb ]----------------------------------------------------------------*/

#crumb{
	color: #afe0f5;
	margin: 0 0 30px 0;
	padding: 0px;
	font-size: 0.9em;
	}
	#crumb a {
		color: #afe0f5;
		text-decoration: none;
		}
	#crumb a:hover {
		color: #fff;
		text-decoration:underline;
		}

/*--[ nav ]----------------------------------------------------------------*/
#nav {
	background: #f4f4f4;
	height: 40px;
	left: 0px;
	margin: 0;
	position: absolute;
	top: 80px;
	width: 900px;
}
#nav li {
	background: #f4f4f4;
	display: inline;
	float: left;
	font: normal 14px/20px Arial, sans-serif;
	margin-left: 30px;
	padding: 0;
}
#nav li.active { background: url(../i/layout/bg-nav.gif) bottom center no-repeat; }
#nav li a {
	color: #777;
	display: block;
	float: left;
	height: 20px;
	padding: 10px 0px;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}
#nav li a:hover, #nav li a:focus, #nav li.active, #nav li.active a {
	color: #4aabd5;
}

#nav li.active, #nav li.active a {
	color: #333;
	cursor: default;
}




#subnav{
	position:absolute;
	right:0px;
	top:48px;
	background:url(../i/layout/bg-subnav.gif) 50% 50% no-repeat;
	width:200px;
	line-height:1.2em;
	margin: 0 10px 0 0;
	}
	#subnav li{
		width: 100px;
		float:left;
		text-align:center;
		padding: 0px;
		background: transparent;
		}
	#subnav a {
		 color: #868686;
		 text-decoration: none;
		}
	#subnav a:hover{
		color: #666;
		text-decoration: underline;
		}

/*--[ homepage ]----------------------------------------------------------------*/
.kwickswrap {
    height: 400px;
    margin-bottom: 20px;
    width: 900px;
    overflow: hidden;
}
.kwicks {
    height: 400px;
    position: relative;
}
.kwicks li {
    display: inline;
	float: left;
	width: 300px;
	height: 400px;
	background: none;
	overflow: hidden;
	padding: 0;
	margin-right: 5px;
}
#kitchencontainer, #closetcontainer {
	background: #f2f2f2;
	width: 330px;
	float: left;
	padding: 10px 0 0 0;
	}
	#kitchencontainer {margin: 0px 15px 20px 30px;}
	#closetcontainer {margin: 0px 30px 20px 15px;}
	#kitchencontainer p a, #closetcontainer p a, .kitchen p a, .print {
		width: 240px;
		height: 26px;
		line-height: 26px;
		background: #2792c0 url(../i/layout/bg-button.gif) 0 0 no-repeat;
		display: block;
		color: #fff;
		padding: 0 0 0 30px;
		font-weight: bold;
		}
	#kitchencontainer p a:hover, #closetcontainer p a:hover, .kitchen p a:hover, .print:hover {
		background: #66b8dd url(../i/layout/bg-button.gif) 0 -26px no-repeat;
		color: #ffde84;
		text-decoration: none;
		}
	#kitchencontainer div, #closetcontainer div {
		background: #66b8dd url(../i/layout/bg-box.jpg) 0 0 no-repeat;
		margin: 10px 30px;
		width: 270px;
		height: 180px;
		}
	#kitchencontainer div img, #closetcontainer div img {
		margin: 5px;
		}
	#contactcontainer {
		width: 260px;
		background: #daecf3 url(../i/layout/fold.gif) top right no-repeat;
		padding: 15px 0 0 20px;
		height: 233px;
		margin: 0 15px 15px 0;
		float: left;
		}
	#contactcontainer h2 {
		color: #4aabd5;
		padding-bottom: 10px;
		}
	#openinghours {
		margin-bottom: 20px;
		}
	#newscontainer {
		background: #fff4ce;
		padding: 10px;
		width: 570px;
        min-height: 228px;
		margin: 0 0 10px 15px;
		float: left;
		}
	#newscontainer h2 {
		border-bottom: 1px solid #ecd297;
		padding-left: 24px;
        padding-bottom: 8px;
		background: url(../i/layout/envelope.gif) 0 3px no-repeat;
		}
	#newscontainer h3 {
		font-size: 1em;
		}
	#newscontainer p a, .newsitem .more a, #submit, #archive a {
		width: 95px;
		height: 26px;
		line-height: 26px;
		background: #fde3a8 url(../i/layout/bg-newsbutton.gif) 0 0 no-repeat;
		display: block;
		color: #9a6d04;
		padding: 0 0 0 30px;
		font-weight: bold;
		}
		#submit {
			width: 125px;
			text-align: left;
			border: 0px;
			}
		#archive {clear:both;}
	#newscontainer p a {clear: both;}
	#newscontainer p a:hover, .newsitem .more a:hover, #archive a:hover {
		background: #fde3a8 url(../i/layout/bg-newsbutton.gif) 0 -26px no-repeat;
		color: #814200;
		text-decoration: none;
		}
	#newscontainer img {
		float: left;
		margin: 0 10px 10px 30px;
		}
/*--[ kitchen ]----------------------------------------------------------------*/
#kitchenlist {
	height: 260px;
	text-align: center;
	}
	#kitchenlist li {
		width: 180px;
        float: left;
	   display: inline;
	   text-align: center;
		margin: 0 60px 0 0;
		padding: 0px;
		}
	#kitchenlist li.last {
		margin: 0px;
		}
	#kitchenlist h2 {
		margin: 0px;
		padding: 0px;
		border: 0px;
		}
	#kitchenlist h2 a {
		width: 180px;
		height: 240px;
		display: block;
		float: left;
		text-indent: -9000em;
		overflow: hidden;
		}
	#kitchenlist h2 a:hover {
		text-decoration: none;
		background-position: -180px 0;
		}
	#sfeer-ruimte h2, #sfeer-ruimte h2 a {background-image: url(../i/layout/sfeer-ruimte.jpg);}
	#harmonie h2, #harmonie h2 a {background-image: url(../i/layout/harmonie.jpg);}
	#landhuis h2, #landhuis h2 a {background-image: url(../i/layout/landhuis.jpg);}
	#k-now h2, #k-now h2 a {background-image: url(../i/layout/k-now.jpg);}
	#toonzaal h2, #toonzaal h2 a {background-image: url(../i/layout/toonzaal.jpg);}


#dealers {
	margin: 20px 0 0 30px;
	padding: 0;
	height: 22px;
	overflow: auto;
	}
	#dealers li {
		padding: 0px;
		float: left;
		width: 150px;
		height: 22px;
		margin: 0 20px 0 0;
		}
	#dealers li a {
		text-indent: -9000em;
		overflow: hidden;
		width: 150px;
		height: 22px;
		display: block;
		text-decoration: none;
		float:left;
		}
	#dedecker {background: url(../i/layout/dedecker.gif) 0 0 no-repeat;}
	#smeg {background: url(../i/layout/smeg.gif) 0 0 no-repeat;}
	#orgalux {background: url(../i/layout/orgalux.gif) 0 0 no-repeat;}
	#zeyko {background: url(../i/layout/zeyko.gif) 0 0 no-repeat;}
	#leicht {background: url(../i/layout/leicht.gif) 0 0 no-repeat;}

.kitchen {
	width: 270px;
	height: 250px;
	float: left;
    display: inline;
	padding: 0;
	margin: 0 15px;
	}
	.closet {
		height: 150px;
	}
#gallery {
	margin: 0 0 10px;
	text-align: center;
}
#gallery a {cursor: pointer;}
	#gallery img {
		margin: 0 5px 15px 10px;
		/* float: left; */
		}

/*--[ news ]----------------------------------------------------------------*/
.newsitem {
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px 0;
	float: left;
	width: 900px;
 }
	.date-cat {
		font-size: 0.9em;
		color:#999;
		margin: 0;
		}
	.newsitem h2{
		border: 0px;
		padding: 0px;
		margin: 2px 0;
	}
	.newsitem p.more a{
		float: left;
		}
	.newsitem img {
		float: left;
		margin: 5px 20px 0 0;
		padding: 2px;
		border: 1px solid #ddd;
		}
	.newspic {
		float: right;
		margin: 5px 30px 0 20px;
		padding: 2px;
		border: 1px solid #ddd;
		}


.gallery li{
	float:left;
	width:115px;
	height:100px;
	overflow:hidden;
	margin:0 10px 10px 0;
	padding:0px;
	background:transparent;
	position:relative;
	border: 1px solid #efefef;
}
	.gallery img{
		position:absolute;
		top:0px;
		left:0px;
	}
	.gallery a{
		width:115px;
		max-width:115px;
		height:100px;
		overflow:hidden;
		display:block;
	}
	.gallery a:hover{background:transparent;}

/*--[ contact ]----------------------------------------------------------------*/
#route, #contact #contactcontainer {
	float: left;
	}
	#route {
/*		width: 430px;*/
		margin: 0 0 20px;
	}
    #route img{
        display: block;
/*         width: 595px; */
        margin-right: 10px;
        margin-bottom: 10px;
    }
form{
	clear:both;
}
	fieldset{border:none;}

	form div input, form div textarea{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		border: 1px solid #dcdcdc;
		padding:4px 0;
	}
	form div input { width:300px;}
	span.error{color:#e42323;font-size:.9em;}
	form div {margin:0 0 .6em 0;}
	form label {display:block;}
	textarea{width:650px;}

	.attention{
		border-top: 1px solid #ffbc2c;
		border-bottom: 1px solid #ffbc2c;
		background: #fff4b6;
		padding: 5px 10px;
		margin: 10px 30px;
		color:#BC7C12;
		display: block;
	}
	.attention li{
		background:url(../i/layout/error.gif) 0 50% no-repeat;
		padding:0 0 0 20px;
	}
	#openinghours {
	   clear: both;
	   height: 1%;
	   background: #f4f4f4;
	   padding: 20px;
	   width: 680px;
	}
	#openinghours li {
	   background: none;
	   padding: 0;
	}

/*--[ footer ]----------------------------------------------------------------*/
#footer {
	border-top: 1px solid #e8e8e8;
	color: #aaa;
	line-height: 40px;
	text-align: center;
	margin: 0px;
	}
	#footer a {
		color: #aaa;
		text-decoration: none;
	}
	#footer a:hover{
		color: #555;
		text-decoration: underline;
	}
    .center{
        width: 100%;
        text-align: center;
    }
