/* standard */
body {
	background: #e86b1c;
	font: 12px Arial, Verdana, sans-serif;
	color: #1a181c;
	margin: 0;
	padding: 0;
	}
a {
	color: #1a181c;
	text-decoration: none;
	}
a:hover {
	color: #f0b600;
	text-decoration: none;
	}
img {
	border: none;
	}

/* main */
a.logo {
	display: block;
	width: 300px;
	height: 105px;
	background: url(../img/logo.gif) no-repeat 50% 50%;
	text-indent: -9999px;
	text-decoration: none;
	margin: 0;
	}

/* photos */
ul.photos {
	list-style: none;
	width: 620px;
	margin: 0;
	padding: 0;
	}
ul.photos li {
	float: left;
	list-style: none;
	width: 100px;
	height: 75px;
	background: #ccc;
	margin: 0 20px 10px 0;
	padding: 0;
	}
ul.photos li a {
	display: block;
	width: 100px;
	height: 75px;
	margin: 0;
	padding: 0;
	}

/* aanbod */
ul.aanbod {
	float: left;
	list-style: none;
	width: 620px;
	margin: 0;
	padding: 0;
	}
ul.aanbod li {
	float: left;
	list-style: none;
	width: 260px;
	height: 35px;
	background: url(../img/bullet.gif) no-repeat 0 0;
	font-size: 22px;
	line-height: 35px;
	margin: 0 0 5px;
	padding: 0 10px 0 40px;
	}

/* merken */
.merken {
	height: 35px;
	background: url(../img/bullet.gif) no-repeat 0 0;
	font-size: 18px;
	line-height: 35px;
	margin: 0 0 5px 115px;
	padding: 0 10px 0 40px;
	}

/* table */
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
td {
	font: 11px Arial, Verdana, sans-serif;
	color: #1a181c;
	margin: 0;
	padding: 0;
	}

/* terug */
a.terug {
	height: 34px;
	background: #1a181c;
	font-size: 18px;
	font-weight: normal;
	color: #f0b600;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 10px;
	}
a.terug:hover {
	background: #f0b600;
	color: #1a181c;
	}

/* text */
h1.btm-title {
	font-size: 34px;
	font-weight: normal;
	margin: 0;
	}
.address {
	font-size: 18px;
	text-align: right;
	margin: 0 0 10px;
	}
.openingsuren {
	font-size: 14px;
	text-align: right;
	margin: 0;
	}
.diensten {
	font-size: 18px;
	text-align: right;
	}

/* google map */
#map {
	width: 425px;
	height: 325px;
	}

/* miscellaneous */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.left { float: left !important }
.right { float: right !important }
.bold { font-weight: bold !important }
