/*
text:		#252525;
blue: 		#0099d7;
light-blue:	#b7d8f1;
lighter-blue: #e2eff9;

*/

:focus { outline: 0; }
img { -ms-interpolation-mode: bicubic; }

body, td, th, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
}

body {
	background-color: #fff;
	background-image: url(../_Images/body-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}


p { margin: 0 0 18px 0;	line-height: 18px; }

ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style: square;
}

a {
	color: #0099d7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1, h1 a {
	font-weight: normal;
	font-size: 20px;
	color: #0099d7;
	line-height: 36px;
	margin: 0;
	margin-bottom: 18px;
}

h2, h2 a {
	font-size: 16px;
	color: #0099d7;
	line-height: 27px;
	margin: 0;
	margin-bottom: 9px;
}
h3 {
	font-size: 12px;
	color: #0099d7;
	line-height: 18px;
	margin: 0;
	margin-bottom: 18px;
}
h3.white {
	color: #fff;
}
.hide {
	display: none;
	height: 1px;
	width: 1px;
}
.noMargin {
	margin: 0;
}
.center {
	text-align: center;
}
.linkForward {
	color: #fff;
	background: url(../_Images/arrow_white.gif)  center right no-repeat;
	padding-right: 10px;
	text-decoration: underline;
}




.underline {
	text-decoration: underline;
}

#main {
	margin-bottom: 18px;
}

.container {
	text-align: left;
	padding-top: 0;
	border-top: none;
	xbackground-color: #fff;
	xposition: relative;
}
.span-5.blue {
	min-height: 348px;
	height:auto !important;
	height: 348px;
}

div.marginBottom {
	margin-bottom: 10px;
}
.height-4 {
	height: 148px;
}
.height-8 {
	height: 306px;
}


.padding {
	padding: 18px 10px 0 10px;
	margin-bottom: 18px;
}
.padding-right {
	padding-right: 10px;
}
.padding-lr {
	padding: 0 10px 0 10px;
}

.blue {
	background-color: #0099d7;
	background-image: url(../_Images/bg-blue.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
}
.blue a {
	color: #fff;
}
.textBlue {
	color: #0099d7;
}
.light-blue {
	background-color: #b7d8f1;
}
.lighter-blue {
	background-color: #e2eff9;
}
.grey {
	background-color: #f7f7f7;
}
.yellow {
	background-color: #ffcb05;
}

.header {
	background-color: #000;
	color: #fff;
	padding-left: 5px;
}



/* 	====================================================================================
Header */

#header {
	height: 162px;
	height: 144px;
	background-color: #fff;
}
	#header-top {
		height: 108px;
		height: 90px;
	}
		#header-top #logo {
			margin-left: 10px;
			margin-top: 9px;
		}
		#header-top #specialist {
			float: left;
			margin-top: 5px;
			padding-left: 210px;
		}
		#header-top #quickNav {
			float: right;
			text-align: right;
			padding-right: 10px;
			padding-bottom: 18px;
		}
		#header-top #quickNav a {
			font-size: 10px;
			color: #0099d7;
			text-decoration: underline;
		}
	#header-bottom {
		line-height: 22px;
		padding-left: 10px;
	}

#langNL, #langEN {
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 5px;
}
#langNL img, #langEN img  {
	margin-top: 10px;
}
#langNL span, #langEN span {
	text-decoration: none;
	display: inline;
	width: 16px;
	height: 11px;
}
#langNL {
	xbackground-image: url(../_Images/nl.png);
}
#langEN {
	xbackground-image: url(../_Images/gb.png);
}

ul.breadCrumbs {
	display: block;
}
ul.breadCrumbs, ul.breadCrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.breadCrumbs li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-size: 10px;
}
ul.breadCrumbs a {
 	font-size: 10px;
	color: #0099d7;
	background: url(../_Images/arrow_black.gif) center right no-repeat;
	padding-right: 10px;
	text-decoration: none;
}
ul.breadCrumbs a:hover {
	text-decoration: underline;
 }
ul.breadCrumbs li.last a {
	color: #252525;
	background: none;
	padding-right: 10px;
	text-decoration: none;
}



/* 	====================================================================================
sub navigation */
.subNav ul, .subNav ul li, .subNav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subNav ul {
	border-top: 1px solid #fff;
}
.subNav ul li {
	border-bottom: 1px solid #fff;
}
.subNav ul li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 18px;
	text-decoration: none;
	color: #fff;
	xcolor: #000;
	font-size: 10px;
	padding-left: 5px;
}
.subNav ul li a:hover {
	background-color: #000;
}
.subNav ul li a.active {
	background-color: #000;
	color: #fff;
}
.subNav ul li a.parent {
	xfont-weight: bold;
}
.subNav ul ul {
	margin-left: 5px;
}
.subNav ul ul li {
	border: none;
}
.subNav ul ul li a {
	padding: 1px 0 1px 10px;
	font-size: 10px;
	background: url(../_Images/arrow_white.gif) no-repeat 4px 9px;
	padding-left: 15px;
}
.subNav ul ul li a:hover, .subNav ul ul li a.active {
	padding: 1px 0 1px 10px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	background: none;
	background: url(../_Images/arrow_black.gif) no-repeat 4px 9px;
	padding-left: 15px;
}

/* product navigation (horizontal tabs) */
ul.productNav, ul.productNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.productNav {
	border-bottom: 2px solid #000;
	margin-bottom: 13px;
}
ul.productNav li {
	display: inline;
	float: left;
}
ul.productNav li a {
	display: block;
	padding: 1px 10px 1px 10px;
	background-color: #0099d7;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
ul.productNav li a.active {
	background-color: #000;
	border-bottom: 1px solid #000;
}
ul.productNav li a:hover {
	background-color: #000;
}

/* footer (navigation) */
#logo-banner {
	margin-top: -1px;
	height: 71px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 18px;
	text-align: center;
}
#logo-banner img {
	margin-top: 10px;
}

#footer {
	font-size: 10px;
}
ul.footerNav, ul.footerNav li {
	margin: 0;
	padding: 0;
}
ul.footerNav {
	border-top: 1px solid #b7d8f1;
	margin-top: -1px;
}
ul.footerNav li {
	list-style: none;
	border-bottom: 1px solid #b7d8f1;
	line-height: 17px;
}
ul.footerNav li a {
	text-decoration: none;
	font-size: 10px;
	color: #0099d7;
	background: url(../_Images/arrow_blue.gif) no-repeat 7px;
	padding-left: 20px;
}
ul.footerNav li a:hover {
	text-decoration: underline;
}
#top-link	{ display:none; position:fixed; right:5px; bottom:5px; color:#0099d7; font-weight:bold; text-decoration:none; border:1px solid #0099d7; background:#b7d8f1; padding:10px; }


/* 	====================================================================================
Overige (voor modules e.d.) */

.pageNumberCurrent {
	text-decoration: underline;
}

.translateWrapper {
	padding: 5px;
	background-color: #FDFDAF;
	border: 1px solid #F5E667;
	margin-bottom: 18px;
	width: 470px; 
}
.translateWrapper select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}