body {
	font: 11px Verdana, Arial;
	color: white;
	margin:  0px;
	background: #B0B0B0 url(../images/background.gif) repeat-x;
}

#centerpage {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}

#banner {
	width: 900px;
	height: 100px;
	background-color: #f8c000;
	display: block;
	background-image: url(../images/top-banner-background.gif);
}

#navigationbar {
	width: 900px;
	height: 24px;
	background-color: red;
	position: relative;
	display: block;
	top: 3px;
	background-image: url(../images/navigation-bar-background.gif);
	z-index: 10;
}

#breadcrumb {
	width: 860px;
	height: 24px;
	font: bolder 14px Verdana, Arial;
	background-color: black;
	position: relative;
	display: block;
	top: 6px;
	padding: 9px 20px 0;
	color: #f8c000;
}


#maincontent {
	width: 860px;
	height: 600px;
	background-color: black;
	position: relative;
	display: block;
	top: 6px;
	padding: 0px 20px 20px;
}

#content {
	font: 12px/18px Verdana, Arial;
	letter-spacing: 1px;
	color: white;
	width: 570px;
	display: block;
	position: absolute;
	text-align: justify;
}

#content p {
	margin-top: 0;
}

#imagesright {
	display: block;
	position: relative;
	left: 588px;
	width: 272px;
	overflow: hidden;
}

#imagesright img {
	border: 1px solid silver;
}

#imagesright br {
	height: 10px;
}

#footer {
	letter-spacing: 1px;
	width: 890px;
	background-color: black;
	position: relative;
	display: block;
	top: 9px;
	padding: 5px;
	text-align: center;
	z-index: -1;
}

.slideshow {  
    height:  180px;  
    width:   270px;  
    padding: 0;  
    margin:  0;  
    padding-bottom: 15px;
}

.slideshowimage {  
    padding: 0;  
    margin:  0;  
    padding-bottom: 15px;
}

img.pad {
	padding-bottom: 15px;
}

#content a {
	text-decoration: none;
	color: #f8c000;
} 

#content a:hover {
	text-decoration: underline;
	color: #f8c000;
} 

td.merkenlogo {
	width: 79px;
}

td.merkenlogo img {
	border: 2px solid white;
}


td.merkenomschrijving {
	vertical-align: top;
	padding-left: 5px;
}

.header {
	font: 14px Verdana, Arial;
	color: white;
	font-weight: bolder;
}


