body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	text-align: center;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
}

img {
	border: 0;
}

form {
	display: inline;
}
	input.search {
		border: 1px solid #a68a4c;
	}

	input.submit {
		background-color: #494437;
		color: #FFFFFF;
		font-weight: bold;
		border: 0;
	}

	div p {
		margin: 5px 0 5px 0;
		padding: 0;
		font-size: 0.8em;
		line-height: 1.4em;
	}

	div td {
		font-size: 0.9em;
		line-height: 1.4em;
	}


div.clear {
	clear: both;
	font-size: 1px;
}

div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#top {
	height: 73px;
}
	div#logo {
		width: 351px;
		float: left;
		padding-top: 35px;
	}

	div#banner {
		width: 549px;
		float: left;
		text-align: right;
		padding-top: 6px;
	}

div#menu {
	height: 40px;
}
	div#menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 35px;
	}

	div#menu li {
		display: inline;
		margin: 0;
		padding: 0;
	}
		div#menu li a {
			float: left;
			display: block;
			
			padding: 0 15px 0 15px;

			line-height: 35px;

			height: 35px;			
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
			
			background-image: url('/images/menu-normal.gif');
		}

		div#menu li a:hover,
		div#menu li a.active {
			background-image: url('/images/menu-hover.gif');
		}

div#main {
	margin-top: 10px;
}
	div#main h1 {
		margin: 20px 0 10px 0;
		padding: 0;
		font-weight: normal;
		font-size: 1.4em;
	}

	div#main h2 {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
		font-size: 1.2em;
	}

	div#main p {
		margin: 5px 0 5px 0;
		padding: 0;
		font-size: 0.8em;
		line-height: 1.4em;
	}

	div#main td {
		font-size: 0.9em;
		line-height: 1.4em;
	}

	div#main a {
		color: #b13615;
	}
		div#main a:hover {
			color: #b13615;
		}
	
	/* Hoofdpagina: stedenlijst */
	div#main ul.cities {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		div#main li.cities {
			display: inline;
			float: left;
		}
			div#main li.cities ul {
				list-style: none;
				margin: 0 20px 0 0;
				padding: 0;
			}
				div#main li.cities ul li {
					font-size: 0.9em;
					line-height: 1.4em;
				}

	/* Bedrijfspagina: adresgegevens */
	div#main ul.company-info {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		div#main li.company-info {
			display: inline;
			float: left;
		}
			div#main li.company-info ul {
				list-style: none;
				margin: 0 20px 0 0;
				padding: 0;
			}
				div#main li.company-info ul li {
					font-size: 0.9em;
					line-height: 1.4em;
				}
	
	/* Zoek resultaten */
	div#main table.results {
		border-top: 1px solid #ab4730;
		width: 100%;
	}
		div#main table.results tr.active {
			background-color: #fef9ec;
		}

		div#main table.results td {
			border-bottom: 1px solid #ab4730;
		}
	
	/* Tarieven */
	div#main table.prices {
		border-top: 1px solid #ab4730;
		width: 320;
	}
		div#main table.prices tr.active {
			background-color: #fef9ec;
		}

		div#main table.prices td {
			border-bottom: 1px solid #ab4730;
			font-size: 0.8em;
		}
	
	/* Beoordelingen */
	div#main table.messages {
		border-bottom: 1px solid #ab4730;
	}
		div#main table.messages tr.active {
			background-color: #fef9ec;
		}

		div#main table.messages tr.underline td {
			border-top: 1px solid #ab4730;
		}

		div#main table.messages tr.hidden {
			display: none;
		}

		div#main table.messages td {
			font-size: 0.8em;
		}
			

	/* Legenda */
	div#main table.icons {
		width: 100%;
	}
		div#main table.icons td {
			font-size: 0.8em;
		}

	div#content {
		margin-top: 20px;
	}
		div#content div#left {
			width: 600px;
			float: left;
		}

		div#content div#right {
			float: right;
			width: 275px;
		}

		/* Drie-koloms weergave (bedrijfspagina) */
		div#content div#threecolumn-left {
			width: 330px;
			float: left;
		}

		div#content div#threecolumn-middle {
			margin-left: 20px;
			float: left;
			width: 200px;
		}

		div#content div#threecolumn-right {
			float: right;
			width: 330px;
		}

		div#content span.add-button {
			float: right;
			font-size: 0.8em;
			font-weight: bold;
		}

		div#content div.scrollbox {
			height: 450px;
			overflow: auto;
		}


	div#yellow-small {
		margin-top: 10px;
		padding: 15px;
		height: 107px;
		_height: 137px;
		background-image: url('/images/yellow-small2.gif');
		background-repeat: repeat-x;
	}
		div#yellow-small div#left {
			width: 670px;
			float: left;
		}

		div#yellow-small div#right {
			float: right;
			width: 200;
		}
			div#yellow-small div#right.align-right {
				text-align: right;
			}

	div#yellow-big {
		margin-top: 10px;
		padding: 15px;
		height: 257px;
		_height: 287px;
		background-image: url('/images/yellow-big.gif');
		background-repeat: repeat-x;
	}
		div#yellow-big div#left {
			width: 475px;
			float: left;
		}

		div#yellow-big div#right {
			float: right;
			width: 257px;
		}

		div#yellow-zoek {
			margin-top: 10px;
			padding: 15px;
			height: 87px;
			_height: 117px;
			background-image: url('/images/yellow-big.gif');
			background-repeat: repeat-x;
		}
			div#yellow-zoek div#left {
				width: 275px;
				float: left;
			}

			div#yellow-zoek div#right {
				float: right;
				width: 457px;
			}
		

div#footer {
	margin-top: 20px;
	text-align: center;
	clear: both;
}
	div#footer p {
		margin: 2px 0 2px 0;
		color: #c7c7c7;
		font-size: 0.7em;
	}

	div#footer a {
		color: #c7c7c7;
	}
		div#footer a:hover {
			color: #abaaaa;
		}