/* MAIN (BODY & PAGEWRAPPER) */
/* MAIN (BODY & PAGEWRAPPER) */
/* MAIN (BODY & PAGEWRAPPER) */

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #232e3b;
	text-align: center;
	margin: 30px;
	padding: 0px;
	background-color: #ffffff;
	text-align:center;
}

#pagewrapper {
	margin:auto;
	text-align:left;
	width:750px;
	position:relative;
	background-image:url(../graphics/layout/background.gif);
	background-repeat:repeat-y;
}

#header, #menu, #fotoimpressie, #footerimage, #footertext, #colofon {
	display:none;
}

/* CONTENTS */
/* CONTENTS */
/* CONTENTS */
	
#contents {
	float:left;
	width:475px;
	min-height:300px;
	padding-bottom:30px;
	line-height:1.3;
}

h1 {
	color: #8a8702;
	font-size:150%;
	margin-bottom:5px;
}

h2 {
	color: #8a8702;
	font-size:130%;
	margin-bottom:0px;
}

p {
	margin-top:2px;
}

a:link, a:visited, a:hover, a:active {
	color:#232e3b;
}

table.adressenlijst {
	border-collapse:collapse;
	width:400px;
	margin-bottom:20px;
	line-height:1.5;
}

.adressenlijst td {
	width:50%;
}

tr.alt {
	background-color:#e6e6cd;
}

dl.openingstijden {
	margin-top:0;
}

.openingstijden dt{
	width:100px;
	float:left;
}

ul.merkenlijst {
	margin:0;
	padding:0;
	list-style-type:none;
	width:550px;
	display: inline;
}

.merkenlijst li {
	margin:0;
	line-height:155px;
	padding:0;
	list-style-type:none;
	display:inline;
}

.merkenlijst li a img {
	margin:2px;
	border:none;
	width:132px;
	height:132px;
	padding:13px;
	background:url(graphics/logos/background_grey.gif) no-repeat center center;
}

.merkenlijst li a:hover img {
	background:url(graphics/logos/background_white.gif) no-repeat center center;
}

