/* ---------- algemeen ---------- */
#content {
	margin: 0px;
}

#content h2 {
	margin: 0px;
	padding: 5px;
	line-height: 1.0em;
}

h2.start {
	border-bottom: 1px solid #991C00;
}

#content h2 a {
	color: #991C00;
}

#r,#l {
	line-height: 1.4em;
}

#r {
	float: right;
	width: 490px;
}

#l {
	width: 470px;
}

p,div,table {
	border: 0px solid green;
}

.small {
	font-size: 92%;
}

.paddingn {
	padding: 0 5px;
}

.paddings {
	padding: 10px;
}

.paddingl {
	padding: 10px 20px;
}

.gradient {
	background: #fdf7eb;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZjdlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
		;
	background: -moz-linear-gradient(top, #fdf7eb 0%, #ffffff 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdf7eb),
		color-stop(97%, #ffffff) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdf7eb 0%, #ffffff 97%);
	background: -o-linear-gradient(top, #fdf7eb 0%, #ffffff 97%);
	background: -ms-linear-gradient(top, #fdf7eb 0%, #ffffff 97%);
	background: linear-gradient(to bottom, #fdf7eb 0%, #ffffff 97%);
	filter: progid : DXImageTransform.Microsoft.gradient (        
		startColorstr = '#fdf7eb', endColorstr = '#ffffff', GradientType = 0 )
		; /* IE6-8 */
}

#r .gradient {
	awidth: 200px;
}

.achtergrond {
	background: #fdf7eb;
}

.einde {
	border-bottom: 1px solid #991C00;
	margin-bottom: 20px;
}

#r .einde:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

span.blok {
	display: block;
}

/* ---------- einde algemeen ---------- */
	/* ---------- expert ---------- */
img#expert {
	border: 0px;
	float: right;
	position: relative;
	top: -40px;
	right: -10px;
}

img#expertl {
	border: 0px;
	float: right;
	position: relative;
	top: -100px;
	right: -10px;
}

.expert {
	height: 111px;
	float: right;
}

.expertl {
	height: 131px;
	float: right;
}

.expert ul {
	margin-left: 20px;
	margin-top: 10px;
}

#l .foruminfo td {
	vertical-align: top
}

/* ---------- einde expert ---------- */
	/* ---------- foto's ---------- */
#content .images img {
	margin: 2px 8px;
}

/* ---------- einde foto's ---------- */
	/* ---------- slideshow ---------- */
#slideshow {
	width: 490px;
	margin: 0px;
	padding: 0px;
	border: 0px solid green;
	background-color: #fff;
	float: left;
	padding: 0px;
}

#slideshow h2 {
	background-color: #fff;
}

#slideshow div.container {
	float: right;
	padding: 0px;
	width: 490px;
	height: 300px;
	border-bottom: 1px solid #991C00;
	overflow: hidden;
	background: #fdf7eb;
}

#slideshow div h2 {
	padding: 5px;
}

#content #slideshow p.overlay {
	background-color: #000;
	color: #fff;
	position: relative;
	top: 110px;
	left: 20px;
	z-index: 3;
	width: 390px;
	height: 100px;
	border: 0px solid #FFF;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	padding: 10px;
}

#buttons {
	width: 100%;
	margin: 5px 0 20px 0;
	padding: 0px;
	float: left;
	text-align: left;
}

#buttons ul {
	clear: both;
	border-bottom: 1px solid #991C00;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#buttons li {
	padding: 3px 5px 5px 5px;
	margin-left: 20px;
	display: block;
	width: 106px;
	float: left;
	background: #FFF;
	border: 1px solid #c4860f;
	color: #FFF;
	margin: 10px 0 0 5px;
	text-align: center;
	overflow: hidden;
	height: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 80%;
	font-weight: bold;
}

#buttons li.first {
	margin: 10px 0 0 0;
}

li#caption5 {
	margin: 10px 0 0 0px;
}

#buttons li a {
	
}

#buttons li.current {
	background-color: #FDF7EB;
	border: 1px solid #991C00;
}

#buttons .current a {
	color: #991C00;
}

#prods {
	float: left;
	width: 480px;
	margin: 0 0 10px 0;
	padding: 15px 5px 5px 5px;
	border-bottom: 1px solid #991C00;
	background-color: #FDF7EB;
}

.pcont {
	display: block;
	float: left;
	width: 90px;
	margin: 0 24px 13px 0;
	padding: 0px;
	font-size: 0.8em; //
	border: 1px solid #EFEFEF;
}

.pdesc {
	padding: 0px 2px 2px 2px;
	margin: 3px 0 0 0;
	line-height: 1em;
	overflow: hidden;
	color: #B0B0B0;
	height: 2em;
	text-align: center;
}

li.small {
	padding-left: 15px;
	list-style-type: none;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0px;
}
/* ---------- einde slideshow ---------- */