
/* 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:82%;
	font-family:Century Gothic;
	color:#cccccc;
	background:#0b0b0b url('http://www.interlamp.be/images/background.jpg') repeat-x top;	
	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; }
b { color: #48aee1; }
strong { color: #48aee1; }
hr {
	display:none;
	height:1px;
	border:none;
	background:url('http://www.interlamp.be/images/hr.gif') no-repeat;
}


/* Link layout settings */

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


/* Headings */

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

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

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

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

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

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


/* Main layout style settings */

div#wrapper {
	padding: 76px 0px 10px 0px;
	text-align:center;
}
div#container_box {
	position:relative;
	width:920px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:0px solid red;
}
div#logo {
	width:290px;
	height:36px;
	overflow:hidden;
	text-indent:-10000px;
	background:url('http://www.interlamp.be/images/logo.jpg');
	float:left;
	border:0px solid red;
	cursor:pointer;
}


/* START JDMENU */
div#menu {
	margin-left:20px;
	float:left;
	clear:right;
	width:600px;
	height:35px;
	border:0px solid green;
	color:#252525;
	font-family:century gothic;
}
#menu_background {
	position:absolute;
	left:310px;
	z-index:-1;
	width:584px;
	height:36px;
	background:#111 url('http://www.interlamp.be/images/background-menu2.jpg');
}
ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 5px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
	border:0px solid red;
}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	float: left;
	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: #fff;
}
ul.jd_menu a:hover {
	text-decoration: none;
	color: #48aee1;
}
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: #fff;
}
ul.jd_menu ul li a:hover {
	color: #48aee1;
}

/* -- 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:1px solid #333;
	border-right:1px solid #333;
	border-top:1px solid #333;
}
ul.jd_menu ul li {
	border-left:0px solid #333;
	border-right:0px solid #333;
	border-bottom:1px solid #333;
	border-top:0px solid #333;
	background:#111 url('http://www.interlamp.be/images/ui-bg.png') 50% 50% repeat-x;
	/*
	opacity:0.98;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=98); 
	*/
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	font-size: 16px;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	margin-right:0px;
	cursor: pointer;
	white-space: nowrap;
	border-left:1px solid #333;
}
ul.jd_menu ul li {
	font-size: 12px;
}
ul.jd_menu li li {
	width: 150px;
}
ul.jd_menu li a {
	color: #fff;
	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: #48aee1;
}
ul.jd_menu ul li.jdm_hover,
ul.jd_menu ul li.jdm_active {
	background:#48aee1 url('http://www.interlamp.be/images/ui-bg_highlight.png') 50% 50% repeat-x;
}
ul.jd_menu ul li.jdm_hover a,
ul.jd_menu ul li.jdm_active a {
	color: #fff;
}
/* END JDMENU */


div#content {
	font-family:Georgia;
	border:0px solid green;
	width:93%;
	margin:auto;
	padding-top:70px;
	padding-bottom:40px;
	clear:both;
}
div#footer {
	clear:both;
	font-size:90%;
	padding-top:8px;
	height:87px;
	background:#151515 url('http://www.interlamp.be/images/ui-bg_footer.png') repeat-x;;
	color:#999;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
}

a.footer_link {
	color:#555;
	text-decoration:none;
}
.footer_text {
	font-size:80%;
	color:#555;
	text-decoration:none;
}
.footer_text a {
	color:#555;
}
.footer_text strong {
	color:#555;
}
.footer_box {
	clear:both;
	width:880px; 
	padding:10px; 
	text-align:left; 
	margin-left:auto; 
	margin-right:auto;
}
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:120px;
	margin:3px;
	padding:5px;
	border:1px solid #444;
}
.floatercell_off {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.floatercell_on {
	opacity:1;
	filter:alpha(opacity=100);
}
.floatercell img {
}


/* Form layout settings */

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