* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
	background-color: #323232;
}

a {
	color: #9d8c58;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #9d8c58;
}

p {
	border-left: 4px solid #9d8c58;
	padding-left: 10px;
	margin-bottom: 30px;
	line-height: 20px;
}
p.default {
	border-left: 0;
	padding-left: 0;
}

body {
	text-align: center;
	background-color: #323232;
	overflow-x: hidden;
}

h1 {
	margin-bottom: 20px;
	font-size: 22px;
}

h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
	font-size: 18px;
	padding-bottom: 3px;
	color: #E0E2E1;
}

h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

#main {
	width: 879px;
	margin: 0 auto;
	text-align: left;
	color: white;
}

#header {
	text-indent: -5000px;
	height: 249px;
	background: url(img/header.jpg) no-repeat;
}

#body {
	background: url(img/body-bg.jpg) repeat-y;
	padding: 20px 65px 20px 65px;
	font-family: Georgia, Tahoma, Verdana, Arial;
	font-size: 15px;
}

#menu {
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #777;
	padding: 3px 0;
}
	#menu ul {
		text-align: center;
	}
	#menu li {
		display: inline;
		text-align: left;
		margin-right: 12px;
		border-right: 1px solid #999;
		padding-right: 12px;
	}
	#menu li.last {
		margin-right: 0;
		border-right: 0;
		padding-right: 0;
	}
	#menu a {
		font-size: 16px;
	}

#footer {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	background: url(img/footer.jpg) no-repeat;
	height: 76px;
	padding-top: 19px;
	font-family: Arial, Verdana;
	font-size: 11px;
}

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

.clearfix {
	display: block;
}

table {
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
	table td, table th {
		background-color: #252525;
		padding: 5px 8px;
	}
	table tr.tall-container th {
		vertical-align: top;
	}

table.beurs th, table.beurs td {
  background: none;
  padding: 10px 0;
  margin: 0;
}
  table.beurs td.logo {
    width: 210px;
    padding: 0;
  }
	
table.instrument-detail {
}
	table.instrument-detail th {
		width: 18%;
	}
	table.instrument-detail img {
		clear: left;
		margin-bottom: 10px;
	}
	table.instrument-detail td {
	  line-height: 20px;
	}

table.instruments {
}
	table th {
		background-color: #000;
	}
	table.instruments .merk {
		width: 37%;
	}
	table.instruments .type {
		width: 38%;
	}
	table.instruments .prijs {
		width: 15%;
		text-align: right;
	}
	table.instruments .details {
		width: 10%;
		text-align: center;
	}

#categories {
	margin-bottom: 15px;
}
	#categories ul {
		padding-left: 40px;
	}
	#categories li {
		list-style-type: square;
		margin-right: 15px;
	}
