* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #ebe3cf url("../images/background.jpg") repeat-x;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

#container {
	width: 615px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

a {
	color: #6b6142;
}

h1 {
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	background-color:  #b3ab8c;
	height: 60px;
	border-bottom: 5px solid #a69e81;
}

h1 span, #nav span, h2 span {
	position: absolute;
	top: -10000px; display: block;
	width: 10px; height: 10px; overflow: hidden;
}

h2 {
	margin-bottom: 10px;
	height: 16px;
}

#nav {
	height: 48px;
	background: url("../images/menuback.png") repeat-x;
	border-bottom: 1px solid #eeeeee;
}

#nav li {
	list-style: none;
	float: left;
}

#nav a, .active {
	display: block;
	background: url("../images/menuselections.png");
	height: 48px;
}

#specialiteiten a, .active#specialiteiten {
	width: 150px;
	background-position: -70px 0px;
}

#home a, .active#home {
	width: 60px;
	margin-left: 40px;
}

#acties a, .active#acties {
	width: 70px; margin-left: 0px;
	background-position: -230px 0;
}

#contact a, .active#contact {
	width: 126px;
	background-position: -308px 0;
}

#maatschappijen a, .active#maatschappijen {
	width: 125px;
	background-position: -445px 0;
}

#home a:hover, .active#home { background-position: 0 -48px; }
#specialiteiten a:hover, .active#specialiteiten { background-position: -70px -48px; }
#acties a:hover, .active#acties { background-position: -230px -48px; }
#contact a:hover, .active#contact { background-position: -308px -48px; }
#maatschappijen a:hover, .active#maatschappijen { background-position: -445px -48px; }

#header {
	height: 275px;
	background: 0 114px url("../images/headerimage.png") no-repeat;
}

#content {
	min-height: 200px; padding-top: 10px; padding-left: 10px;
	background: #fbfaf6 url("../images/contentback.png") repeat-x;
	padding-bottom: 10px;
}

h2#welcome {
	background: url("../images/titles/welkom.png");
	width: 273px;
}

h2#hoofdpartners {
	background: url("../images/titles/hoofdpartners.png");
	width: 204px;
}

h2#specialiteitenTitel {
	background: url("../images/titles/specialiteiten.png");
	width: 200px;
}

h2#actiesTitel {
	background: url("../images/titles/bestekeuze.png");
	width: 145px; background-repeat: no-repeat;
}

h2#huidigeActies {
	background: url("../images/titles/huidigeacties.png");
	background-repeat: no-repeat;
}

h2#contactTitel {
	background: url("../images/titles/contacteer.png");
	background-repeat: no-repeat;
}

h2#maatschappijenTitel {
	background: url("../images/titles/maatschappijen.png");
	background-repeat: no-repeat;
}

#algemeneInfo {
	margin-left: 20px;
	margin-bottom: 5px;
}

#algemeneInfo img, #algemeneInfo ul {
	float: left;
	line-height: 15px;
}

#algemeneInfo ul {
	list-style: none;
	color: #812f2d;
	margin-top: 5px;
}

#algemeneInfo img {
	margin-right: 15px;
}

#algemeneInfo address, address {
	margin-bottom: 10px;
	font-style: normal;
}

#brocom {
	float: right;
	margin-right: 20px;
}

#brocom img {
	margin-right: 0;
}

.dummy {
	line-height: 0;
	clear: both;
}

#partners {
	list-style: none;
	margin-left: 20px;
}

#partners li {
	float: left;
	margin-right: 3px;
}

#partners li:last-child {
	margin-right: 0;
}

#partners li img {
	border: 5px solid #b7bea6;
}

#footer {
	background: url("../images/footer.jpg") repeat-x;
	height: 50px; padding-top: 10px; padding-left: 10px;
	color: #fff;
}

#footer ul {
	list-style: none;
	float: right;
	margin-right: 20px;
	margin-top: 5px
}

#footer address {
	float: left;
	font-style: normal;
}

dl, dl ul {
	margin-left: 20px;
}

dl ul {
	list-style: none;
	margin-top: 10px;
}

dt {
	margin-bottom: 10px;
	margin-top: 20px;
}

dd {
	padding-right: 85px;
	margin-right: 20px;
}

/*
dd#wagens { background: url("../images/specialiteiten/wagens.jpg") center right no-repeat; }
dd#brand { background: url("../images/specialiteiten/brand.jpg") center right no-repeat; }
dd#leven { background: url("../images/specialiteiten/leven.jpg") center right no-repeat; }
dd#centea { background: url("../images/specialiteiten/centea.jpg") center right no-repeat; }
dd#ziekte { background: url("../images/specialiteiten/ziekte.jpg") center right no-repeat; }
dd#sparen { background: url("../images/specialiteiten/sparen.jpg") center right no-repeat; }
dd#diverse { background: url("../images/specialiteiten/diverse.jpg") center right no-repeat; }
*/
ul li {
	margin-bottom: 5px;
}

h3 {
	font-weight: bold;
	color: #6b6142;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

h1 a img {
	border: 0;
}

#content #meerInfo {
	border: 1px solid #6b6142;
	background: #e0d5b9;
	padding: 5px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	clear: both;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#content p {
	margin: 20px;
	margin-top: 10px;
	line-height: 1.6em;	
}

div>h3 {
	margin-left: 20px;
}

form label {
	width: 125px;
	text-align: right;
	padding-right: 10px; line-height: 2em;
	display: block; float: left;
}

form br {
	clear: both;
}

form input[type=text], form textarea {
	border: 1px solid #e0d5b9;
	height: 20px;
	margin: 2px;
}

form textarea {
	width: 200px;
	height: 150px;
}

form input[type=submit] {
	margin-left: 235px;
	margin-top: 5px;
}

#openingsuren {
	margin-left: 20px;
	margin-bottom: 20px;
}

#openingsuren th {
	padding-right: 20px;
}

tr.single td, tr.single th {
	padding-top: 5px;
}

#address {
	list-style: none;
	margin-left: 20px;
	line-height: 1.5em;
}

#main, #map {
	float: left;
}

#main {
	margin-right: 60px;
}

#map {
	margin-top: 45px;
}

#error {
	padding: 5px;
	float: left;
	border: 1px solid #e0d5b9;
}

#error ul {
	margin-left: 25px;
}

h4 {
	margin-bottom: 10px;
	color: red;
}

a img {
	border: 0;
}