/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	
}

body {
	background: transparent url(../images/bg.jpg) no-repeat fixed 50% 50%;
}

div#locations
{
	background: transparent url(../images/locaties3.png) no-repeat top left;
	width: 270px;
	height: 283px;
	position: relative;
}

div#printlogo 
{
	display: none;
}

div#printfooter 
{
	display: none;
}

div#webshoplink 
{
	position: absolute;
	right: 0px;
	top: 140px;
	width: 38px;
	height: 150px;
}

div#webshoplink a 
{
	background: transparent url(../images/webshop.png) no-repeat top left;
	display: block;
	font-size: 1px;
	text-indent: -10000em;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
div#webshoplink a:hover 
{
	background: transparent url(../images/webshop.png) no-repeat bottom left;
}

a.yellowball
{
	background: transparent url(../images/yellow_ball.png) no-repeat top left;
	display:block;
	position: absolute;
	width: 12px;
	height: 12px;
}
a.blueball
{
	background: transparent url(../images/blue_ball.png) no-repeat top left;
	display:block;
	position: absolute;
	width: 12px;
	height: 12px;
}

/****** DEFAULT CLEARDIV *******/

div.clear {
	clear: both;
}

/***** SEARCH BOX *******/
div#search {
	position: absolute;
	background: transparent url(../images/zoekvenster.png) no-repeat top left;
	width: 418px;
	height: 136px;
	right: -45px;
	top: -29px;
	z-index: 20;
}

div#search a.searchtab {
	background: transparent url(../images/zoeken-tab.png) no-repeat top left;
	display:block;
	position:absolute;
	top: 29px;
	right: 75px;
	color: #083d8e;
	font-weight: normal;
	width: 79px;
	height: 18px;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
}

div#search div#flags {
	position: absolute;
	width: 200px;
	height: 12px;
	left: 119px;
	top: 14px;
}

div#search div#searchbox {
	position: absolute;
	top: 29px;
	left: 124px;
	width: 219px;
	height: 99px;
	background: transparent url('../images/searchbox.png') no-repeat top left;
}

div#search div#searchbox div.formfield {
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
}
div#search div#searchbox label {
	display: block;
	float: left;
	width: 95px;
	color: #595959;
	font-size: 12px;
}

div#search div#searchbox input {
	width: 98px;
	float: right;
	border: 1px solid #005da8;
	color: #005da8;
	background: #fff;
	font-size: 12px;
	height: 16px;
}

div#search div#searchbox select {
	width: 100px;
	float: right;
	border: 1px solid #005da8;
	color: #005da8;
	background: #fff;
	font-size: 12px;
}

div#search div#searchbox input.button {
	width: auto;
	float: right;
	padding-bottom: 2px;
	height: 19px;
}

/******* LANGUAGE / COUNTRY FLAGS ********/
div#flags ul {
	margin: 0px;
	padding: 0px;
}

div#flags ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
div#flags a.flag {
	width: 16px;
	height: 11px;
	display: block;
	float: left;
	margin-right: 8px;
}

a.flag.nl {
	background: transparent url(../images/flags/nl.png) no-repeat top left;
}
a.flag.en {
	background: transparent url(../images/flags/gb.png) no-repeat top left;
}
a.flag.de {
	background: transparent url(../images/flags/de.png) no-repeat top left;
}
a.flag.fr {
	background: transparent url(../images/flags/fr.png) no-repeat top left;
}
a.flag.es {
	background: transparent url(../images/flags/es.png) no-repeat top left;
}
a.flag.it {
	background: transparent url(../images/flags/it.png) no-repeat top left;
}
a.flag.be {
	background: transparent url(../images/flags/be.png) no-repeat top left;
}

/******* CONTAINER WEBSITE DIV *********/

div#website {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
	position: relative;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

div#main {
	margin-top: 0px;
}

/****** TOP DIV INCL LOGO *******/
div#top {
	width: 914px;
	height: 117px;
	background: transparent url(../images/headerbg.png) no-repeat top left;
	position: relative;
}

div#top div#logo a {
	background: transparent url(../images/logo.png) no-repeat top left;
	width: 209px;
	height: 70px;
	display: block;
	position: absolute;
	left: 28px;
	top: 27px;
	text-indent: -100000px;
	font-size: 1px;
	overflow:hidden;
}

div#top div#logo span {
	position:absolute;
	left: 228px;
	top: 70px;
	display: block;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}




/****************/

/******* MENU INCL SUBMENUS *******/
div#menu {
	width: 100%;
	height: 29px;
	background: #fff;
	padding-top: 4px;
	padding-bottom: 1px;
	border-bottom: 1px solid #083d8e;
	z-index: 21;
	position: relative;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	position: relative;
	z-index: 21;
	list-style-type: none;
}

div#menu ul li {
	background: transparent;
	float: left;
	height: 29px;
	padding-right: 10px;
	padding-top: 0px;
	margin-right: 5px;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 21;
}

div#menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: transparent;
	padding-left: 10px;
	color: #005da8;
	height: 29px;
	padding-top: 0px;
	float: left;
	font-weight: normal;
	display:block;
	position: relative;
}

div#menu ul li a span {
	background: transparent;
	padding: 7px 7px 0px 7px;
	height: 22px;
	display: block;
}

div#menu ul li.active {
	background: transparent url('../images/tab-right.png') no-repeat top right;
	border-bottom: 1px solid #083d8e;
}

div#menu ul li.active a {
	background: transparent url('../images/tab-left.png') no-repeat top left;
	color: #f3f300;
}

div#menu ul li.active a span {
	background: #083d8e;
}

div#menu ul li.hover {
	background: transparent url('../images/tab-right.png') no-repeat top right;
	border-bottom: 1px solid #083d8e;
}

div#menu ul li.hover a {
	background: transparent url('../images/tab-left.png') no-repeat top left;
	color: #fff;
}

div#menu ul li.hover a span {
	background: #083d8e;
}


div#menu ul li div.submenu {
	background: #083d8e;
	float: left;
	z-index: 10;
	position: absolute;
	top: 30px;
	left: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: -1px;
}

div#menu ul li div.submenu ul {
	display: block;
	list-style-type: none;
	zoom: 1;
}

div#menu ul li div.submenu ul li {
	float: none;
	display: block;
	width: auto;
	border-bottom: 0px;
	background-image: none;
	padding-right: 9px;	
	height: 29px;
	margin-bottom: -1px;
}

div#menu ul li div.submenu ul li a {
	float: none;
	display: block;
	color: #fff;
	white-space: nowrap;
	background-image: none;
	width: 100%;
	padding: 0px;
}

div#menu ul li div.submenu ul li a span {
	display: block;
	cursor: pointer;
	padding-left: 0px;
}	

div#menu ul li div.submenu ul li a:hover {
	color: #fef300;
}

div#menu ul li div.submenu div.last {
	height: 10px;
	background: transparent url('../images/submenu-border-br.png') no-repeat top right;	
	line-height: 1px;
	padding: 0px 2px 0px 0px;
	width: 100%;
	left: -1px;
	position: absolute;
	bottom: -10px;
}



div#menu ul li div.submenu div.last div.br {
	background: transparent url('../images/submenu-border-bl.png') no-repeat top left;
	padding-left: 10px;
	height: 10px;
}

div#menu ul li div.submenu div.last div.br div.bl {
	background: #083d8e;
	height: 10px;
	margin-right: 8px;
	border-bottom: 1px solid #fff;
}

/******* BANNER CSS INCL SCROLLER ******/
div#banner {
	position: relative;
}
div#banner div#photo {
	background: #fff url('../images/bannerimage1.jpg') no-repeat top left;
	width: 100%;
	height: 260px;
	position: relative;
}

div#banner div#photo div#photo2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 664px;
	height: 260px;
}

div#banner div#photo ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	z-index: 10;
}

div#banner div#photo ul li {
	margin-bottom: 1px;
	list-style-type: none;
}

div#banner div#photo ul li a {
	display: block;
	width: 226px;
	height: 68px;
	background: #5a7fb4;
	padding-top: 18px;
	padding-left: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
}

div#banner div#photo ul li a:hover {
	text-decoration: none;
}

div#banner div#photo ul li a span.title {
	font-size: 25px;
	display:block;
	margin-bottom: 8px;
}

div#banner div#photo ul li a span.description {
	font-size: 9px;
}

div#banner div#photo ul li a.active {
	color: #fef300;
	background: #083d8e;
}

/****** OVERRIDE SOME BANNER CSS IN SUBPAGE ******/

div.sub div#banner div#photo {
	background-position: top right;
	background-color: #083d8e;
}
div.sub div#banner div#photo ul {
	left: 0px;
}

div.sub div#banner div#photo ul li a {
	width: 214px;
	height: auto;
	background: #083d8e;
	font-size: 12px;
	letter-spacing:1px;
	padding-left: 36px;
	padding-top: 8px;
}

div.sub div#banner div#photo ul li a.active {
	background: transparent;
}
div.sub div#banner div#photo ul li a:hover {
	color: #fef300;
}

/******* CONTENT DIV *******/
div#content {
	background-color: #ffffff;
	z-index: 20;
	position:relative;
	opacity: 0.95;
}

div#left {
	width: 584px;
	float: left;
	display: inline;
	position: relative;
	padding-right: 19px;
	
}

h1, h2, h3 {
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #005da8;
	letter-spacing: 1px;
}

h1 {
	font-size: 24px;
	line-height:1.1em;
	margin-top:6px;
}
h2 {
	font-size: 19px;
}

h3 {
	font-size: 19px;
}

div#left div#textcontent {
	font-size: 12px;
	line-height: 1.5em;
	padding: 20px 20px 5px 20px;
}

div#textcontent a.link {
	color: #083d8e;
}

div#news {
	background: #083d8e;
	padding-left: 20px;
	width: 336px;
	height: 116px;
	padding-top: 12px;
	position: relative;
	float: left;
}

div#news ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

div#news ul li {
	list-style-type: none;
}

div#news ul li a {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
}

div#news ul li a:hover {
	color: #fef300;
}

div#news h3 {
	color: #fef300;
}

div#news div.trborder {
	background: transparent url(../images/blue-corner-tr.jpg) no-repeat top left;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 11px;
}
div#news div.brborder {
	background: transparent url(../images/blue-corner-br.jpg) no-repeat top left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 11px;
	height: 11px;
}


div#newsletter {
	float: left;
	background: transparent url(../images/nieuwsbrief.png) no-repeat top left;
	width: 119px;
	height: 128px;
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 80px;
	margin-left: 7px;
}

div#newsletter.plain 
{
	background: transparent url(../images/nieuwsbrief-blank.png) no-repeat top left;
	width: 200px;
	height: 119px;
	padding: 10px 10px 0px 7px;
}

div#newsletter a {
	color: #083d8e;
}

div#newsletter p {
	font-size: 12px;
}

div#right {
	margin-top: 20px;
	border-left: 2px dotted #005da8;
	float: left;
	width: 278px;
	padding-left: 19px;
	
}

div#right div.content table {
	font-size: 11px;
	width: 270px;
}

div#right div.content table td {
	padding: 0px 1px;
}

div#right div#moreinfo {
	position: relative;
	background: transparent url('../images/moreInfo.png') no-repeat top left;
	width: 282px;
	height: 165px;
	float: right;
	color: #fff;
}

div#right div#moreinfo h3 {
	color: #fef300;
	margin-left: 15px;
	margin-top: 10px;
}

div#right div#moreinfo p {
	margin-left: 15px;
	padding-right: 45px;
	font-size: 13px;
}

div#right div#moreinfo a#contact {
	background: transparent url('../images/contact-button.png') no-repeat top left;
	width: 118px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 21px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding-top: 7px;
	color: #005DA8;
}

div#right div#subnewsletter {
	width: 180px;
	height: 165px;
	position: relative;
	float: right;
	background: transparent url('../images/nieuwsbriefBig.png') no-repeat top left;
	margin-top: 15px;
	padding-left: 15px;
	margin-left: 0px;
	padding-right: 87px;
	display: inline;
	zoom: 1;
}

div#right div#subnewsletter.plain {
	width: 267px;
	height: 165px;
	position: relative;
	float: right;
	background: transparent url('../images/nieuwsbriefBig-blank.png') no-repeat top left;
	margin-top: 15px;
	padding-left: 15px;
	margin-left: 0px;
	padding-right: 0px;
	display: inline;
	zoom: 1;

	
	
}

div#right div#subnewsletter h3 {
	color: #005DA8;
	margin-top: 10px;
}

div#right div#subnewsletter p {
	padding-right: 10px;
	color: #005da8;
	font-size: 13px;
}

div#right div#subnewsletter a {
	color: #005da8;
}

div#footer {
	font-size: 11px;
	color: #595959;
	padding-left: 15px;
	letter-spacing: 1px;
} 
div#footer a {
	font-weight: normal;
	color: #595959;
	margin-left: 5px;
	margin-right: 5px;
}

div#footer span {
	margin-left: 5px;
	margin-right: 5px;
}

div#footer a:hover {
	text-decoration: underline;
}

div#bottom {
	width: 914px;
	height: 10px;
	background: transparent url(../images/containerbottom.png) no-repeat top left;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
}

div.formcontainer input.text
{
	width: 170px;
	padding: 3px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999;
}
div.formcontainer textarea.text
{
	width: 260px;
	height: 90px;
	padding: 3px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	border: 1px solid #999;
}

div.loader
{
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50%;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

div.formcontainer form label.error 
{
	display: block;
	color: #f00;
	font-size: 11px;
}

div.formcontainer form input.error,
div.formcontainer form textarea.error
{
	border: 1px solid #f00;
}

table.employee {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
table.employee td
{
	padding: 0px;
}
table.employee td.image 
{
	width: 100px;
	padding-top: 5px;
	/*padding-bottom: 5px;*/
	padding-right: 5px;
}

table.employee td.image div.imageframe 
{
	/*padding: 2px;
	border: 1px solid #aaa;*/
} 
table.employee td.image div.imageframe div.image 
{
	width: 120px;
	height: 153px;
	background-position: 50% 50%;
}

table.employee td.name 
{
	font-size: 1.5em;
	color: #083d8e;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}
table.employee td.infolabel 
{
	width: 58px;
}
table.employee td.contactlabel 
{
	width: 15px;
}
table.employee td.contact 
{
	width: 185px;
}
/*
table.product {
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}

table.product th {
	background: #ccc;
}

table.product td {
	border: 1px solid #ccc;
	padding: 2px;
}

table.product tr.odd td  {
	background: #ececec;
}
*/

table.product {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
table.product td 
{
	border: 1px solid #ccc;
	padding: 2px;
}

table.product tr.odd td 
{
	background: #f1f1f1;
}

table.product tr td.title  
{
	background: #fff;
	color: #005DA8;
	font-size: 1.3em;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #083d8e;
}

table.product tr th 
{
	border: 1px solid #ccc;
	background: #e5e5e5;
	color: #083d8e;
	text-align: left;
	white-space: nowrap;
}

table.product td div.img 
{
	float: left;
	background-position: 50% 50%;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-right: 3px;
}

table.product td div.img.yes 
{
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
}
table.product td div.img.no
{
	background-image: url(../images/notok.png);
	background-repeat: no-repeat;
}
/*
table.employee td
{
	padding: 0px;
}
table.employee td.image 
{
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

table.employee td.image div.imageframe 
{
	padding: 2px;
	border: 1px solid #aaa;
} 
table.employee td.image div.imageframe div.image 
{
	width: 102px;
	height: 136px;
	background-position: 50% 50%;
}

table.employee td.name 
{
	font-size: 1.5em;
	color: #083d8e;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}
table.employee td.infolabel 
{
	width: 58px;
}
table.employee td.contactlabel 
{
	width: 15px;
}
table.employee td.contact 
{
	width: 185px;
}
*/




div.sortform 
{
	border: 1px solid #ccc;1
	padding: 5px;
	margin-top: 10px;
	
}

div.sortform table 
{
	width: 100%;
}

div.sortform input[type=text] 
{
	width: 140px;
	border: 1px solid #888;
}

div.sortform select 
{
	width: 142px;
	border: 1px solid #888;
	padding-left: 0px;
}

div.printpage 
{
	float: right;
}

div.printpage a span 
{
	position: absolute;
	left: 0px;
	top: 0px;
}

div.printpage a 
{
	position: relative;
	padding-left: 16px;
}

div#locations-large 
{
	float: left;
	width: 367px;
	background: transparent url(../images/locaties-groot.png) no-repeat top left;
	height: 415px;
	position: relative;
	margin-top: 10px;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

div#locations-list 
{
	float: left;
	width: 160px;
	margin-top: 10px;
}

div#locations-list ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-top: 15px;
}

span.highlight 
{
	background-color: #ffff00;
}

div.searchresult 
{
	margin-bottom: 10px;
	margin-top: 7px;
}

div.searchresult div.title a
{
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: underline;
	color: #083d8e;
}

div.searchresult div.title a span.highlight 
{
	font-weight: bold;
	background: none;
}


div.searchresult div.url 
{
	font-style: italic;
	color: #333;
}

.product-title-header 
{
	display: none;
}

.product-print-disclaimer
{
	display: none;
}

div#locations div.legend 
{
	margin-top: 30px;
}
div#locations div.legend a 
{
	font-weight: normal;
	padding-left: 16px;
	font-size: 0.8em;
	background-position: 0% 50%;
	padding-top: 0px;
	padding-bottom: 3px;
}

div.newsitem img 
{
	margin: 5px;
	
}

div.newsitem ol 
{
	margin: auto;
}

div.newsitem li 
{
	margin: auto;
}

div.newsitempreview
{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #005DA8;
}

div.newsitempreview h3 
{
	font-style: normal;
	font-size: 1.2em;
}

div.calculator 
{
	border: 2px solid #fef300;
	padding-bottom: 4px;
}

div.calculator table 
{
	margin-left: auto;
	margin-right: auto;
}

div.calculator h3 
{
	margin-top: 5px;
	margin-left: 4px;
}

div.calculator input[type=text] 
{
	border: 1px solid #ccc;
	font-size: 1.2em;
	font-family: Consolas, Lucida Console, Courier New, Fixedsys;
	width: 44px;
	text-align: right;
}

div.calculator div.notification
{
	width: 300px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px 5px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: #F0F2B0;
}

div.calculator div.notification.pass 
{
	background-image: url(../images/ok.png);
}
div.calculator div.notification.fail 
{
	background-image: url(../images/notok.png);
}
	