
/* 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:76%;
	font-family:Verdana;
	color:#000000;
	background:#999999;	
	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 { display:none; }


/* Link layout settings */

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


/* Headings */

h1 {
	color:#ffcc00;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration:none;
}

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

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

h4 {
	color:#ffcc00;
	font-size: 1.0em;
	font-weight: normal;
}

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

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

/* Fixed id's */


/* Main layout style settings */

div#wrapper {
	padding:30px;
	text-align:center;
}
div#container_box {
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ffcc00;
	background:white;
}
div#logo {
	width:760px;
	height:120px;
	background:url('../images/logo.gif') no-repeat;
	text-indent:-10000px;
	cursor:pointer;
}
div#content {
	padding:20px;
}
div#footer {
	padding:5px;
	background:#cc6600;
	color:white;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin:5px;
	text-align:center;
}
div#footer a {
	color:white;
}
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;
}

/* START JDMENU */
.menu_item {}
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 {
	float: left;
	margin:0px 6px 0px 0px !important;
	padding:0px !important;
	border:0px solid green;
}
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;
	color: white;
}
ul.jd_menu a:hover {
	text-decoration: none;
	color: white;
}
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 {
	color: white;
}
ul.jd_menu ul li a:hover {
	color: white;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
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 ul {
	border-left:0px solid #444;
	border-right:0px solid #444;
	border-top:0px solid #444;
	margin-left:0px;
}
ul.jd_menu ul li {
	border-left:0px solid #444;
	border-right:0px solid #444;
	border-bottom:0px solid #444;
	border-top:0px solid #444;
	color:white;
	padding:5px !important;

	opacity:0.95;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); 

}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	font-size:14px;
	margin: 0px;
	margin-right:-10px;
	padding: 5px;
	margin-right:0px;
	cursor: pointer;
	white-space: wrap;
	border:3px solid #333;
	width:152px;
	height:50px;
}
ul.jd_menu ul li {
	font-size: 12px;
}
ul.jd_menu li li {
	width: 220px;
}
ul.jd_menu li a {
	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: white;
}
ul.jd_menu ul li.jdm_hover,
ul.jd_menu ul li.jdm_active {
	background:#29a528 !important;
	color:white;
}
ul.jd_menu ul li.jdm_hover a,
ul.jd_menu ul li.jdm_active a {
	color:white;
}

/* END JDMENU */


/* ImageBox */

#ImageBoxOuterContainer {
	z-index:2000;
}
#ImageBoxOverlay {
	z-index:2000;
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #F4F4EC;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages {
	margin: 0;
}
#ImageBoxNextImage {
	background-image: url('../images/spacer.gif');
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url('../images/spacer.gif');
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url('../images/next_image.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url('../images/prev_image.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* 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:#999999;
	border:1px solid #000000;
}
.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; }
