@charset "utf-8";
/* CSS Document */
body {
	scrollbar-3dlight-color: #EDE3CA;
    scrollbar-arrow-color:#EDE3CA;
    scrollbar-base-color:#634529;
    scrollbar-track-color:#EDE3CA;
    scrollbar-darkshadow-color:#634529;
    scrollbar-face-color:#634529;
    scrollbar-highlight-color:#634529;
    scrollbar-shadow-color:#634529;
	font-family: Calligraph421 BT, Book Antiqua, Cursive;
}

/* algemeen */
a:link {
  color: #724718;
 background: transparent;
  text-decoration: none
  
}

a:visited {
  color: #8A581E;
  background: transparent;
  text-decoration: none
}

a:active {
  color: black;
  background: transparent;
}

a:hover {
  color: black;
  text-decoration: none
}

#voorwaarden a:link {
  color: #724718;
  font-size:14px;
  background: transparent;
  text-decoration: none;
}

#voorwaarden a:visited {
  color: #8A581E;
  font-size:14px;
  background: transparent;
  text-decoration: none
}

#voorwaarden a:active {
  color: black;
  font-size:14px;
  background: transparent;
}

#voorwaarden a:hover {
  color: black;
  font-size:14px;
  text-decoration: none
}

#text {
	padding:33px 30px 0 30px;
	margin:0;
	color:#000000;
}

#menu .arrowlistmenu a:link {
	color:#8A581E;
	text-decoration:none;
}
#menu .arrowlistmenu a:visited {
	color:#8A581E;
	text-decoration:none;
}
#menu .arrowlistmenu a:hover {
	color: #990000;
	text-decoration:none;
}

/* accordion */
.arrowlistmenu {
	width:180px; /*width of accordion menu*/
	margin:0;
	padding:0;
	list-style:none;
}
.arrowlistmenu h3 {
	cursor: pointer;
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:normal;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	cursor: pointer;
	padding:0;
	margin:0;
	width:170px;
	font-size:16px;
	background:url(../img_site/open.gif) no-repeat right;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background:url(../img_site/top.gif) no-repeat right;
	margin:0;
	padding:0;
}
.arrowlistmenu .categoryitems {
	padding:0 0 0 20px;
	margin:0;
}
.arrowlistmenu .categoryitems li a {
	margin:0;
	padding:0;
	font-size:15px;
	}
