* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
}

img { border: 0px; }

h2 { margin: 10px 0 10px 0; }
h3 { margin: 10px 0 5px 0; }

p { font-size: 13px; }

/* Structure --------------------- */

body {
	background-color: #1BF2EF;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #313b42;
}

ul#navigation {
  width: 612px;
  height: 200px;
  margin: 0;
  padding: 0;
}

ul#navigation li {
  display: inline;
  list-style-type: none;
  margin: 0;
}

ul#navigation li a {
	color: #fff;
	font-size: 16px;
	width: 150px;
  height: 200px;
  display: block;
  float: left;
  margin-right: 0px;
  text-align: center;
  text-decoration: none;
}

ul#navigation li a:hover { text-decoration: underline; }

a.motorhomes { background-image: url('/images/Motorhomes.jpg'); }
a.voorwaarden { background-image: url('/images/Voorwaarden.jpg'); }
a.tarieven { background-image: url('/images/Tarieven.jpg'); }
a.occasies { background-image: url('/images/Okkazies.jpg'); }

table.main {
  border-collapse: collapse;
  bordercolor: #111111;
}

#footer { font-size: 10px; margin-top:20px; text-align: center; }

div.lichtkrant {
  text-align: center;
  line-height: 25px;
  min-height: 60px;
}

thead td { font-weight: bold; }

dl.info-list {
	float: left;
	margin: 13px 0 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	clear: both;
}

dl.info-list dt {
	float: left;
	line-height: 17px;
	margin: 0;
	padding: 0 0 5px;
	text-align: left;
	width: 300px;
}

dl.info-list dd {
	float: left;
	line-height: 17px;
	margin: 0;
	padding: 0 0 5px 8px;
	width: 100px;
	text-align: right;
}

.left { text-align: left; !important }