/* global */

body {
	/*background:					#D4D4D4 url("../images/bg.gif") repeat-y scroll 0px 0px;*/
	font:							normal 11px tahoma, helvetica, sans-serif;
	scrollbar-3dlight-color:		#FFF;
	scrollbar-arrow-color:			#FFF;
	scrollbar-base-color:			#00529C;
	scrollbar-darkshadow-color:		#00529C;
	scrollbar-face-color:			#00529C;
	scrollbar-highlight-color:		#00529C;
	scrollbar-shadow-color:			#00529C;
	scrollbar-track-color:			#FFF;
	margin:							0;
	text-align:						center;
}

table {
	border:					0;
	border-collapse:		collapse;
	cell-spacing:			0;
	margin:					0;
	padding:				0;
}

input, td, select {
	font:					normal 11px tahoma, helvetica, sans-serif;
	text-align:				left;
	vertical-align:			top;
}

td.verticalmiddle
{
	vertical-align:			middle;
}

textarea {
	font:					normal 11px tahoma, helvetica, sans-serif;
}

a {
	color:					#00529C;
	text-decoration:		underline;
}

.buttonlink {
	color:					#FFFFFF;
	text-decoration:		none;
	font-weight:			bold;
}

table.container {
	border-right:			1px solid #d5d5d5; 
	border-top:				0px; 
	border-left:			1px solid #d5d5d5; 
	border-bottom:			0px;
	background:				transparent url("../images/bg_solidlines.gif") repeat-y scroll 0px 0px;
/*transparent url("../images/sollid.gif") repeat-y scroll 0px 0px;*/
}

#main {
	width:					982px;
	margin:					0 auto;
}

div.photo {
	border:					1px solid #ABABAB;
	display: 				table;
}

div.photo img {
	border:					2px solid #FFF;
}

/* footer */

td.footer {
	background:				#00529C url("../images/bgfooter.gif") repeat-y scroll 0px 0px;
	color:					#FFF;
	font-size:				10px;
	height:					20px;
	vertical-align:			middle;
}

td.footer a {
	color:					#C7EAFC;
	font-weight:			bold;
}

td.footerNoBG {
	color:					#FFF;
	font-size:				10px;
	height:					20px;
	vertical-align:			middle;
	text-align:				center;
}

td.footerNoBG a {
	color:					#C7EAFC;
	font-weight:			bold;
}

/* dropdown menu */

td.dropdown {
	background-color:		#FFFFFF;
	padding-left:			13px;

}

div#lyrChangecountry {
	border-bottom:			1px solid #E6E6E6;
	border-right:			1px solid #E6E6E6;
	display:				none;
	left:					831px;
	/*Let op, bovenstaande positie moet bij wijzigingen ook gewijzigd worden in functions.js*/
	position:				absolute;
	top:					28px;
	
}

div#lyrChangelanguage {
	border-bottom:			1px solid #E6E6E6;
	border-right:			1px solid #E6E6E6;
	display:				none;
	left:					831px;
	/*Let op, bovenstaande positie moet bij wijzigingen ook gewijzigd worden in functions.js*/
	position:				absolute;
	top:					56px;
	z-index:				100;
}

.btnDropdown {
	background:				#FFF url("../images/bgbtndropdown.gif") no-repeat scroll top right;
	color:					#00529C;
	display:				block;
	font:					bold 9px tahoma, helvetica, sans-serif;
	line-height:			15px;
	padding-left:			5px;
	text-decoration:		none;
	width:					145px;
	margin-bottom:			0px;
}

a.dropdowntext {
	background-color:		#FFF;
	color:					#00529C;
	display:				block;
	font:					normal 11px tahoma, helvetica, sans-serif;
	padding:				2px 2px 3px 5px;
	text-decoration:		none;
	width:					144px;
}

a.dropdowntext:hover {
	background-color:		#00AEEF;
	color:					#FFF;
}

/* menu left */

span.menuleft ul {
	list-style-type:			none;
	margin-top:					0px;
	margin-bottom:				0px;
	margin-left:				-4px;
	padding:						0;
}

a.m-l1-false {
	background:				transparent url("../images/bgml1false.gif") repeat-x scroll 0px 0px;
	color:					#00529C;
	display:				block;
	font-weight:			bold;
	line-height:			24px;
	text-decoration:		none;
	width:					202px;
}

a.m-l1-true {
	background:				transparent url("../images/bgml1true.gif") no-repeat scroll 0px 0px;
	color:					#FFF;
	display:				block;
	font-weight:			bold;
	line-height:			24px;
	text-decoration:		none;
	width:					202px;
}

a.m-l2-false:hover {
	background-color:		#FFFFFF;
}
a.m-l2-true:hover {
	background-color:		#FFFFFF;
}
a.m-l3-false:hover {
	background-color:		#FFFFFF;
}
a.m-l3-true:hover {
	background-color:		#FFFFFF;
}
a.m-l4-false:hover {
	background-color:		#FFFFFF;
}
a.m-l4-true:hover {
	background-color:		#FFFFFF;
}
a.m-l2-false {
	background-color:		#F7F7F7;
	color:					#00529C;
	display:				block;
	font-size:				10px;
	line-height:			14px;
	text-decoration:		none;
	width:					202px;
}

a.m-l2-true {
	background-color:		#F7F7F7;
	color:					#00529C;
	display:				block;
	font-size:				10px;
	font-weight:			bold;
	line-height:			14px;
	text-decoration:		none;
	width:					202px;
}

a.m-l3-false {
	background-color:		#F7F7F7;
	color:					#00529C;
	display:				block;
	font-size:				10px;
	line-height:			14px;
	text-decoration:		none;
	width:					202px;
}

a.m-l3-true {
	background-color:		#F7F7F7;
	color:					#00529C;
	display:				block;
	font-size:				10px;
	font-weight:			bold;
	line-height:			14px;
	text-decoration:		none;
	width:					202px;
}

a.m-l4-false {
	background-color:		#F7F7F7;
	color:					#00529C;
	display:				block;
	font-size:				10px;
	line-height:			14px;
	text-decoration:		none;
	width:					202px;
}

a.m-l4-true {
	background-color:		#F7F7F7;
	color:					#00529C;
	display:				block;
	font-size:				10px;
	font-weight:			bold;
	line-height:			14px;
	text-decoration:		none;
	width:					202px;
}

a.m-l3-bottom-false {
	border-bottom:			1px solid #D5D5D5;
	background-color:		#F7F7F7;
	color:					#00529C;
	display:				block;
	font-size:				10px;
	line-height:			14px;
	text-decoration:		none;
	width:					202px;
}

a.m-l3-bottom-true {
	border-bottom:			1px solid #D5D5D5;
	background-color:		#F7F7F7;
	color:					#00529C;
	display:				block;
	font-size:				10px;
	font-weight:			bold;
	line-height:			14px;
	text-decoration:		none;
	width:					202px;
}

tr.header-bottom td {
	border-bottom:			1px solid #FFF;
}

/* col right */

table#right td {
	padding:				10px;
}

table#rightnopadding td {
	padding:				0px;
}

table#right td.divider {
	padding:				0;
	background:				transparent url("../images/bgrightdivider.gif") repeat-x scroll 0px 0px;
}

table#right td.gradient {
	background:				transparent url("../images/bgrightgradient.gif") repeat-x scroll 0px 0px;
}

.button {
	border-left:			1px solid #00AEEF;
	border-top:				1px solid #00AEEF;
	border-right:			1px solid #00529C;
	border-bottom:			1px solid #00529C;
	background-color:		#00529C;
	color:					#FFF;
	font-weight:			bold;
	text-align:				center;
}

.pulldown {
	color:					#00529C;
}

ul.solutions {
	list-style-image:		url("../images/lu_solutions.gif");
	padding:				0;
	margin:					0;
	line-height:			16px;
}

li {
	padding-left:			0;
	margin-left:			16px;
}

ul.learnmoreabout-false {
	list-style-image:		url("../images/lu_learnmoreabout_false.gif");
	font-weight:			bold;
	padding:				0;
	margin:					0;
	line-height:			16px;

}

ul.learnmoreabout-true {
	list-style-image:		url("../images/lu_learnmoreabout_true.gif");
	font-weight:			bold;
	padding:				0;
	margin:					0;
	line-height:			16px;
}

div.sublearnmoreabout {
	font:					normal 10px tahoma, helvetica, sans-serif;
	padding-left:			6px;
	line-height:			16px;
}

/* content */

.clickpath {
	background-color:		#FFF;
	color:					#AAA;
	font-size:				9px;
	height:					40px;
	line-height:			14px;
	padding-left:			20px;
	vertical-align:			middle;
}

.currentpage {
	color:					#000;
}

/* intro */

table#intro td {
	background-color:		#00AEEF;
}

table#intro td.text {
	color:					#FFF;
	font-size:				11px;
	line-height:			15px;
	padding:					10px 0px 10px 0px;
}

table#intro td.text div.header {
	font-size:				12px;
	font-weight:			bold;
	padding-bottom:			5px;
}

.homepageheader
{
	color:					#000;
	font-size:				12px;
	font-weight:			bold;
	padding-bottom:			5px;
}

table#intro td.photo img {
	border:					3px solid #FFF;
	margin:					10px 20px 0px 20px;
	vertical-align:			top;
}

table#intro td.buttonintro {
	background-color:		#FFF;
	font-weight:			bold;
	vertical-align:			middle;
}

/* content home */

td.contenthome {
	padding:				0px 19px 0px 21px;
}

td.contenthome td.text {
	color:					#606060;
	font-size:				11px;
	line-height:			14px;
	width:					199px;
}

td.contenthome td.text div.header {
	color:					#000;
	font-size:				11px;
	font-weight:			bold;
}

td.contenthome td.text a {
	background:				url("../images/b_homecontenttext.gif") no-repeat scroll 0px 0px;
	font-weight:			bold;
	padding-left:			10px;
}

td.bgcontent {
	background:				url("../images/bgcontenthome.gif") repeat-y scroll 0px 0px;

}

/* photo sub */

div.photosub 
{
	border-bottom:			1px solid #ABABAB;
}

.photosub 
{
	border-bottom:			1px solid #ABABAB;
}

/* content sub */

td.contentsub {
	line-height:			16px;
	padding:				19px;
}

.overviewheader {
	background:				transparent url("../images/bgml1false.gif") repeat-x scroll 0px 0px;
	color:					#00529C;
	/*display:				block;*/
	font-weight:			bold;
	line-height:			23px;
	text-decoration:		none;
	/*width:					376px;*/
}

.downloadcategories {
	background:				transparent url("../images/bgml1false.gif") repeat-x scroll 0px 0px;
	color:					#00529C;
	display:				block;
	font-weight:			bold;
	line-height:			23px;
	text-decoration:		none;
	/*width:					376px;*/
}
.searchresultheader {
	background:				transparent url("../images/bgsearchresultheader.gif") repeat-x scroll 0px 0px;
	color:					#00529C;
	font-weight:			bold;
	line-height:			23px;
	text-decoration:		none;
	/*width:					376px;*/
}

.tablink {
	color:					#AAA;
	font-size:				9px;
	vertical-align:			middle;
	text-decoration:		none;
	text-align:				center;
}
h1
{
	color:					#00529C;
	font-size:				14px;
}
.hiddenfield
{
	display:				none;
}

table.border
{
	border:					solid 1px lightgrey;
}

td.border
{
	 border-top: lightgrey 1px solid; 
}
.keywordfound
{
	color:					#00529C;
	font-style:				italic;
}
.highlight
{

	background-color:		#C6EBFF;
}
.heading1
{
	color:					#00529C;
	font-size:				14px;
	font-weight:			bold;
}

.heading2
{
	color:					#000000;
	font-size:				12px;
	font-weight:			bold;
}

.heading3
{
	color:					#000000;
	font-size:				11px;
	font-weight:			bold;
}

/* Door Rob toegevoegd */

.alignmiddle label
{
	vertical-align: middle;
	
}

/* Door Karl toegevoegd voor de titels op de homepage */
a.title_homepage_first
{
	color:					#ffffff;
	text-decoration:		none;
	font-weight:			bold;
}

a.title_homepage_first:hover {
	color:					#ffffff;
	text-decoration:		underline;
}

/* Door Karl toegevoegd voor de titels op de homepage */
a.title_homepage
{
	color:					#000000;
	text-decoration:		none;
	font-weight:			bold;
}

a.title_homepage:hover {
	text-decoration: underline;
}

