/* begin Page */




/* aanpassing begin Breadcrumb */
.breadcrumb {
	color:#5B220B;
	margin:10px 0 0 14px;
}
.breadcrumb a {
	color:#A03B13;
}
.breadcrumb a:hover {
	color:#D24D19;
}
/* end Breadcrumb */

/* aanpassing begin Top */
div.Top {
	position: relative;
	margin: 0 auto;
	z-index:0;
	width: 940px;
	height: 80px;
	color: A03B13;
	font-size: 10px;
}
.Top-title {
	font-weight: bold;
	color: #D24D19;
	font-size:12px;
}

div.Top-right {
	position: absolute;
	z-index:-1;
	top: 0;
	right: 0;
	width: 280px;
	height: 30px;
	text-align: right;
	background-image: url('/images/imagesmain/MenuSeparator.png');
	background-repeat: no-repeat;
	background-position: left center;
}
div.Top-middle {
	position: absolute;
	z-index:-1;
	top: 0;
	right: 500px;
	width: 220px;
	height: 30px;
	text-align: right;
	background-image: url('/images/imagesmain/MenuSeparator.png');
	background-repeat: no-repeat;
	background-position: left center;
}
div.Top-left {
	position: absolute;
	z-index:-1;
	top: 0;
	right: 740px;
	width: 220px;
	height: 30px;
	text-align: right;
	background-image: url('/images/imagesmain/MenuSeparator.png');
	background-repeat: no-repeat;
	background-position: left center;
}


/* end Top */

body {
	margin: 0 auto;
	padding: 0;
	background-color: #AA9C83;
}
.Main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.PageBackgroundSimpleGradient {
	position: absolute;
	background-image: url('/images/imagesmain/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 900px;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
form {
	padding:0 !important;
	margin:0 !important;
}
table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.Sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 940px;
	min-width:15px;
	min-height:15px;
}
.Sheet-body {
	position: relative;
	z-index:1;
	padding: 4px;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc, .Sheet-cr, .Sheet-cl {
	position:absolute;
	z-index:-1;
}
.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl {
	width: 26px;
	height: 26px;
	background-image: url('/images/imagesmain/Sheet-s.png');
}
.Sheet-tl {
	top:0;
	left:0;
	clip: rect(auto, 13px, 13px, auto);
}
.Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 13px, 13px);
}
.Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(13px, 13px, auto, auto);
}
.Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(13px, auto, auto, 13px);
}
.Sheet-tc, .Sheet-bc {
	left: 13px;
	right: 13px;
	height: 26px;
	background-image: url('/images/imagesmain/Sheet-h.png');
}
.Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 13px, auto);
}
.Sheet-bc {
	bottom: 0;
	clip: rect(13px, auto, auto, auto);
}
.Sheet-cr, .Sheet-cl {
	top: 13px;
	bottom: 13px;
	width: 26px;
	background-image: url('/images/imagesmain/Sheet-v.png');
}
.Sheet-cr {
	right:0;
	clip: rect(auto, auto, auto, 13px);
}
.Sheet-cl {
	left:0;
	clip: rect(auto, 13px, auto, auto);
}
.Sheet-cc {
	position:absolute;
	z-index:-1;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	background-image: url('/images/imagesmain/Sheet-c.png');
}
.Sheet {
	margin-top: 10px !important;
}
.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare {
	min-width:940px;
}
/* end Box, Sheet */

/* begin Header */
div.Header {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 932px;
	height: 109px;
}
div.Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 932px;
	height: 109px;
	background-image: url('/images/imagesmain/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.artmenu, .artmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.artmenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.artmenu li:hover {
	z-index: 10000;
	white-space: normal;
}
.artmenu li li {
	float: none;
}
.artmenu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.artmenu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.artmenu li li:hover>ul {
	top: 0;
	left: 100%;
}
.artmenu:after, .artmenu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul {
	min-height: 0;
}

/* menu structure */

.artmenu {
	padding: 0px 0px 0px 0px;
}
.nav {
	position: relative;
	height: 25px;
	z-index: 100;
}
.nav .l, .nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('/images/imagesmain/nav.png');
}
.nav .l {
	left: 0;
	right:0px;
}
.nav .r {
	right: 0;
	width: 932px;
	clip: rect(auto, auto, auto, 932px);
}
/* end Menu */

/* begin MenuItem */
.artmenu ul li {
	clear: both;
}
.artmenu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.artmenu a .r, .artmenu a .l {
	position:absolute;
	display: block;
	height: 75px;
	background-image: url('/images/imagesmain/MenuItem.png');
}
.artmenu a .l {
	left:0;
	right:0px;
}
.artmenu a .r {
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.artmenu a .t {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
	padding: 0 26px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}
.artmenu a:hover .l, .artmenu a:hover .r {
	top:-25px;
}
.artmenu li:hover>a .l, .artmenu li:hover>a .r {
	top:-25px;
}
.artmenu li:hover a .l, .artmenu li:hover a .r {
	top:-25px;
}
.artmenu a:hover .t {
	color: #521E0A;
}
.artmenu li:hover a .t {
	color: #521E0A;
}
.artmenu li:hover>a .t {
	color: #fff;
}
.artmenu a.active .l, .artmenu a.active .r {
	top: -50px;
	
}
.artmenu a.active .t {
	color: #fff;
}
/* end MenuItem */

/* begin MenuSeparator */
.nav .separator {
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('/images/imagesmain/MenuSeparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a {
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	background-image: url('/images/imagesmain/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #AEA189;
}
.nav ul.artmenu ul span, .nav ul.artmenu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #21160D;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.artmenu ul ul a {
	margin-left: auto;
}
.artmenu ul li a:hover {
	color: #521E0A;
	border-color: #C89B79;
	background-position: 0 -20px;
}
.artmenu ul li:hover>a {
	color: #521E0A;
	border-color: #C89B79;
	background-position: 0 -20px;
}
.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span {
	color: #521E0A;
}
.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span {
	color: #521E0A;
}
/* end MenuSubItem */

/* begin ContentLayout */
.contentLayout {
	position: relative;
	margin-top: 0px; /* aanpassing breadcrum margin */
	margin-bottom: 0px;
	width: 932px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:3px;
	min-height:3px;
	
}
.Block-body {
	position: relative;
	z-index:1;
	padding: 7px;
}
.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc, .Block-cr, .Block-cl {
	position:absolute;
	z-index:-1;
}
.Block-tr, .Block-tl, .Block-br, .Block-bl {
	width: 2px;
	height: 2px;
	background-image: url('/images/imagesmain/Block-s.png');
}
.Block-tl {
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}
.Block-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}
.Block-bl {
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}
.Block-br {
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}
.Block-tc, .Block-bc {
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('/images/imagesmain/Block-h.png');
}
.Block-tc {
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}
.Block-bc {
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}
.Block-cr, .Block-cl {
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('/images/imagesmain/Block-v.png');
}
.Block-cr {
	right:0;
	clip: rect(auto, auto, auto, 1px);
}
.Block-cl {
	left:0;
	clip: rect(auto, 1px, auto, auto);
}
.Block-cc {
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-image: url('/images/imagesmain/Block-c.png');
}
.Block {
	margin: 12px;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader {
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}
.BlockHeader .t {
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}
.BlockHeader .l, .BlockHeader .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('/images/imagesmain/BlockHeader.png');
}
.BlockHeader .l {
	left:0;
	right:0px;
}
.BlockHeader .r {
	width:932px;
	right:0;
	clip: rect(auto, auto, auto, 932px);
}
.header-tag-icon {
	display:inline-block;
	background-position:left top;
	background-image: url('/images/imagesmain/BlockHeaderIcon.png');
	padding:0 0 0 14px;
	background-repeat: no-repeat;
	min-height: 32px;
	margin: 0 0 0 5px;
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
	background-color:#FFFFFF;
		
}
.BlockContent-body {
	position: relative;
	z-index:1;
	padding: 3px;
	min-height:40px;
}
.BlockContent-body {
	color:#57200A;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.BlockContent-body a:link {
	color: #893210;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	
}
.BlockContent-body a:visited, .BlockContent-body a.visited {
	color: #893210;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #B74315;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.BlockContent-body ul {
	list-style-type: none;
	color: #3A3327;
	margin:0;
	padding:0;
}
.BlockContent-body li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
.BlockContent-body ul li {
	padding:0px 0 0px 11px;
	background-image: url('/images/imagesmain/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
/* end Box, BlockContent */

/* begin Box, Post */
.Post {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}
.Post-body {
	position: relative;
	z-index:1;
	padding: 17px;
}
.Post-tr, .Post-tl, .Post-br, .Post-bl, .Post-tc, .Post-bc, .Post-cr, .Post-cl {
	position:absolute;
	z-index:-1;
}
.Post-tr, .Post-tl, .Post-br, .Post-bl {
	width: 18px;
	height: 18px;
	background-image: url('/images/imagesmain/Post-s.png');
}
.Post-tl {
	top:0;
	left:0;
	clip: rect(auto, 9px, 9px, auto);
}
.Post-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 9px, 9px);
}
.Post-bl {
	bottom: 0;
	left: 0;
	clip: rect(9px, 9px, auto, auto);
}
.Post-br {
	bottom: 0;
	right: 0;
	clip: rect(9px, auto, auto, 9px);
}
.Post-tc, .Post-bc {
	left: 9px;
	right: 9px;
	height: 18px;
	background-image: url('/images/imagesmain/Post-h.png');
}
.Post-tc {
	top: 0;
	clip: rect(auto, auto, 9px, auto);
}
.Post-bc {
	bottom: 0;
	clip: rect(9px, auto, auto, auto);
}
.Post-cr, .Post-cl {
	top: 9px;
	bottom: 9px;
	width: 18px;
	background-image: url('/images/imagesmain/Post-v.png');
}
.Post-cr {
	right:0;
	clip: rect(auto, auto, auto, 9px);
}
.Post-cl {
	left:0;
	clip: rect(auto, 9px, auto, auto);
}
.Post-cc {
	position:absolute;
	z-index:-1;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	background-color: #FFFFFF;
}
.Post {
	margin: 10px;
}
/* Start images */
a img {
	border: 0;
}
.article img, img.article {
	border: solid 1px #D9B9A1;
	margin: 1em;
}
.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.article table, table.article .article tr, .article th, .article td {
	background-color:Transparent;
}
.article th, .article td {
	padding: 2px;
	border: solid 1px #AEA189;
	vertical-align: top;
	text-align:left;
}
.article th {
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #973712;
}
.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #973712;
}
.PostHeaderIcon-wrapper img {
	border:none;
	vertical-align: middle;
	margin:0;
}
/* end PostHeaderIcon */

.Header2{
margin-top:0;


}

/* begin PostHeader */
.PostHeader a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #B74315;
}
.PostHeader a:visited, .PostHeader a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #5B513E;
}
.PostHeader a:hover, .PostHeader a.hovered {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #A03B13;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5B220B;
}
.PostContent {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #5B220B;
	line-height:1.5;
}
/* Start Content link style */

a {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #A03B13;
}
/* Adds special style to an unvisited link. */
a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #A03B13;
}
/* Adds special style to a visited link. */
a:visited, a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #A03B13;
}
/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #D24D19;
}
/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #7F5434;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #7F5434;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #8C7C5F;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #645944;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #645944;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #645944;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul {
	color: #973712;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li {
	margin:0.2em 0;
	padding:0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position:inside;
}
.Post li {
	padding:0px 0 0px 16px;
	line-height:1.2em;
}
.Post ol li, .Post ul ol li {
	background: none;
	padding-left:0;
}
.Post ul li, .Post ol ul li {
	background-image: url('/images/imagesmain/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:16px;
}
/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p {
	color:#521E0A;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
blockquote {
	border:solid 1px #988767;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 32px;
	background-color:#C3B9A7;
	background-image:url('/images/imagesmain/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.Button {
	display:inline-block;
	width: auto;
	float:right;
	
	
	outline:none;
	border:none;
	background:none;
	line-height:26px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: pointer; /* aanpassing */
	text-decoration: none !important;
	z-index:0;
}
.Button .btn {
	display:block;
	position:relative;
	float:right;
	height: 26px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #ffffff;
}
.Button .btn .t {
	display:block;
	height: 26px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 9px;
	line-height: 26px;
	text-decoration: none !important;
}
input, select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.Button .hover, .Button:hover {
	color: #8D3411;
	text-decoration: none !important;
}
.Button .active {
	color: #5E5440;
}
.Button .btn .l, .Button .btn .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 78px;
	background-image: url('/images/imagesmain/Button.png');
}
.Button .btn .l {
	left:0;
	right:5px;
}
.Button .btn .r {
	width:401px;
	right:0;
	clip: rect(auto, auto, auto, 396px);
}
.Button .btn.hover .l, .Button .btn.hover .r, .Button .btn:hover .l, .Button .btn:hover .r {
	top: -26px;
}
.Button .btn.active .l, .Button .btn.active .r {
	top: -52px;
}
/* end Button */

/* begin Order */
.Order {
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:26px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: pointer; /* aanpassing */
	text-decoration: none !important;
	z-index:0;
}
.Order .btn {
	display:block;
	position:relative;
	float:left;
	height: 26px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #ffffff;
}
.Order .btn .t {
	display:block;
	height: 26px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 9px;
	line-height: 26px;
	text-decoration: none !important;
}
input, select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.Order .hover, .Order:hover {
	color: #8D3411;
	text-decoration: none !important;
}
.Order .active {
	color: #5E5440;
}
.Order .btn .l, .Order .btn .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 78px;
	background-image: url('/images/imagesmain/Order.png');
}
.Order .btn .l {
	left:0;
	right:5px;
}
.Order .btn .r {
	width:401px;
	right:-224px;
	clip: rect(auto, auto, auto, 396px);
}
.Order .btn.hover .l, .Order .btn.hover .r, .Order .btn:hover .l, .Order .btn:hover .r {
	top: -26px;
}
.Order .btn.active .l, .Order .btn.active .r {
	top: -52px;
}
/* end Order */

/* begin Footer */
.Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 932px;
	margin: 5px auto 0px auto;
	background-repeat:no-repeat;
	background-image:url(/images/imagesmain/footer_duotone.png);
	background-position:center;
}
.Footer .Footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}
.Footer .Footer-background {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('/images/imagesmain/Footer.png');
	width: 932px;
	height: 150px;
	bottom:0;
	left:0;
}
.rss-tag-icon {
	position: relative;
	display:block;
	float:left;
	background-image: url('');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 24px;
}
.Footer .Footer-text p {
	margin: 0;
}
.Footer .Footer-text {
	display:inline-block;
	color:#796C53;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.Footer .Footer-text a:link {
	text-decoration: none;
	color: #796C53;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.Footer .Footer-text a:visited {
	text-decoration: none;
	color: #5B513E;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.Footer .Footer-text a:hover {
	text-decoration: none;
	color: #B74315;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#91603B;
}
.page-footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#9E8E70;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 232px;
}
/* end LayoutCell */

/* begin LayoutCell Home */
.contentLayout .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 495px;
}
/* begin LayoutCell follow */
.contentLayout .content2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 700px;
}
.contentLayout .content-sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 727px;
}
.contentLayout .content-sidebar2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 699px;
}
.contentLayout .content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 931px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 204px;
}


TABLE.productListing {

 
}


TD.productListing-data {
width: 10%;

text-align:center;
vertical-align:top; 

background-color:#FFF;

font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 13px;
color: #009900;
width:450px;
}





.productListing-heading{ 
background-color: #eee;
text-align:center;
}

.productListing-remove{ 
background-color: #fff;
text-align:left;
width:30px;
}

.productListing-product{ 
background-color: #fff;
text-align:center;
}
.productListing-quan{ 
background-color: #fff;
text-align:left;
}
.productListing-total{ 
background-color: #fff;
text-align:left;

}
.productListing-data{
text-align:left;
background-color:#FFF;

}

.infoBox {
  background: #ddd;
}


TD.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #7F5434;
  line-height:1.5;
  
  background-color:#FFF;
  text-align:left;
}
A.winkelwagen{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
  color:#A03B13;


	}

A.winkelwagen:hover{
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
  color:#cccccc;
  
	}


TD.compareListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;
  border: 1px;
  border-style: solid;
  border-color: #AAAA91;
  
}

.boxText{
font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height:2.2;

}

.boxText_txt{
font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height:2.2;

}




.productdisplay{
width:700px;
height:200px;
margin-left:10px;
margin-top:20px;
}

.productdisplayplaatje{
width:260px;
height:200px;
min-height:200px;
float:left;
padding-bottom:50px;
border:none;
text-decoration:none;
margin-left:40px;
}


.productdisplayprijs{
width:300px;
min-width:300px;
height:150px;

margin-top:80px;
margin-right:30px;

float:right;

}

.productdisplaytekst{
width:100%;
margin-left:10px;



}



.productdisplaytekst p{ font-size:12px;}

.productdisplayleft{
width:300px;
height:60px;
float:left;
background-color:#fff;
text-align:left;
border-bottom:1px solid #999999;
border-top:1px solid #999999;

}


.maatjes1{

float:left;

margin-top:6px;
margin-left:100px;

}
.tussenn{
width:600px;
min-height:50px;
height:50px;


}

.productdisplayright{
width:295px;
height:60px;
min-height:35px;
background-color: #fff;
float:left;
border-bottom:1px solid #999999;
border-top:1px solid #999999;
text-align:center;

}
.karretje{
margin-top:20px;
margin-left:10px;
}

.infoBoxContents {
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align:left;
  border:1px solid #CCCCCC;
}

.infoBox {
  background: #fff;
}
.menupro1{

color: #fd0680;
border: 1px solid  #CCCCCC;
background-color:#dae2e4;
text-align:center;

}


