body {
	background-color: #DDDDDD;
	background-image: url(../images/html_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-family: Verdana,Arial,Tahoma;
}

/* ---------- DIVS ---------- */

#list {
	font-size: 11px;
	padding: 10px;
	text-align: left;
}

#popup_faq {
	z-index: 10;
	border: 2px solid #0066CC;
	position: absolute;
	top: 200px;
	left: 20%;
	width: 600px;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/FAQ_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	visibility: hidden;
}

#popup_theme {
	z-index: 10;
	border: 2px solid #0066CC;
	position: absolute;
	top: 200px;
	left: 20%;
	width: 600px;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/FAQ_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	visibility: hidden;
}

#product {
	width: 254px;
	height: 237px;
	color: #0066CC; 
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/product.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	z-index: 10;
}

#product_img {
	width: 250px;
	height: 154px;
	border: 1px solid #0066CC;
	border-right: 0px solid #0066CC;
	position: absolute;
	z-index: 10;
}

#product_descr {
	width: 500px;
	height: 154px;
	text-align: left;
	border: 1px solid #0066CC;
	position: relative;
	left: 250px;
	padding-left: 10px;
	background-image: url(../images/titlebar2.gif);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 10;
}

#product_descr_left {
	width: 500px;
	text-align: left;
	position: absolute;
}

#product_descr_right {
	top: 50px;
	width: 290px;
	text-align: left;
	position: relative;
	left: 200px;
}

#product_title {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #0066CC;
	z-index: 10;
}

#imagedetail {
	border: 1px solid #0066CC;
	background-color: White;
	position: absolute;
	z-index: 50;
	margin-top: 10px;
	margin-left: 10px;
	width: 604px;
	left: 25%;
}

/* ---------- SPANS ---------- */

span.title {
	font-size: 13px;
	color: #222222;
	font-weight: bold;
}

span.subtitle {
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

span.errormsg {
	color: #f22a0e;
	font: italic;
	padding-left: 5px;
}

span.colors {
	position: absolute;
	right: 0px;
}

span.small {
	font-size: 9px;
	text-align: center;
}

/*----------- H1,H2,... tags ---------- */

h1 {
	font-size: 13px;
	color: #222222;
	font-weight: bold;
}

h1.actie {
	font-size: 18px;
	color: #f15d22;
	font-weight: bolder;
}

h2 {
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

h2.actie {
	font-size: 14px;
	color: #005dce;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #555555;
	font-weight: normal;
}

/* ---------- TABLES, TR, TD ---------- */

table {
	font-family: Verdana,Arial,Tahoma;
	font-size: 11px;
	text-align: left;
}

table.menu {
	width: 800px;
	background-image: url(../images/menubar_bg.jpg);
	background-color: White;
	background-repeat: no-repeat;
}

table.body_nobg {
	width: 800px;
	height: 300px;
	background-color: White;
}

table.body {
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
	height: 350px;
	background-color: White;
}

table.footer {
	width: 800px;
	height: 50px;
	background-image: url(../images/bg-footer.gif);
	font-weight: bold;
	padding-bottom: 10px;
	background-color: White;
}

table.subfooter {
	width: 800px;
	height: 50px;
	color: Gray; 
}

tr.menuitems {
	height: 50px;
}

tr.titlebar {
	background-image: url(../images/bg_titlebar.gif);
	height: 50px;
	width: 800px;
	background-repeat: no-repeat;
}

td.buttons_left {
	font-size: 12px;
}

td.bluebox {
	 /*border: 2px solid #0066CC;*/
	background-image: url(../images/NL/bluebox.gif);
	background-repeat: no-repeat;
}

td.download {
	border: 2px solid #0066CC;
	background-color: #0066CC;
}

td.smallgray {
	font-size: 10px;
	color: Gray;
}

/* ---------- OTHER TAGS ---------- */

hr.blue {
	border: 1px solid #005dce;
}

b {
	color: #333333
}

img.logo {
	position: absolute;
	z-index: 10;
}

/* ---------- FORM DATA ---------- */
input, select {
	border: 1px solid #005dce;
	height: 18px;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma;
	color: #005dce;
}

input.btn {
	background-color: #DFDFDF;
}

input.radio {
	border: 0px;
}

/* ---------- LINKS ---------- */

a.bigblue { color: #0080c5; font-weight: bold; font-size: 24px; text-decoration: none; }
a.bigblue:hover { color: #f15d22; }

a.big { color: #FF3200; font-weight: bold; font-size: 18px; text-decoration: none; }
a.big:hover { text-decoration: underline; }

a { color: #005dce; text-decoration: none; }
a:hover { color: #f15d22; }

a.gray { color: Gray; text-decoration: none; }
a.gray:hover { color: #999999; }

/*-------- BEGIN DROPDOWN MENU ----------------*/
#menu {
	width: 100%;
	/*background: #eee;*/
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0; /*width: 12em;*/
	float: right;
	width: 100px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
}

#menu ul ul a{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*
#menu ul ul li{
	background: #efefef;
}
*/

#menu ul ul li a{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana,Arial,Tahoma;
}

#menu ul ul li a:hover{
	color: White;
}

/*
#menu ul ul li:hover {
	background: White;
}*/

#menu li {
	position: relative;
	z-index: 100;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	/*background-color: White;*/
	border-top: 2px solid #005dce;
	width: 165px;
	margin-left: 6px;
	font-weight: bold;
}

#menu li li {
	border-bottom: 2px solid #005dce;
	/*border-left: 2px solid #005dce;
	border-right: 2px solid #005dce;*/
	text-indent: 5px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 165px;
	margin-left: 0px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	visibility: hidden;
	/*display: none;*/
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	visibility: visible;
	/*display: block;*/
}
/*-------- END DROPDOWN MENU ----------------*/


