
/* Modify default settings */

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }
html,body { height:100%; }

body { 
	/* This reduces default size from 16px to 12px = 75% ~ 76% bug fix */
	font-size:86%;
	font-family:Trebuchet MS;
	color:#444444;
	background:#5b5836 url('../images/background.gif') center top no-repeat;	
	line-height:1.4em;
	letter-spacing:0;
	padding:0px;
	margin:0px;
}


input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p, pre { font-size:1em }

form { border:0px; margin:0px; }
ul,ol,dl { margin-top:1em; margin-bottom:1em; }
li { padding-left:0em; }
p { margin: 0em 0em 1.8em 0em; }
h1,h2,h3,h4,h5,h6 { margin:0em 0em 0.8em 0em;  }
img { border:0px; }


hr {
	height:8px;
	border:none;
	background:url('../images/hr.gif') no-repeat;
}



/* Link layout settings */

a {
	text-decoration:none;
	color:#5b5836;
}
a:hover {
	text-decoration:underline;
	color:#5b5836;
}
a:link { }
a:visited { }
a:active { }




/* Headings */

h1 {
	color:#444444;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration:none !important;
}

h2 {
	color:#444444;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration:none;
}
a:hover h2 { text-decoration:none; }
h2 a:hover { text-decoration:none; }

h3 {
	color:#444444;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	color:#444444;
	font-size: 1.0em;
	font-weight: strong;
}

h5 {
	color:#444444;
	font-size: 0.8em;
	font-weight: normal;
}

h6 {
	color:#444444;
	font-size: 0.6em;
	font-weight: normal;
}

/* Fixed id's */


/* Main layout style settings */

div#wrapper {
	padding:0px;
	text-align:center;
}
div#container_box {
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:0px solid red;
}
div#menu_box {
	width:160px;
	float:left;
	border:0px solid red;
}
div#logo {
	width:160px;
	height:205px;
	background:url('../images/logo.gif') right top no-repeat;
	text-indent:-10000px;
}

/* START JDMENU */
div#menu {
	text-align:right;
	padding-right:15px;
}
div#menu a {
	color:white; 
}
div#menu a:hover {
	text-decoration:none;
}
.menu_item {
	color:#eecf43 !important;
}
ul.jd_menu, 
ul.jd_menu_vertical {
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px solid red;
}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	padding-bottom:4px;
	padding-top:2px;
	padding-right:6px;
	background:url('../images/menu_divider.gif') bottom no-repeat;
}
ul.jd_menu_vertical {
	width:150px;
}
ul.jd_menu ul li a,
ul.jd_menu ul li a:active,
ul.jd_menu ul li a:link,
ul.jd_menu ul li a:visited {
	text-decoration: none;
	/* alternate color */
	color: white;
}
ul.jd_menu a:hover {
	text-decoration: none;
	color: #eecf43 !important;
}
ul.jd_menu ul li a,
ul.jd_menu ul li a:active,
ul.jd_menu ul li a:link,
ul.jd_menu ul li a:visited {
	/* alternate color */
	color: white;
}
ul.jd_menu ul li a:hover {
	color: #eecf43;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border:1px solid #625e3e;
	border-bottom:0px;
	margin-left:-1px;
	margin-top:-2px;
	z-index: 100000;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}
ul.jd_menu,
ul.jd_menu ul,
ul.jd_menu_vertical,
ul.jd_menu_vertical ul {

}

ul.jd_menu ul li {
	border-bottom:1px solid #706c4a;
	background:#5b5836;
	text-align:left;
	padding:3px 15px 4px 5px !important;
	/*
	opacity:0.95;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); 
	*/
}
ul.jd_menu_vertical {
	height:auto;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	font-size:14px;
	margin: 0px;
	margin-right:0px;
	cursor: pointer;
	white-space: nowrap;
}

ul.jd_menu li li {
	width: auto;
}
ul.jd_menu li a {
	/* alternate color */
	color: white;
	text-decoration: none;
}
ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	/* achtergrond hoofdmenu on hover */
}
ul.jd_menu li.jdm_hover a,
ul.jd_menu li.jdm_active a {
	color: #eecf43;
}
ul.jd_menu ul li.jdm_hover,
ul.jd_menu ul li.jdm_active {
}
ul.jd_menu ul li.jdm_hover a,
ul.jd_menu ul li.jdm_active a {
	/* alternate color */
	color: #eecf43;
}
/* END JDMENU */

div#content_box {
	width:610px;
	float:left;
	border:0px solid red;
}
div#winkelwagentje {
	padding-top:25px;
	padding-bottom:30px;
}
div#winkelwagentje a {
	color: #eecf43;
}
div#winkelwagentje a:hover {
	text-decoration:none;
}
div#content_box_corner {
	background:white;
}
div#content {
	padding:20px;
}
div#footer {
	margin:auto;
	padding-top:30px;
	padding-bottom:20px;
	text-align:center;
	color:#f1f0e7;
	font-size:80%;
}
div#footer a {
	color:#f1f0e7;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
div#mapbox {
	width:280px;
	height:280px;
	overflow:hidden;
}

.sortable_list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.sortableitem {
	border: 0px;
	margin: 0px;
	padding-top:2px;
}

/* Classes */

.float_none { float:none; }
.display_none { display:none; }
div.center { text-align:center; }
div.left { text-align:left; }
div.right { text-align:right; }
div.clear { clear:both; }
div.scroll { overflow:auto; }
div.notebox {
	font-size:0.83em;
	padding:2px;
	clear:left;
}
.floatercell {
	float:left;
	width:100px;
	height:100px;
	margin:3px;
	padding:5px;
	background:white;
	border:1px solid #cccc99;
}
.floatercell img {
}


/* Form layout settings */

input[type=text],input[type=password], textarea, select {
		font-size:1em;
	float:left;
	margin-right:2px;
}
input[type=text]:focus, input[type=text]:hover, textarea:focus, textarea:hover, select:focus, select:hover  {
	}
#myCaptchaForm label.error {
	float:left;
	width:16px;
	height:16px;
	background:url('../images/cross.png');
	clear:right;
	text-indent:-100000px;
	margin-top:2px;
}
#myCaptchaForm label.valid {
	float:left;
	width:16px;
	height:16px;
	background:url('../images/tick.png');
	clear:right;
	text-indent:-100000px;
	margin-top:2px;
}
input.error { float:left; }