/* !!! DON'T REMOVE !!!
@import url("_basic.css");
*/
/* Custom CSS */


html, body { width:100%; height:100%; margin:0; padding:0; }

body {
	background: #fff url(/images/bgBody.gif) center top fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002a6c;
}

table { border-collapse:collapse; }
img { border:none; }

h1:first-child,
h2:first-child,
h3:first-child { margin-top:0; }

h1 { font-size: 1.75em; }
.ie h1 { margin-top:0; }


/**
 * NEW 2010 CSS
 */
.cover { width:100%; height:100%; position:fixed;z-index:999;left:0;top:0;background:url(/images/bg_cover.png);display:none; }
.ie6 .cover { background:none; position:absolute; }

#callPopup {
	position:absolute; z-index:9998;
	padding:20px;
	padding:30px 0; display:none; width:600px;
	left:50%; top:25px; margin:0 0 0 -300px;
	background:#F2F5FF;
	border-radius:15px;
	-moz-border-radius: 15px; 
}

.main_container{
	width:1000px;
	margin: 0 auto;
}
.ie6 .main_container { 1020px; }

#headerWrapper { height:110px; }
#logo { float:left; margin-top:14px; }

#menu { margin:0; padding:0; list-style:none; }
#menu > li { display:inline-block; }
.ie #menu > li { float:left; }
.ie6 #menu li { float:left; }

#menu a { text-decoration:none; }
#menu > li > div > a { position:relative; }

#menu div div { z-index:3; position:absolute; }

.ie #menu a { display:block; }

#topBox { background-color:#eef2f7; width:700px; padding:25px 25px 0; height:35px; float:right; font-size:.9em; }
#topBox form { margin:0 5px 0 0; padding:0; display:inline-block; float:left; }
#topBox ul { margin:3px 0 0; padding:0; list-style:none; display:block; float:left;width:300px; }
#topBox ul.language { float:right; }
#topBox ul li { display:block;float:left; }
#topBox a { color:#0046AB; text-decoration:none; }

.ie #topBox ul li { float:left; }
#topBox ul li+li { margin-left:5px; padding-left:5px; border-left:1px solid #0046AB; }

.ie6 #topBox ul li { margin-left:5px; padding-left:5px; border-left:1px solid #0046AB; }

input.zoekveld {
	border-top:#98b1d6 solid 1px;
	border-left:#98b1d6 solid 1px;
	width:250px;
	height:16px;
	padding-left:3px;
	text-align:left;
	margin:0;
	float:left;
	font-size:1em;
}

.contentBox { background:#ecf1f9; width:430px; margin-right:10px; position:relative; float:left; padding:30px; }
.intro { color:#0145aa; font-size:16px; font-weight:bold; margin:0 0 25px; }

.contentBox a { color:#002a6c; text-decoration:none; border-bottom:1px dotted #002a6c; text-decoration:none; }
.contentBox a:hover { color:#002a6c; border-bottom-style:solid; text-decoration:none; }

#boxesPortal {  width:500px; position:relative; float:right; }
#boxesPortal > a { height:240px; width:250px; float:right; }
.ie6 #boxesPortal a.blank { height:240px; width:250px; float:right; }
#boxesPortal #portal { background:url(/images/bgBoxes.png); height:180px; width:190px; padding:30px 30px; position:relative; }
#boxesPortal #portal ul { margin:0; padding:0; list-style:none; }
#boxesPortal #portal a { color:#002a6c; }
.ie6 #boxesPortal #portal { float:left; }

#portalHome,
#portalSlides { margin:0; padding:0; list-style:none; }
.ie6 #portalHome,
.ie6 #portalSlides { overflow:hidden; height:175px; }

#portalSlides li { width:250px; margin:0; height:240px; display:inline-block; }
#portalHome { overflow-y:hidden; height:250px; }
#portalHome li { width:188px; margin:0; height:250px; display:inline-block; float:left; }
.ie #portalHome li { float:left; }

#portalHome li:first-child { width:250px; }
#portalHome li.last { width:186px; }
#portalHome li img { display:block; }

#portalHome li a:hover img { margin-top:-250px; }

#middle #portalSlides li { height:175px;  }
.ie #portalSlides li { float:left; }
#portalSlides .title { background:#122e5d; color:#FFF; margin:0; padding:25px 30px; min-height:30px; font-size:16px; display:block; }
#portalSlides a { text-decoration:none; }

#boxNews { color:#3268bd; padding:20px 0 0 30px; background:none; }
#boxNews ul { margin:0; padding:0; list-style:none; margin-top:5px; margin-bottom:5px; }
#boxNews li { border-bottom:1px solid #dae4f3; padding: 5px 0 7px; }
#boxNews li:first-child { border-top:1px solid #dae4f3; }
#boxNews h2 { font-size:16px; }
#boxNews h3 { font-size:12px; margin-bottom:3px; }
#boxNews p { margin:0; }
#boxNews .button { float:right; margin-top:-3px; }

#bannerWrapper { margin:10px 0; }
#bannerWrapper img { float:left; }

.button { height:21px; background:url(/images/bgButton.gif) no-repeat top left; padding:0 0 0 25px; display:inline-block; text-decoration:none; color:#FFF; }
.button span { float:left; }
.button .title { padding-top:3px;}
.button .end { width:8px; height:21px; background:url(/images/buttonEnd.gif) no-repeat top left; display:inline-block; }

.button:hover, .button:hover .end { background-position:bottom left; text-decoration:none; color:#FFF; }

#copy {
	background-color:#ecf1f9;
	color:#003993;
	padding:12px 30px;
}
#copy a { color:#003993; text-decoration:none; }

#copyEnd { text-align:right; padding:5px 0; }
#copyEnd a { font-size:.9em; color:#CCC; text-decoration:none; }
#copyEnd a + a{ margin-left:10px; }
#copyEnd a:hover { color:#AAA; }

#contentWrapper { background:#FFF url(/images/container_bgr.gif); margin-bottom:10px; }

.left { float:left; width:250px; min-height:450px; }

.column ul { margin:0; padding:-0; list-style:none; }

.left ul.submenu { min-height:250px;  background:url(/images/cirkle_blue.gif) no-repeat; }
.ie6 .left ul.submenu { height:250px; }
.left ul.submenu li {
	padding:0 10px 0 40px;
	background-image:url(/images/submenu_pijl.gif);
	background-repeat:no-repeat;
	background-position:25px 4px;
}
.left ul.submenu li + li { margin-top:8px; }
.left ul.submenu a { font-weight:bold;  }
.left ul a {
	text-decoration:none;
	color:#FFFFFF;

}
.left ul a.active,
.left ul a:hover { color:#4181DE; }

.address {
	width:250px;
	height:250px;
	background-image:url(/images/adres.jpg);
	background-repeat:no-repeat;
	background-color:#b0ccf4;
	float:left;
}


#middle { width:500px; float:left; }
.ie6 #middle { overflow:hidden; }
#middle .text { padding:25px; }
#middle .text a { color:#4181DE; }

.ie6 #middle .jcarousel-container { overflow:hidden; }

#middleBig { width:750px; float:left; }
.ie6 #middleBig { width:740px; }

.right, #right {
	width:250px;
	float:left;
	position:relative;
}


.column .title {
	background:url(/images/kantoren_marktsegmenten_titlebgr.gif) no-repeat;
	height:43px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	padding-top: 31px;
	padding-left:24px;
	line-height:1em;
}
.column .title a { color:#FFF; text-decoration:none; }

/* PULLDOWN UL */
ul.pulldown {
	margin: 0px;
	padding: 0px;

	background: #eef2f7;
	width:210px;
	list-style: none;

}
ul.pulldown li {
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}
ul.pulldown li a {
	display: block;
	height:30px;
	line-height: 30px;
	color: #001d46;
	padding-left: 40px;

	background-image: url(/images/pijl_pulldown.gif);
	background-position: 0% center;
	background-repeat: no-repeat;

}
ul.pulldown li a:hover {
	background-color: #bdcfe9;
	color: #001d46;
	text-decoration: none;
}

/* nieuws archief */
ul#archive {
	margin: 0px;
	padding: 0;
	list-style: none;
}
ul#archive li {
	border-bottom: 1px solid #FFF;
}
ul#archive li a {
	display:block;
	line-height: 25px;
	padding-left: 20px;
	background: #c8daf5 url(/images/pijl_lees.gif) no-repeat 6px center;
	text-decoration: none;
	color:#002a6c;
}
ul#archive li a:hover {
	background-color: #b0cbf3;
	text-decoration: none;
}

.segmentTitle {
	background:url(/images/kantoren_marktsegmenten_titlebgr.gif) no-repeat left -25px;
	color:#FFF; font-size:14px; font-weight:bold;
	padding:5px 0 15px 25px;
}

ul.altered { 
	border-top: 1px solid #FFFFFF;
}
ul.altered li {
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}

ul.altered li a {
	display: block;
	text-decoration:none;
	padding: 8px 25px 8px 40px;
	background-repeat:no-repeat;
	background-position: 25px 12px;
}

.paars ul.altered li a {
	background-image:url(/images/pijl_paars.gif);
	background-color: #d5c9ed;
	color: #39246c;
}
.paars ul.altered li a:hover {
	background-color: #b9a2dc;
}
.ie6 .paars ul.altered li a {
	background-color: #b9a2dc;
}

ul.altered li a,
.blauw ul.altered li a {
	background-image:url(/images/pijl_blauw.gif);
	background-color: #c8daf5;
	color: #003074;
}
.ie6 ul.altered li a {
	background-image:none; 
}

.blauw ul.altered li a:hover {
	background-color: #b0cbf3;
}
.ie6 .blauw ul.altered li a {
	background-color: #b0cbf3;
}

.geel ul.altered li a {
	background-image:url(/images/pijl_geel.gif);
	background-color: #F9F37C;
	color: #000000;
}
.geel ul.altered li a:hover {
	background-color: #FFFFFF;
}
.ie6 .geel ul.altered li a:focus {
	background-image:none !important;
	background: #F9F37C;
}
.ie6 .geel ul.altered li a {
	background-image:none !important;
	background:#F9F37C !important;
}

.groen ul.altered li a {
	background-image:url(/images/pijl_groen.gif);
	background-color: #d7ece2;
	color: #02504c;
}

.ie6 .groen ul.altered li a {
	background-color: #b0e4cb;
}
.groen ul.altered li a:hover {
	background-color: #b0e4cb;
}

.oranje ul.altered li a {
	background-image:url(/images/pijl_oranje.gif);
	background-color: #f2edeb;
	color: #805a4d;
}

.ie6 .oranje ul.altered li a {
	background-color: #f2edeb;
}
.oranje ul.altered li a:hover {
	background-color: #d0bab4;
}



/**
 * colors skin
 */
.paars #contentWrapper {	background-image: url(/images/container_paars_bgr.gif); }
.blauw #contentWrapper {	background-image: url(/images/container_blauw_bgr.gif); }
.groen #contentWrapper {	background-image: url(/images/container_groen_bgr.gif); }
.geel #contentWrapper {	background-image: url(/images/container_geel_bgr.gif); }
.oranje #contentWrapper {	background-image: url(/images/container_oranje_bgr.gif); }

.paars .left ul.submenu { background-image:url(/images/cirkle_purple.gif); }
.groen .left ul.submenu { background-image:url(/images/cirkle_green.gif); }
.geel .left ul.submenu { background-image:url(/images/cirkle_yellow.gif); }
.oranje .left ul.submenu { background-image:url(/images/cirkle_orange.gif); }

.geel .column ul li { background-image:url(/images/submenu_pijl_black.gif);  }
.geel .column ul li a { color:#000000; }

.paars .column .title { background-image:url(/images/onderwijs_marktsegmenten_titlebgr.gif); }
.groen .column .title { background-image:url(/images/industrie_marktsegmenten_titlebgr.gif); }
.geel .column .title { background-image:url(/images/bouw_marktsegmenten_titlebgr.gif); color:#000000; }
.geel .column .title a { color:#000000; }
.oranje .column .title { background-image:url(/images/events_marktsegmenten_titlebgr.gif); }

.submenu a.sublink_active,
.submenu a:hover { color:#b0cbf3; }

.paars .submenu a.sublink_active,
.paars .submenu a:hover { color:#b9a2dc; }

.groen .submenu a.sublink_active,
.groen .submenu a:hover { color:#b0e4cb; }

.geel .submenu a.sublink_active,
.geel .submenu a:hover { color:#6b5e06; }

.blauw .submenu a.sublink_active,
.blauw .submenu a:hover { color:#b0cbf3; }

.oranje .submenu a.sublink_active,
.oranje .submenu a:hover { color:#d0bab4; }

.paars .segmentTitle  { background-image:url(/images/onderwijs_marktsegmenten_titlebgr.gif); }
.groen .segmentTitle  { background-image:url(/images/industrie_marktsegmenten_titlebgr.gif); }
.geel .segmentTitle  { background-image:url(/images/bouw_marktsegmenten_titlebgr.gif); color:#000000; }
.oranje .segmentTitle  { background-image:url(/images/events_marktsegmenten_titlebgr.gif); }

.download_file {
	padding-left:25px;
	background-image:url(/images/pijl_brochure.gif);
	background-repeat:no-repeat;
}
.download_file a { text-decoration:none; }

/**
 *
 *
 * EOF 2010 CSS
 *
 *
 **/

/**
 * Refrenties
 */
#reference_holder {
	background: #FFFFFF;
	margin:0; padding:10px 0 0 10px; list-style:none;
}

#reference_holder .reference {
	width: 230px;
	border: 1px solid #E0E0E0;
	margin-right: 19px;
	margin-bottom: 15px;
	float:left;
}
.ie6 #reference_holder .reference {
	margin-right:6px;
	
}

#reference_holder p { margin:0; padding:0; }
#reference_holder a { color:#002a6c; font-weight:bold; text-decoration:none; }

#reference_filter {
	background:#eef2f7; display:table-cell;
	margin-bottom:30px;
	vertical-align:middle;
	padding:26px; width:700px;
}
.ie6 #reference_filter { width:600px; }

div.reference td#content {
	background:#eef2f7;
	padding: 5px;
}
p#content {
	margin-top: 10px;
}

/**
 * FLOORPLAN
 */
div.floorplan {
	border: 1px solid #EFEFEF;
	background-color: #FFFFFF;
	width: 458px;
	min-height: 170px;
	float:left;
	margin-bottom: 10px;
	color: #000000;
	background-repeat:no-repeat;
	background-position: bottom left;
	position: relative;
}
div.floorplan h3 {
	width: auto;
	padding-left: 5px;
}

div.floorplan .cart {
	position: relative;
	line-height: 25px;
	padding:5px;
}
.ie .floorplan .cart { height: 25px; }
.ie div.floorplan img { float:left; }
div.floorplan input {
	width: 18px;
	margin-left: 3px;
	margin-top: 4px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	text-align: right;
	border: 1px solid #000000;
	font-size: 11px;
}
.ie .floorplan .buttons { width:250px; }
div.floorplan a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	line-height: 25px;
	width: 100px;
	float:right;
	margin-right: 1px;
	background: #E0E0E0;
	color: #494949;
}
div.floorplan a:hover {
	background: #FFF000;
	color: #000000;
	text-decoration: none;
}

#middle .floorplan a { color:#494949; text-decoration:none; }

div.floorplan div.info {
	float:right;
	width: 230px;
	background: #FFFFFF;
	font-size:.9em;
	margin:10px 0 0;

}

div.floorplan div.info p {
	display: block;
	padding: 0px;
	margin:0;
}
div.floorplan div.info span {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
div.floorplan div.info br {
	height: 5px;
	line-height: 5px;
}
div.floorplan div.info ul {
	padding-left: 15px;
	margin-left: 45px;
	margin-top: 0px;
}

/**
 * CART
 */
ul.cart {
	list-style: none;
	margin:0px;
	padding:0px;
}
ul.cart li {
	height: 25px;
	line-height: 25px;
	padding: 0px;
	padding-left: 10px;
	margin:0px;
	background-color:#dfeeff;
	border-bottom:1px #ffffff solid;
}
ul.cart li.header, ul.cart li.header * {
	color: #0046a8;
	font-weight: bold;
	background: #cadff9;
}

.cart .total, #cart_total .price {
	float: right;
	margin-right: 5px;
}
.cart .total {
	text-align: right;
}
#cart_total .price {
	margin-right: 25px;
}
.cart .title {
	float:left;
	width: 205px;
}
.cart .header .title {
	width: 225px;
}
.cart .header .stuk {
	font-weight: normal;
}
.cart .price {
	float:left;
}
ul.cart input.amount {
	width: 18px;
	display: inline;
	float:left;
	height: 15px;
	text-align: right;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 5px;
	font-size: 11px;
	line-height: 15px;
	margin-right: 5px;
	background:#FFFFFF;
	border: 1px solid #7d7d7d;
}
ul.cart span.x {
	width: 10px;
	display: block;
	float:left;
}
ul.cart img {
	display: inline;
	float:right;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}
p#cart_total {
	display: block;
	background: #dfeeff;
	padding: 0px;
	padding-left: 5px;
	line-height: 25px;
	font-size: 11px;
	border-bottom: 1px solid #FFF;
	margin:0;

}
p#cart_total, p#cart_total * {

}
p#cart_total span.amount {
	font-weight: bold;
	width: 25px;
	margin-right: 3px;
	display: block;
	float:left;
	text-align: right;
}

ul.cart li.extras {
	background: #fff000;
}
ul.cart li.extras .price {
	margin-right: 25px;
}
ul.disabled li.header {
	background: #e6f1fd;
	}
ul.disabled li {
	background: #eff7ff;
	}
ul.disabled li.header, ul.disabled li , ul.disabled li * {
	color: #95b2d2;
	}

ul.cart span.amount_option {
	display:none;
}

/**
 * SEARCH
 */

#searchResult { background:#FFF; }

#searchResult p {
	line-height: 18px;
	margin:0;
}
#searchResult p.header {
	font-weight: bold;
	margin-bottom: 5px;
	font-size:1em;
}
#searchResult p.intro {
	font-style: italic;
	font-size:1em;
	font-weight:normal;
}
#searchResult a {
	color: #999999;
}
#searchResult hr {
	border: none;
	border-top:1px solid #e1eaf7;
	color: #CCCCCC;
	height: 1px;
	width: 100%;
	margin-bottom: 15px;
}
.search_highlight {
	background: #c8daf5;
	padding-left: 3px;
	padding-right: 3px;
}

div#form_download {
	background: url(/images/container_bgr.gif);
	padding: 20px 0px 20px 270px;
}

a.form_download_file {
	display: block;
	padding-left:25px;
	background-image:url(/images/pijl_brochure.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
}

a.form_download_file:hover {
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

/** CART **/
#cart_tab_process_holder {
	background: #dfeeff;
	color: #000000;

	margin-bottom: 20px;
}
#cart_tab_process_holder ul#steps {
	margin: 0px;
	list-style: none;
}
#cart_tab_process_holder div#steps img {
	float:left;
	border-right: 1px solid #98b1d6;
	width: 95px;
}

#cart_tab_process_holder .navigation {
	background: #cadff9;
	height: 40px;
}
#cart_tab_process_holder .navigation a {
	display:block;
	width: 239px;
	height: 40px;
	line-height: 40px;
	float:left;
	background-image: url(/images/cart/_arrow_prev.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration:none;

	font-weight: bold;
}
#cart_tab_process_holder .navigation a:hover {
	text-decoration: none;
	background-color: #dfeeff;
}
#cart_tab_process_holder .navigation a.next {
	background: #0046a8;
	color: #FFFFFF;
	width: 240px;
	float:right;
	border-left: 1px solid #FFFFFF;
	background-image: url(/images/cart/_arrow_next.gif);
	background-repeat: no-repeat;
}
#cart_tab_process_holder .navigation a.next:hover {
	background-color: #0d59c4;
}
#cart_tab_process_holder .navigation a span {
	padding-left: 35px;
}

#cart_form *, #form_order * {
	font-size: 11px;
}
#form_order textarea {
	font-family: Arial, "Trebuchet MS", sans-serif;
}
#cart_form input, #form_order input, #form_order textarea {
	border: 1px solid #000000;
}
#form_order textarea {
	overflow: auto;
}
#form_order input, #form_order textarea {
	width: 290px;
}
#form_order .text_small, #form_order .combobox_medium {
	width: 70px;
}

#cart_form fieldset {
	border: 0px;
	padding: 0.5em;

}

#cart_form label {
	width:220px;
	float:left;
	padding-top:0.2em;
	padding-left: 10px;
}
.order_confirm {
	margin-top: 10px;
}
.order_confirm span {
	width: 225px;
	float:left;
}

.order_confirm p.header {
	color: #0046a8;
	font-weight: bold;
	background: #cadff9;
	display: block;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
.order_confirm .data {
	padding: 10px;
}
.order_confirm .data .title {
	background: #FFF;
	margin-top: 20px;
	line-height: 30px;
}

#product_filter {
	height: 80px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1deef;
}

#product_filter select {
	font-size: 11px;
	width: 250px;
}

a#webshop {
	width: 225px;
	height: 73px;
	line-height: 75px;
	padding-left: 25px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	background-image: url(/images/bouw_marktsegmenten_titlebgr.gif);
	text-decoration:none;
}
a#webshop span {
	color: #000;
}


/**
 * video
 */

div.video-submenu { background: url(/images/cirkle_blue.gif) no-repeat top left; }
a.to-reference {
	margin-top: 10px;
	background: #eef2f7 url(/images/submenu_pijl_hover.gif) no-repeat -18px;
	line-height: 40px;
	display:block;
	width: 615px;
	padding-left: 25px;
}
#videoList { margin-top: 5px; }
#videoList a.to-reference {
	width: 710px;
	background: #eef2f7 url(/images/bg_list_video.gif) no-repeat;
}

#referenceIE { display:none; }

/**
 * call me
 */

.btnCall { 
	display:block; float:right;
	width:112px;height:70px;
	position:relative;z-index:10;cursor:pointer;
	margin:-25px -24px 0 0; 
	
}
.btnCall.call_nl{ background:url(/images/nl/btnCall.gif) 0 0 no-repeat; }
.btnCall.call_be{ background:url(/images/be/btnCall.gif) 0 0 no-repeat; }
.btnCall.call_de{ background:url(/images/de/btnCall.gif) 0 0 no-repeat; }
.btnCall.call_fr{ background:url(/images/fr/btnCall.gif) 0 0 no-repeat; }
.btnCall.call_en{ background:url(/images/en/btnCall.gif) 0 0 no-repeat; }
.btnCall:hover	{ background-position:-112px 0 ; }

#callBox				{ 
	position:absolute;z-index:9998;
	background:#254473 url(/images/bg_callme.gif) repeat-x center top;
	padding:30px;display:none;width:480px;
	left:50%;top:250px;margin:0 0 0 -270px;
	color:#fff;  
}

#callBox .title	{ font-size:18px;font-weight:bold; }
#callBox .btnClose { 
	position:absolute;z-index:9999; 
	width:57px;height:53px;
	background:url(/images/btnClose.png) no-repeat 0 0;
	cursor:pointer;
	margin:-20px 0 0 450px;
}
#callBox .btnClose:hover				{ background-position:-55px 0px; }

#callBox #callForm td						{ height:40px;vertical-align:top;text-align:left; }
#callBox #callForm .name 				{ height:30px;width:210px;vertical-align:middle; }
#callBox #callForm .input				{  }


#callBox #callForm input[type=text],
#callBox #callForm select				{ 
	padding:10px;width:255px;height:15px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#254473; 
	border:0px;outline:none;
}
#callBox #callForm  input[type="checkbox"] { width:15px; height:15px; margin:10px 0 0; }
#callBox #callForm select				{ height: 36px;width: 275px; }

.ie6 #callForm input { width:251px; border:1px solid #FFF; padding:10px; font-size:12px; color:#254473;  }

#callBox #callForm .btnSend 		{ width:auto; margin-top:5px; display:block; width:266px;height:36px; cursor:pointer; border:0; }
#callBox #callForm .btnSend.send_nl { background:url(/images/nl/btnSend.png) no-repeat 0 0; }
#callBox #callForm .btnSend.send_fr { background:url(/images/fr/btnSend.png) no-repeat 0 0; }
#callBox #callForm .btnSend.send_en { background:url(/images/en/btnSend.png) no-repeat 0 0; }
#callBox #callForm .btnSend.send_de { background:url(/images/de/btnSend.png) no-repeat 0 0; }
#callBox #callForm .btnSend.send_be { background:url(/images/be/btnSend.png) no-repeat 0 0; }
#callBox #callForm .btnSend:hover		{ background-position:0 -36px; }

.ie6 #callBox #callForm .btnSend { padding:10px; border: 1px solid #fff; }
.ie6 #callBox #callForm .btnSend.send_nl { background:#FFF url(/images/nl/verzenden.gif) no-repeat 5px center; }
.ie6 #callBox #callForm .btnSend.send_fr { background:#FFF url(/images/fr/verzenden.gif) no-repeat 5px center; }
.ie6 #callBox #callForm .btnSend.send_en { background:#FFF url(/images/en/verzenden.gif) no-repeat 5px center; }
.ie6 #callBox #callForm .btnSend.send_de { background:#FFF url(/images/de/verzenden.gif) no-repeat 5px center; }
.ie6 #callBox #callForm .btnSend.send_be { background:#FFF url(/images/be/verzenden.gif) no-repeat 5px center; }

#callBox #callForm .btnLater { 
	display:block;height:35px;width:180px;float:left;
	background:url(/images/nl/btnLater.gif) no-repeat 0px 0px;	
	
}
#callBox #callForm .btnLater:hover { background-position:0px -75px; }
#callBox #callForm .btnLater.active {	background-position:0px -40px;}
#callBox #callForm .btnLater.active:hover { background-position:0px -115px; }

