* {
	margin: 0px;
	padding: 0px;
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	background:url('/images/body-bg.jpg') left top repeat; 
	font:12px/1.55 Arial, Helvetica, sans-serif; 
	color:#464646; 
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url('/images/wrapper-bg.gif') repeat-y left top;  margin: 0 auto;  
	width: 982px; 

}


#header{
	position: relative;
	top:0px;
	margin:0;
	padding:0;
	left:0px;
	height: 130px;
	width:100%;

}
#header h1 {
	text-align: center;
	padding-top: 20px;
}
#logo {
	position: relative;
	top:20px;
	left:30px;	
}
#menu {
	height: 25px;
	margin: 40px 10px 0px 0px;
	width:900px;
	float: right;
}

/* MENU ITEMS */
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right:30px;
}

#menu ul li {
	float: left;
	position: relative;
	background: #FFF;
	margin-left: 5px;
	line-height: 25px;
	padding-left: 10px;

}
#menu ul li a {
	color: #000000;
	text-decoration: none;
}
#menu ul li a:hover {
	color: orange;
}
	
/* SUBMENU ITEMS */
#menu ul li ul {
	display: none;
	position: absolute; 
	left: 0px;
	margin-top:5px;
	width: 150px;
	border: 1px solid #000000;
	z-index: 100;
	background: #FFF;
}

#menu ul li:hover ul {
	display: block;
	left: 10px;
	top: 20px;
}

#menu ul li ul li {
	margin-left: 0px;
	padding-left: 0px;	
	width: 150px;
}
#menu ul li ul li a {
	margin-left: 5px;
	padding-left: 0px;	
}

#menu ul li ul .end {
	background: #FFF;
}
#slider {
	position: relative;
	top:0px;
	margin:0;
	padding:0;
	left:5px;
	height: 250px;
	width:972px;	
	background-color:#ddd;
}		
#content {

}
.showroomlink {
	color:#555;	
	text-decoration: none;
	font-weight: bold;

}
#slim_gezien {
	width:660px;
	margin-left:-30px;
}
#leftcolumn {
	margin-top: 50px;
	font-size: 12px;
	line-height: 22px;
	padding: 20px 50px;
	width: 60%;
	float: right;
	min-height: 300px;
}
#leftcolumn p {
	margin-bottom: 10px;
}

#leftcolumn a {
	color:#464646;
}

#leftcolumn a:hover {
	text-decoration: underline;

}

#leftcolumn h2 {
	margin-bottom: 10px;
}

#leftcolumn h3 {
	margin-bottom: 10px;	
}

#leftcolumn ol {
	margin-left: 50px;
}

#leftcolumn ul {
	margin-left: 50px;
}

/* SHOWROOM */

#leftcolumn .productgroup {
	border: 1px solid #bbbbbb;
	width: 200px;
	float: left;
	margin-left: 10px;	
	
}

#leftcolumn .productgroup img {
	max-width: 200px;
}

#leftcolumn .productgroup:hover {
	cursor:	pointer;
}

#leftcolumn .productgroup h2 {
	color: #333333;
}

#leftcolumn .product {
	border: 1px solid #bbbbbb;
	width: 200px;
	float: left;
	margin-left: 10px;
	height: 520px;
	margin: 5px;
}

#leftcolumn .product img {
	max-width: 200px;
}

#leftcolumn .product:hover {
	cursor:	pointer;
}

#leftcolumn .product h2 {
	color: #333333;	
}

#leftcolumn .product p {
	height: 240px;
}


#leftcolumn #productOverview a {
	clear: both;
	padding: 4px;
	padding: 10px;
}

#leftcolumn .meerinfo {
	color: white;
	background-color: #f26522;
}
	
#rightcolumn {
	margin-top: 50px;
	padding: 20px 10px 20px 30px;
	width: 25%;
	float: left;
	min-height: 300px;

	font-size: 12px;
	line-height: 22px;	
}

#rightcolumn .sideimage {
	max-width: 100%;
}


#footer {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;

}
.kwart {
	position: relative;
	float: left;
	min-height:100px;
	width:205px;
	margin: 0px 20px;	
	text-align:left;
}
.kwart ul {
	margin: 0px 0px 0px 15px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}
#footerclosure { 
	background:url('/images/page-bot-corn.gif') no-repeat left top; 
	height:16px;
	width:982px; 
	margin:0px auto;  
	padding: 0 0 10px; 
}


.clear {
	clear: both;
}