* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	color: #706d66;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

ul {
	list-style-type: none;
}
body {
	background-image: url('../images/menu_bg.png');
	background-repeat: repeat-y;
	background-color: #b8b2a6;
}

	h1 {
		text-indent: -100000px;
		height: 115px;
		background-image: url('../images/menu_head.png');
		background-repeat: no-repeat;
		margin: 0px 0px 10px 0px;
	}
	
	h2 {
	background-repeat: no-repeat;
	height: 57px;
	background-color: #b8b2a6;
	text-indent: -100000px;
	clear: right;
	}
	
	H3 {
		background-color: #6b6861;
		font-size: 20px;
		color: #d1cdc5;
		margin: 0px 0px 10px 0px;
	}
	
	div#nav { 
		float: left; 
		width: 200px;
		overflow: auto;
		margin: 0px 0px 0px 35px;
	}
	
	div#main { 
		margin-left: 230px;
		width: 770px;
		/*background-image: url('../images/main_bg.png');*/
	}
	
	
/*---------------------------------------------------------------------
	Shadow
---------------------------------------------------------------------*/

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 1px solid #b8b2a6;
}
 
.ss_dimentions {
	width: 500px;
	height: 410px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #9b968c;
		border: 1px solid #b8b2a6;
	}
 
	#shadow-container .shadow2 {
		background: #938f85;
	}
 
	#shadow-container .shadow3 {
		background: #8e8980;
	}
 
	#shadow-container .container {
		background: #d1cdc5;;
		/*border: 1px solid #848284;*/
		padding: 10px;
	}
	
	div#overflower {
		clear: both;
		border:1px solid black;
	}
	
/*---------------------------------------------------------------------
	MENU
---------------------------------------------------------------------*/

ul#heads li {
	margin: 5px 0px 20px 3px;
	list-style-type: none;
}

	ul#heads li a.home {
		width: 150px;
		display: block;
		height: 31px;
		text-indent: -10000px;
		background-image: url('../images/m_home.png');
		background-repeat: no-repeat;
	}
	
	ul#heads li a.projecten {
		width: 150px;
		display: block;
		height: 44px;
		text-indent: -10000px;
		background-image: url('../images/m_projecten.png');
		background-repeat: no-repeat;
	}
	
	ul#heads li a.assortiment {
		width: 150px;
		display: block;
		height: 31px;
		text-indent: -10000px;
		background-image: url('../images/m_assortiment.png');
		background-repeat: no-repeat;
	}
	
	ul#heads li a.links {
		width: 150px;
		display: block;
		height: 35px;
		text-indent: -10000px;
		background-image: url('../images/m_links.png');
		background-repeat: no-repeat;
	}
	
	ul#heads li a.contact {
		width: 150px;
		display: block;
		height: 31px;
		text-indent: -10000px;
		background-image: url('../images/m_contact.png');
		background-repeat: no-repeat;
	}

			ul#heads li ul {
				margin: 3px 0px 0px 0px;
			}
			
				ul#heads li ul li {
					background-image: url('../images/menu_list.png');
					background-repeat: no-repeat;
					background-position: 0px 4px;
					list-style-type: none;
					padding-left: 30px;
					margin: 5px 0px 0px 15px;
				}
			
					ul#heads li ul li a {
						text-decoration: none;
						color: #eceae7;
						font-size: 12px;
						font-family: Arial;
					}
		
/*---------------------------------------------------------------------
	Assortimenten
---------------------------------------------------------------------*/

div#list {
	width: 550px;
	margin-left: 180px;
}

div.assort {
	display: inline;
	float: left;
	width: 160px;
	min-height: 150px !important;
	background-color: #d1cabc;
	border: 1px solid #66635c;
	padding: 5px;
	margin: 5px;
	text-transform: capitalize;
	font-family:Verdana, Geneva, sans-serif;
}

div.left_pics {
	width: auto;
	float: left;
	padding: 0px 0px 0px 3px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #66635c;
}

div.left_pics img {
	margin: 0px 0px 5px 0px;
}

div.assort ul {
	margin: 2px 0px 0px 20px;
	list-style-type: circle;
	font-size: 14px;
}

div.assort ul li a {
	color: #706d66;
	text-decoration: none;
}

div.assort ul li a:hover {
	font-weight: bold;
}



/*---------------------------------------------------------------------
	Contact
---------------------------------------------------------------------*/

table#contact tr td {
	padding: 3px 10px 5px 0px;
	vertical-align: top;
}

table#contact tr td em{
	font-size: 10px;
	color: #F00;
}

input {
	border: 1px solid #706d66;
	background-color: #d1cdc5;
}

textarea {
	border: 1px solid #706d66;
	background-color: #d1cdc5;
}

fieldset.attention {
	border: 1px solid #706d66;
	padding: 5px;
}

fieldset.attention legend {
	margin: 0px 0px 5px 10px;
}


/*---------------------------------------------------------------------
	Openingsuren
---------------------------------------------------------------------*/

dl#openingsuren  dt {
	font-weight: bold;
	padding: 5px 0px;
}

dl#openingsuren dd {
	padding: 0px 0px 0px 10px;
}
