body, html {
	margin: 0;
	padding: 0;
	color: rgb(128,128,64);
	font: normal 12px "Arial", Arial, Helvetica, Georgia, Sans-Serif;
}

/* Links */

a:link {
	text-decoration: none;
	color: rgb(237,127,0);
}

a:visited {
	text-decoration: none;
	color: rgb(237,127,0);
}

a:hover, a:active {
	color: rgb(128,128,64);
}

#content {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-top:	20px;
	margin-bottom: 20px;
}

#navigation {
	height: 30px;
	border-top: 2px solid rgb(203,204,102);
	border-bottom: 2px solid rgb(203,204,102);
	padding-top: 5px;
}

#breadcrumbs {
	float: left;
	width: 800px;
}

#search {
	float: left;
	width: 170px;
	text-align: left;
}

#search #s {
	width: 100px;
}

#search #searchsubmit {
	width: 50px;
}

#body {
	padding-top: 20px;
}

#body .button {
	width: 315px;
	height: 200px;
	float: left;
	margin-bottom: 15px;
}

#body #button1 {
	background-image: url(../images/menu_stoel.jpg);
	margin-right: 15px;
}

#body #button2 {
	background-image: url(../images/menu_tafel.jpg);
	margin-right: 15px;
}

#body #button3 {
	background-image: url(../images/menu_wij.jpg);
}

#body #button4 {
	background-image: url(../images/menu_project.jpg);
	margin-right: 15px;
}

#body #button5 {
	background-image: url(../images/menu_maatwerk.jpg);
	margin-right: 15px;
}

#body #button6 {
	background-image: url(../images/menu_klanten.jpg);
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	border-top: 2px solid rgb(204,204,102);
	margin-top: 20px;
	padding-top: 10px;
}

#footer .address {
	margin-top: 0px;
	font-size: 12px;
}

#footer .credits {
	font-size: 9px;
} 