/* 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: #CCCCCC;
	text-align:center;
}

#pagewrapper {
	margin:auto;
	text-align:left;
	width:950px;
	position:relative;
	background-image:url(../graphics/layout/background.gif);
	background-repeat:repeat-y;
}

/* HEADER */
/* HEADER */
/* HEADER */

#header {
	position:absolute;
	top:-1px;
	left:0px;
}

#header img {
	border:none;
}

/* MENU */
/* MENU */
/* MENU */

#menu {
	margin-top:120px;
	float:left;
	width:200px;
	text-transform:uppercase;
	font-size:90%;
}

#menu ul {
	margin:0;
	padding:0;
	margin-left:35px;
	list-style:none;
}

#menu ul a {
	display:block;
	text-decoration:none;
	background: url(../graphics/layout/menu_item_unselected.gif) no-repeat 0 50%;
	padding-left:28px;
	line-height:2;
	color:#232e3b;
}

#menu ul li a.selected, #menu ul li a:hover {
	background: url(../graphics/layout/menu_item_selected.gif) no-repeat 0 50%;
	font-weight:bold;
}

/* CONTENTS */
/* CONTENTS */
/* CONTENTS */
	
#contentsindex {
	margin-top:120px;
	float:left;
	width:475px;
	min-height:300px;
	padding-bottom:30px;
	line-height:1.3;
	background-color:#FFFFFF;
}

#contents {
	margin-top:120px;
	float:left;
	width:555px;
	min-height:300px;
	padding-bottom:30px;
	line-height:1.3;
	background-color:#FFFFFF;
}

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;
	border: solid 1px #e6e6cd;
}

.adressenlijst td {
	width:50%;
}

tr.alt {
	background-color:#e6e6cd;
}

dl.openingstijden {
	margin-top:0;
}

.openingstijden dt{
	width:100px;
	float:left;
}

#googlekaarthouder {
	float:right;
	border:none;
	text-align:right;
	font-size:80%;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

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;
}

ul.fotolijst {
	margin:0;
	padding:0;
	list-style-type:none;
	width:75px;
	display: inline;
	float:left;
}

.fotolijst li {
	margin:0;
	padding:1px;
	list-style-type:none;
	display:inline;
}

.fotolijst li img {
    padding: 1px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
}

.filiaalpics {  
	float: left;
    height:  332px;  
    width:   432px;  
    padding: 0;  
    margin:  0;  
} 
 
.filiaalpics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  400px; 
    height: 300px; 
    top:  0; 
    left: 0; 
}

/* FOOTER & FOTO-IMPRESSIE */
/* FOOTER & FOTO-IMPRESSIE */
/* FOOTER & FOTO-IMPRESSIE */

#clearbottom {
	clear:both;
}

#fotoimpressie {
	position:absolute;
	right:1px;
	bottom:-98px;
}

#footerimage {
	position:absolute;
	left:0px;
	bottom:-125px;
}

#footertext {
	color:#FFFFFF;
	position:absolute;
	left:200px;
	bottom:-117px;
	font-size:10px;
}

#footertext a {
	color:#FFFFFF;
	text-decoration:none;
}


/* COLOFON */
/* COLOFON */
/* COLOFON */

#colofon {
	margin-top:140px;
}

#colofon a {
	color:#232e3b;
	text-decoration:none;
}

