body {
	margin: 0px;
	font: 11px/1.5em "Lucida Grande",Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: rgb(68,68,68);
	background: rgb(108,82,62);
	}

p {
	margin: 0px 30px 20px 5px;
	}
	
h1 {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 4px;
	}

h2 {
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 0px;
	margin-left: 4px;
	}
	
a {
  color: rgb(5,79,128);
	}
	
img {
	border: 0px;
	}
	
input, select, textarea {
	border: 1px solid rgb(200,200,200);
	font: 11px/1.5em "Lucida Grande",Arial, Helvetica, sans-serif;
	line-height:10pt;
	height: 14px;	
	margin: 0px;
	padding: 2px 0px 1px 3px;
	}
	
input.invalid, textarea.invalid {
	border: 1px solid rgb(255,100,100);
	background: rgb(255,245,245);
	}

input.submit, input.reset, input.cancel {
	height: 20px;
	margin-left: 5px;
	}

select {
	height: 18px;
	}
			
#container { 
  top: 20px;
	width: 820px;
	position: relative;
	display: block;   
	margin: 0px auto 0px auto;
	height: auto;
	background: url(images/bg.gif) left top repeat-y;
	clear: both;
	}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
	}

#header {
	display: block;
	height: 300px;
	width: 800px;
	margin-left: 10px;
	background: url(images/header_bg.jpg) left top no-repeat;
	}

#menu {
	position: absolute;
	display: block;
	top: 41px;
	left: 284px;
	width: 126px;
	}

#menu ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	}
	
#menu li {
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	}

#menu a {
	display: block;
	text-align: center;	
	text-decoration: none;
	height: 19px;
	width: 126px;	
	background-position: 0px 0px;
	}

#menu a:hover {
	color: rgb(255,255,255);
	}

#menu a#home:hover, a#home.current {
	background: url(images/home.jpg) top left no-repeat;
	}

#menu a#keukens:hover, a#keukens.current {
	background: url(images/keukens.jpg) top left no-repeat;
	}

#menu a#apparatuur:hover, a#apparatuur.current {
	background: url(images/apparatuur.jpg) top left no-repeat;
	}

#menu a#werkplaats:hover, a#werkplaats.current {
	background: url(images/werkplaats.jpg) top left no-repeat;
	}

#menu a#montage:hover, a#montage.current {
	background: url(images/montage.jpg) top left no-repeat;
	}

#menu a#foto:hover, a#foto.current {
	background: url(images/foto.jpg) top left no-repeat;
	}

#menu a#contact:hover, a#contact.current {
	background: url(images/contact.jpg) top left no-repeat;
	}
	
#featuring {
	position: absolute;
	display: block;
	top: 255px;
	left: 17px;
	height: 63px;
	}

#featuring ul {
	padding: 0px;
	margin: 0px;
	}

#featuring li {
  display: inline;
	}
	
#featuring a {
  float: left;
	display: inline;
  width: 87px;
  height: 63px;
  background: url(images/picture.gif) top left no-repeat;
	}
	
#featuring img {
	margin: 1px 0px 0px 3px;
	}
	
#left {
	display: inline;
	float: left;
	top: 330px;
	left: 18px;
	width: 259px;
	background: url(images/left_bg.gif) left top repeat-y;
	margin: 20px 5px 0px 18px;
	}
	
#news {
	background: url(images/left_top_bg.gif) left top no-repeat;
	padding: 3px 5px 0px 10px;
	display: none;
	}

#news ul {
	margin: 5px -5px 0px -10px;
	padding: 0px 0px 10px 10px;
	background: url(images/left_bottom_bg.gif) left bottom no-repeat;
	}

#left .logo {
	width: 259px;
	margin-bottom:-3px;
	}
	
#news li {
	list-style-type: none;
	}
	
#content {
	display: inline;
	float: right;
	margin: 0px 10px 0px 0px;
	width: 510px;
	padding: 10px 0px 10px 10px;	
	}
			
#footer {
	display: block;
	float: left;
  text-align: center;
	left: 0px;
	width: 820px;
	height: 37px;
	margin: 0px 0px -5px 0px;
	padding: 5px 0px 0px 0px;
	color: rgb(255,255,255);
	background: url(images/footer_bg.gif) top left no-repeat;
	}

#footer a:hover {
	color: rgb(255,255,255);
	}

.img_left {
	padding: 0px 5px 5px 5px;
	float: left;
	border: 0px solid rgb(188,189,199);
	}
	
.img_right {
	padding: 5px 5px 5px 5px;
	float: right;
	border: 0px solid rgb(188,189,199);
	}
	
div#ToolTip {
	display:none;
	z-index:250;
	background: rgb(251,246,178);
	position: absolute;
	border: 1px solid rgb(128,128,128);
	padding-left:2px;
	padding-right: 2px;
  }

#iToolTip {
  display:none;
  z-index:249;
  position:absolute;
  border: 0px;
  }

.Required {
	font-weight: bold;
	color: rgb(255,32,32);
	}
	
table td {
	padding: 5px;
	margin: 0px;
	}

tbody td {
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(188,189,199);
	}

table {
	background: rgb(250,250,250) url(images/fieldset.gif) bottom left repeat-x;
	border-top: 1px solid rgb(188,189,199);
	}

tfoot td {
	background: rgb(255,255,255);
	}
