
/* --------------------- page containers ------------------- */

#outer { /* contains all content */
	/* position: relative; */

	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#container { /* div id : contained in 'outer' : holds the total website page */
	position: relative; /* this way, the footer (which is contained in this div) can be positioned absolute by scripting */

	width: 980px;
	padding: 0;
	margin: 0 auto; /* centered */
	background-color: #ffffff;
	text-align: left; /* otherwise all contained text is center aligned due to the 'outer' align=center attribute */
}


/* --------------------- general ------------------- */

html {
	height: 100%; /* [A] : try to enable / disable this property combined with enabling / disabling [B] : IE and FF */
	padding: 0; /* maybe browsers do not have a 0 px default padding */
	margin: 0; /* maybe browsers do not have a 0 px default margin */
}

body {
	width: 100%; /* you may try to disable this property, it should not be needed */
	height: 100%; /* [B] : try to enable / disable this property combined with enabling / disabling [A] : IE and FF */
	padding: 0; /* most browsers do not have a 0 px default padding */
	margin: 0; /* most browsers do not have a 0 px default margin */

	/* all page elements have the font setting made here as default */
	font-family: verdana;
	font-size: 13px;
	line-height: 16px;
	color: #4b4a4a;

	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

a img {
	border:0;
}

form {
	padding: 0;
	margin: 0;
}

.b {
	font-weight: 700;
}

.g {
	font-family: verdana;
	font-size: 90%;
	color: #000000;
}

.FL {
	float: left;
}

.R {
	text-align: right;
}

.sgif {
	width: 1px;
	height: 1px;
}

.lineBlue {
	background-color: #ffffff;
}

a.linkA {
	color: #000000;
}

#chartest {
	position: absolute;
	top: 0px; /* needed !? to read clientWidth */
	visibility: hidden;
	font-family: verdana;
	font-size: 13px;
}

.red, .mono {
	font-family: monospace;
}

.red {
	color: #FF0000;
}

.form_error_tekst {
	font-style: italic;
	padding: 0px 0px 0px 10px;
}

.zoekterm {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #194987;
	padding: 0px 2px 0px 2px;
}

#logos {
	padding-left: 15px;
}

#logos a {
	background-color: #FFFFFF;
	background-image: url(http://www.itc-group.com.hk/graphics/bg-logos.gif);
	padding: 6px 0px 0px 2px;
	width: 160px;
	height: 105px;
	display: block;
	float: left;
	margin: 6px;
	text-align: center;
}

#logos a:hover {
	background-color: #3b3c3c;
}

#imgPopDiv {
	position: fixed; /* top and left are set by script : center on page */
	width: 400px;
	height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	display: none;
	z-index: 99;
}

#imgPopDiv table {
	width: 100%;
	height: 100%;
}

#imgPopDiv #imgPopCloseButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

#test-show-vars {
	font-family: "lucida console", monospace;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 525px;
	margin: 10px 0px 10px 0px;
}

/*------ REFERENTIE -----*/

.referentieitem {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0px 13px 0px;
	float:left;
	width: 100%;
}

.referentie-links {
	float:left;
	width: 150px;
}

.referentie-img {
	float:left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.referentie-rechts {
	float:left;
	padding: 0px 0px 0px 10px;
	width: 235px;
}

.referentie-rechts p {
	margin: 0;
	padding: 0;
}

.referentie-opdracht {
	float: left;
	width: 150px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.referentie-img-omschrijving {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.referentie-werkzaamheden {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 10px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.prevnextline {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.prevnextline a:link, a:active, a:visited {
	color: #11325b;
	text-decoration: none;
}

.prevnextline a:hover {
	color: #11325b;
	text-decoration: underline;
}

.prevnextline a.current {
	color: #939393;
}

.horizontal-rule {
	width: 100%;
	height: 1px;
	background-color:#194987;
	float:left;
}

/*------ PRODUCTEN -----*/

.productencontainer {
	width:553px;
	height:411px;
}

a#cvtoestellen {
	display: block;
	background-image: url(http://www.itc-group.com.hk/graphics/cv-toestellen.jpg);
	width:269px; 
	height:127px; 
	float:left; 
	margin: 0px 0px 15px 0px;
	text-indent: -5555px;
}

a#radiatoren {
	display: block;
	background-image: url(http://www.itc-group.com.hk/graphics/radiatoren.jpg);
	width:269px; 
	height:127px; 
	float:left; 
	margin: 0px 0px 15px 15px;
	text-indent: -5555px;
}

a#sanitair {
	display: block;
	background-image: url(http://www.itc-group.com.hk/graphics/sanitair.jpg);
	width:269px;
	height:127px;
	float:left;
	margin: 0px 0px 15px 0px;
	text-indent: -5555px;
}

a#kranen-toebehoren {
	display: block;
	background-image: url(http://www.itc-group.com.hk/graphics/kranen.jpg);
	width:269px;
	height:127px;
	float:left;
	margin: 0px 0px 15px 15px;
	text-indent: -5555px;
}

a#installatie-materiaal {
	display: block;
	background-image: url(http://www.itc-group.com.hk/graphics/installatie-materiaal.jpg);
	width:269px;
	height:127px;
	float:left;
	text-indent: -5555px;
}

a#onze-leveranciers {
	display: block;
	background-image: url(http://www.itc-group.com.hk/graphics/leveranciers.jpg);
	width:269px;
	height:127px;
	float:left;
	margin-left:15px;
	text-indent: -5555px;
}

/*------ PRODUCTEN KRANT -----*/

.productitem {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0px 13px 0px;
	float:left;
	width: 100%;
}

#content-text .productitem a:link, #content-text .productitem a:active, #content-text .productitem a:visited {
	color: #a72821;
	text-decoration: none;
}

#content-text .productitem a:hover {
	text-decoration: underline;
}

.product-links {
	float:left;
	width: 150px;
}

.product-img {
	float:left;
	width: 130px;
	margin: 0px 0px 0px 0px;
}

.product-rechts {
	float:left;
	padding: 0px 0px 0px 10px;
	width: 395px;
}

.product-rechts p {
	margin: 0;
	padding: 0;
}

.product-opdracht {
	float: left;
	width: 150px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}

.product-img-omschrijving {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 10px;
}

.product-werkzaamheden {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 10px;
	color: #194987;
	font-size: 13px;
	font-weight: bold;
}


/*------ HANDLEIDINGEN KRANT -----*/

.handleidingitem {
	border-bottom: 1px solid #c8c8c8;
	padding: 6px 0px 6px 0px;
	float:left;
	width: 100%;
}

#content-text .handleidingitem a:link, #content-text .handleidingitem a:active, #content-text .handleidingitem a:visited {
	font-size: 11px;
	color: #a72821;
	text-decoration: none;
	font-weight: normal;
}

#content-text .handleidingitem a img {
	margin: 0px 0px -6px 0px;
}

#content-text .handleidingitem a:hover {
	text-decoration: underline;
}

.handleiding-img {
	float: left;
	text-align: center;
	width: 60px;
	margin: 0px 0px 0px 0px;
}

.handleiding-rechts {
	float: left;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 500px;
}

.handleiding-rechts .titel {
	float: left;
	padding: 6px 0px 0px 0px;
	width: 365px;
}

.meerHandleidingen {
	display: block;
	border: 1px solid #c8c8c8;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
/* ---------------------- header ---------------------------- */
/* contained in 'container' */

#header {
	position: relative; /* this way the main nav bar (which is contained in header) can be positioned at the bottom */

	width: 980px;
	height: 293px;
	padding: 0;
	margin: 0;

background-image: url(http://www.itc-group.com.hk/outsourcing-your-supply-chain/itc-circle-of-insurance/header.jpg/);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#header.home {
	height: 144px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header a#go-home {
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 1;
}

#header a#go-home img#ITCLOGO {
	width: 140px;
	height: 120px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#header a#go-home-2 {
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 1;
	padding-left: 1px;
}

#header a#go-home-2 img#ITCLOGO {
	width: 140px;
	height: 120px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

#header a#go-test {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#header a#go-test img {
	width: 30px;
	height: 30px;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

img#ITCLOGO_TTimg {
	position: absolute;
	width: 298px;
	height: 83px;
	display: none;
	opacity: 0.9;
}

ul#leftheadermenu {
	list-style-type: none;
	position: absolute;
	top: 154px;
	left: 12px;
	padding: 0px;
	margin: 0px;
}

ul#leftheadermenu li {
	margin: 0px 0px 3px 0px;
}

ul#leftheadermenu li a {
	color: #4b4a4a;
	width: 140px;
	height: 10px;
	display: block;
	padding: 4px 0px 8px 6px;
	text-decoration: none;
	background-image: url(http://www.itc-group.com.hk/graphics/left-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 11px;
}

ul#leftheadermenu li a:hover, 
ul#leftheadermenu li a.currentB,
ul#leftheadermenu li a.currentC {
	color: #ffffff;
	background-position: 0px  -22px;
}

ul#leftheadermenu li ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul#leftheadermenu li ul li a {
	color: #b1b3b4;
	width: 130px;
	height: 10px;
	display: block;
	padding: 4px 0px 8px 16px;
	text-decoration: none;
	background-image: url(http://www.itc-group.com.hk/graphics/left-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#leftheadermenu li ul li a:hover, 
ul#leftheadermenu li ul li a.currentB,
ul#leftheadermenu li ul li a.currentC {
	color: #ffffff;
	background-position: 0px  -22px;
}
/* ---------------------- nav main ---------------------------- */
/* contained in 'header' */

#main_nav {
	position: absolute;
	top: 71px;
	left: 160px;

	width: 800px;
	height: 34px;
	padding: 0;
	margin: 0;
}

#main_nav.home {
	bottom: 40px;
}

#main_nav ul {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 817px;
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	height: 25px;
	margin-right: -20px;
}

#main_nav ul li {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	display: inline;
}

#main_nav ul li ul {
	top: 27px; /* [C] */
	left: 0px;

	height: auto; /* !! */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none; /* becomes block by mouseover */
	z-index: 2; /* the submenu needs to be OVER the teasers */
}

#main_nav ul li ul.Contact {
	left: auto;
	right: 0px;
}
#main_nav ul li a {
	text-indent: -5555px;
	margin-top: 5px;
	float: left;
	padding: 0;
	margin-right: 14px;
	background-repeat: no-repeat;	
}
#main_nav ul li a#menu-1 {
	width: 62px;
	height: 34px;
	background-image: url("http://www.itc-group.com.hk/graphics/1-home.jpg");
}
#main_nav ul li a#menu-2 {
	width: 85px;
	height: 34px;
	background-image: url("http://www.itc-group.com.hk/graphics/2-itc-profile.jpg");
}
#main_nav ul li a#menu-3 {
	width: 174px;
	height: 34px;
	background-image: url("http://www.itc-group.com.hk/graphics/3-ruling-the-supply-chain.jpg");
}
#main_nav ul li a#menu-4 {
	width: 220px;
	height: 34px;
	background-image: url("http://www.itc-group.com.hk/graphics/4-outsourching-your-supply-chain.jpg");
}
#main_nav ul li a#menu-5 {
	width: 114px;
	height: 34px;
	background-image: url("http://www.itc-group.com.hk/graphics/5-itc-companies.jpg");
}
#main_nav ul li a#menu-6 {
	width: 72px;
	height: 34px;
	background-image: url("http://www.itc-group.com.hk/graphics/6-contact.jpg");
}
#main_nav ul li a#menu-7 {
	width: 71px;
	height: 34px;
	background-image: url("http://www.itc-group.com.hk/graphics/7-partner.jpg");
}


#main_nav ul li a:hover {
	background-position: 0 -34px;
}

#main_nav ul li a#menu-4 {
	background-position: 0 -34px;
}

/* --------------------- column left ------------------- */
/* contained in 'container' */

#left {
	width: 171px;
	margin: 0;
	padding: 2px 2px 2px 2px;

	background-color: #FFFFFF;
	float: left;
}

#left #left-afsluiter {
	width: 171px;
	height: 150px;
background-image: url(http://www.itc-group.com.hk/graphics/gradient-left-menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#left #left-afsluiter #imgWaterDropAni {
	height: 240px;
	width: 180px;
}

#left ul {
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
}

#left ul li {
	padding: 0;
	margin: 0;
}

#left ul li a {
	color: #616161;
	width: 159px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 12px;
	background-color: #CCCCCC;
}

#left ul li a:hover,
#left ul li a.currentB,
#left ul li a.currentC {
	color: #FFFFFF;
	background-color: #616161;
	font-style: italic;
	background-position:0 -22px;
}

#left ul li ul li a:hover,
#left ul li ul li a.currentC {
	color: #FFFFFF;
	background-color: #6386B2;
	font-style: italic;
	background-position:0 -22px;
}

#left ul ul {
	padding: 0;
background-image: none;
}

#left ul li ul li a {
	width: 146px;
	padding: 5px 0px 5px 25px;
}


/* --------------------- column content ------------------- */
/* contained in 'container' */

#content {
	position: relative;
	width: 477px;
	margin: 0;
	padding: 3px 0px 3px 3px;

	background-color: #f2f2f2;
	float: left; /* floated under the static header, due to the code position in the HTML */
}

#content.home {
	background-color: #ffffff;
}

#content h1 {
	position: absolute;
	top: 0px;
	left: 10px;
	color: #4b4a4a;
	font-size: 18px;
	padding: 10px 10px 10px 4px;
	margin: 0;
}

#content h1.contact {
	top: 0px;
	margin-top: -35px;
}

#content h1.contact span.lil {
	font-size: 9px !important;
}

#content h2 {
	font-size: 11px;
	color: #b1b3b4;
	display: block;
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
}

#content h3 {
	font-size: 13px;
	color: #4b4a4a;
	font-weight: normal;
	display: block;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 23px;
}

#content-text {
	font-size: 12px;
	width: 457px;
	margin: 0;
	padding: 35px 10px 30px 10px;
	/*line-height: 20px;*/
	min-height: 461px;
}

#content.home #content-text {
	height: 480px;
	width: 945px;
	padding-top: 1px;
	color: #4b4a4a;
	font-size: 11px;
	margin-left: 2px;
	text-align: justify;
}

#content.home #content-text p {
	padding: 2px;
}

#content.home #content-text h2 {
	color: #4b4a4a;
	display: inline;
	font-size: 16px;
	margin: 0px 4px 0px 20px;
	font-weight: normal;
}

#content-text a:link, #content-text a:active, #content-text a:visited {
	color: #4b4a4a;
	text-decoration: none;	
	font-weight: bold;
}

#content-text a:hover {
	color: #4b4a4a;
	text-decoration: underline;	
}

#content-text a img {
	color: #4b4a4a;
	text-decoration: none;	
	font-weight: bold;
	border: 0px solid #fff;
}

#content-text #board1 {
	margin-top: 15px;
	background-color: #e6e6e6;
}

#content-text #board2, #content-text #board3, #content-text #board4, #content-text #board5, #content-text #board6, #content-text #board7 {
	margin-top: 15px;
	background-color: #e6e6e6;
}

#crumbtail {
	display: none; /* OFF */
	position: absolute;
	top: 6px;
	left: 0px;
	color: #888888;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#crumbtail a:link, a:active, a:visited {
	color: #888888;
	text-decoration: none;
}

#crumbtail a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#hometags ul {
	display: block;
	float: left;
	list-style-type: none;
	color: #b1b3b4;
	margin: 15px 82px 0px 10px;
	padding: 0px;
	font-size:11px;
}

#hometags ul.last {
	margin: 15px 0px 0px 0px;
}

#hometags ul li a, #hometags ul li a:active, #hometags ul li a:visited  {
	color: #4b4a4a;
	text-decoration: none;
}
#hometags ul li a:hover {	
	color: #4b4a4a;
	text-decoration: underline;
}

#hometags ul li .hometag-titel  {
	font-size: 13px;
}


/* ---------------------- Uitzonderingen Contact ----------------- */

#container.Contact #content {
	width: 802px;
	min-height: 616px;
	margin-top: 0px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	z-index: 2000;
}
#container.Contact #content a.contact-link {
	color: #4B4A4A;
}

#container.Contact #content a#mail1{
	top: 187px;
	left: 70px;
}

#container.Contact #content a#mail2{
	top: 170px;
	left: 267px;
}

#container.Contact #content a#mail3{
	top: 155px;
	left: 445px;
}

#container.Contact #content a#mail4{
	top: 170px;
	left: 633px;
	display: none;
}

#container.Contact #content a#mail5{
	top: 533px;
	left: 20px;
	width: 180px;
}

#container.Contact #content a#mail6{
	top: 533px;
	left: 229px;
}

#container.Contact #content a#mail7{
	top: 533px;
	left: 421px;
}

#container.Contact #content a#mail8{
	top: 485px;
	left: 644px;
}

#container.Contact #right {
	width: 0px;
	padding:0; 
}

/* --------------------- nieuws ------------------- */

#homenews {
	margin: 0px 20px 0px 40px;
	padding: 0px 0px 0px 0px;
	float: left;	
	font-size: 9pt;
}


.news-border {
	border-top: #d9d9d9 1px solid;
	height: 1px;
	margin: 30px 10px 0px 10px;
}

a:link.nieuwsarchief, a:active.nieuwsarchief, a:visited.nieuwsarchief {
 	font-size: 15px;
	color: #11325b;
	text-decoration: none;	
	font-weight: bold;
}

a:hover.nieuwsarchief {
	text-decoration: underline;	
}


.datum {
	font-size: 11px; 
	font-style: italic; 
	color: #888888;
}

div.item-inhoud {
	position: relative;
	width: 450px;
	height: 120px; 
	margin: 0px 0px 0px 0px;
	float: left;
}

.home-leesmeer {
	text-align:right;
	margin-right:30px;
}

#homenews a:link, #homenews a:active, #homenews a:visited {
	color: #005e8e;
	text-decoration: none;	
	font-weight: bold;
}

#homenews a:hover {
	color: #193863;
	text-decoration: underline;	
}

/* --------------------- nieuws archief ------------------- */

.news-img {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px solid #FFFFFF !important;
}

.scheiding {
	width: 450px;
	float: left;
	margin: 5px 20px 0px 0px;
}



.summary {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 340px;
}

.leesmeer {
	width: 120px;
	display: block;
	text-align: right;
	margin-top: 30px;
	float: right;
}

a.BTNnews {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 32px;
	right: 23px;
	color: #b1b1b1; 
	font-size: 11px;
	text-decoration: none;	
}

a.BTNnews img {
	margin: 0px 0px -3px 0px;
	padding: 0px 0px 0px 0px;
}

/* --------------------- column right ------------------- */
/* contained in 'container' */

#right {
	width: 322px; 
	padding: 0px 3px 3px 0px;
	margin: 0;
	float: left;
background-image: url(http://www.itc-group.com.hk/graphics/right-bg.gif);
background-repeat: repeat-y;
	background-color: #ffffff;
}

#rightomhulselflash {
	width: 100%;
	height: 100%;
}

#rightflash {
	width: 100%;
	height: 100%;
}

#right.contact {
	margin-top: -150px;
}

#contactgegevens {
	width: 312px;
	height: 180px;
	padding: 20px 10px 10px 0px;
	margin: 0;
	
background-image: url(http://www.itc-group.com.hk/graphics/contactgegevens.gif);
background-repeat: repeat-x;
	text-align: right;
}

.item {
	height: 50px; /* tuning ! */
	background-color: #CCCCCC; /* this color shines through by hover opacity */
}

.item a:hover {
	opacity: 0.60;
}

.item-pic {
	width: 41px; /* tuning ! */
	height: 43px;
	padding: 7px 0px 0px 0px;
	text-align: right;
	display: block;
	background-color: #c7c7c7;
}

.home .item-pic {
	width: 50px; /* tuning ! */
}

.item-pic img {
	border: 0px solid #FFFFFF;
}

.item-txt {
	width: 271px; 
	height: 33px;
	padding: 17px 0px 0px 10px;
	font-size: 10px;
	font-weight: 700;
	color: #616161;
	display: block;
	background-color: #c7c7c7;
}

.home .item-txt {
	width: 262px; 
}

.it2 { /* text contains <br> */
	height: 37px;
	padding-top: 13px;
}

.sepItem {
	width: 226px;
}

.sepItem div {
	width: 313px;
	height: 1px;
	margin: 0px 4px 0px 4px;
}

#item-offerte-pic      img { width: 36px; height: 33px; }
#item-contact-pic      img { width: 36px; height: 33px; }
#item-bespaar-pic      img { width: 36px; height: 33px; }
#item-telefoon-pic     img { width: 36px; height: 33px; }
#item-anders-pic       img { width: 36px; height: 33px; }
#item-leveranciers-pic img { width: 36px; height: 33px; }

ol {
	font-size: 11px;
	list-style-type: decimal;
	margin: -20px 4px 0px 34px;
	padding: 0px 0px 0px 0px;
}

ol li {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightflash img {
	opacity: 0.40;
	filter: alpha(opacity=40)
}

#rightflash img#img_board3, #rightflash img#img_board4, #rightflash img#img_board5, #rightflash img#img_board6, #rightflash img#img_board7 {
	opacity: 1.00;
	filter: alpha(opacity=100)
}


#rightflash img#img_board1, #rightflash img#img_board2, #rightflash img#img_board3, #rightflash img#img_board4, #rightflash img#img_board5, #rightflash img#img_board6, #rightflash img#img_board7 {
	display: none;
}


/* --------------------- footer ------------------- */
/* contained in 'container' */

#footer {
	position: absolute; /* respecting the relative position of its 'container' */
	/* top value determined by script at window onload or window resize */
	left: 0px; /* with respect to the relative positioned 'container' */

	width: 950px; /* the total of the widths of both columns */
	height: -58px;
	padding: 69px 15px 69px 15px;

background-image: url(http://www.itc-group.com.hk/graphics/footer.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	visibility: hidden;
}

#footer.home {
	position: absolute; /* respecting the relative position of its 'container' */
	/* top value determined by script at window onload or window resize */
	left: 0px; /* with respect to the relative positioned 'container' */

	width: 950px; /* the total of the widths of both columns */
	height: 89px;
	padding: 10px 15px 0px 15px;
	margin-top: 20px;
background-image: url(http://www.itc-group.com.hk/graphics/s.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	visibility: hidden;
}

#footer span{
	float: right;
	margin: 0px;
	font-size: 10px;
	color: #b1b3b4;
}

.footer-txt {
	float: left;
	color: #b1b3b4;
}

.footer-txt.R {
	float: right;
}

.footer-txt a {
	text-decoration: none;
	font-size: 11px;
	font-size:10px;
}

.footer-txt a:hover {
	text-decoration: underline;
}

.footer-txt a:link,
.footer-txt a:visited,
.footer-txt a:active {
	color: #b1b3b4;
}

#footer.contact {
	margin-top: -150px;
}
/* --------------------- zoek input luikje ------------------- */

#searchtext {
	width: 120px;
	height: 15px;
	border: 0px solid #616161;
	background-image: url(http://www.itc-group.com.hk/graphics/zoekvenster.gif);
	background-position: fixed;
	background-repeat: no-repeat;
	font-size: 11px;
	padding: 3px;
	margin: 0;
}

.item-zoek, .item-zoek2 {
	height: 50px; /* tuning ! */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 24px;
	right: 67px;
}

.item-zoek table {
	margin: 0px 0px 0px 20px;
}

.item-zoek2 table {
	margin-left: 11px;
}

.zoek-txt {
	font-size: 10px;
	font-weight: 700;
	color: #616161;
	padding: 0px 0px 6px 0px;
}

/* --------------------- form offerte ------------------- */

#form-offerte {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-offerte div {
	height: 23.5pt;
}

#form-offerte div#sendButton {
	margin: 40px 0px 40px 100px;
}

#form-offerte label {
	display: block; /* label is van nature een inline element */
	width: 140px;
	height: 12.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-offerte label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-offerte label.first {
	margin-left: 10px;
}

#form-offerte label.red {
	font-family: verdana;
	color: #FF0000;
}

#form-offerte input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-offerte input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	float: left;
}

#form-offerte textarea {
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
	float: left;
}

#form-offerte input.com {
	width: 200px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-offerte textarea {
	width: 350px;
	height: 106px;
	padding: 2px;
}

#form-offerte div.ta {
	height: 122px;
}

#form-offerte div.W100 label {
	width: 100%;
}

#form-offerte div.W100 {
	width: 100%;
}

/* --------------------- form contact ------------------- */

#form-contact {
	padding: 0px 0px 0px 10px; /* tRbL : L is same as #content-text */
}

#form-contact div {
	height: 23.5pt;
}

#form-contact div#sendButton {
	margin: 40px 0px 40px 100px;
}

#form-contact label {
	display: block; /* label is van nature een inline element */
	width: 130px;
	height: 12.5pt;
	border: 1px solid transparent;
	float: left;
}

#form-contact label.comRD {
	width: auto;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

#form-contact label.first {
	margin-left: 10px;
}

#form-contact label.red {
	font-family: verdana;
	color: #FF0000;
}

#form-contact input.comRD {
	margin: 0px 0px 0px 7px;
	float: left;
}

#form-contact input.com {
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	float: left;
}

#form-contact textarea {
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
	float: left;
}

#form-contact input.com {
	width: 200px;
	height: 12.5pt;
	padding: 0px 2px 0px 2px;
}

#form-contact textarea {
	width: 340px;
	height: 146px;
	padding: 2px;
}

#form-contact div.ta {
	height: 162px;
}

#form-contact div.W100 label {
	width: 100%;
}

#form-contact div.W100 {
	width: 100%;
}

/* ------------------------------------------------------------ */

.zoekterm-box {
	font-size: 9px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 400px;
	margin: 10px 0px 0px 0px;
}

.zoekterm-klein {
	font-size: 9px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #CCCC44;
}

ul#search-result li {
	margin: 0px 0px 20px 0px;
}
/* ------------------------------------------------------------ */

table#algemenevoorwaarden tr td#titel {
	font-size: 16px;
	font-weight: bold;
}

table#algemenevoorwaarden tr td#klein {
	font-size: 9px;
	font-style: italic;
}

table#algemenevoorwaarden tr td {
	font-family: verdana, arial;
	font-size: 11px;
}

table#algemenevoorwaarden #inhoudVW ol li div span {
	font-size: 110%;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol {
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li div {
	color: #184C92;
	}

table#algemenevoorwaarden #inhoudVW ol li {
	font-size: 11px;
	color: #A20067;
	}

table#algemenevoorwaarden #inhoudVW ol li ol li {
	color: #184C92;
	}

table#algemenevoorwaarden tr td p#av_footer {
	color: #184C92;
}

