/*
 *Common
 */
*
{
	outline: none 0;
}

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
	-ms-interpolation-mode:bicubic;
}

/*
 *Main
 */
body
{
	font-size: 62.5%;
	background: url(../media/images/body-bg.gif) left top repeat-x #e0e0e0;
}

	/*Exception on HOME */
	body#home
	{
		background: url(../media/images/body-home-bg.gif) left top repeat-x #fff;
	}

div#wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -70px;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

	body#home div#wrapper
	{
		min-height: inherit;
		height: auto !important;
	}

	div#header
	{
		position: relative;
		width: 960px;
		height: 88px;
		background-color: #fff;
		overflow: hidden;
	}

		div#menubar
		{
			position: relative;
			padding: 52px 0 0 0;
			width: 570px;
			height: 37px;
			background: url(../media/images/menubar-bg.gif) right top no-repeat #fff;
			float: right;
		}

		body#home div#menubar
		{
			background: url(../media/images/menubar-home-bg.gif) right top no-repeat #fff;
		}

	div#maincontent
	{
		position: relative;
		width: 960px;
	}

		div#textleft,
		div#textright
		{
			position: relative;
			padding: 38px 10px 10px 58px;
			width: 394px;
			float: left;
		}

			div.expand
			{
				position: relative;
			}

		div#smallleft
		{
			position: relative;
			padding: 38px 10px 10px 58px;
			width: 275px;
			float: left;
		}

		div#largeright
		{
			position: relative;
			padding: 38px 0 10px 160px;
			width: 413px;
			float: left;
		}

		div#largemain
		{
			position: relative;
			padding: 38px 220px 10px 220px;
			width: 520px;
		}
	div#hotnewsblock
	{
		position: absolute;
		padding: 25px;
		left: 640px;
		top: 280px;
		width: 236px;
		height: 235px;
	}

	div#hotitemsbar
	{
		position: absolute;
		padding: 22px 0 0 146px;
		left: 0;
		top: 566px;
		width: 814px;
		height: 128px;
	}

	div.padding
	{
		position: relative;
		width: 922px;
		padding: 38px 0 0 38px;
	}

	div.more-padding
	{
		position: relative;
		width: 900px;
		padding: 38px 0 0 60px;
	}

		div.customerbrand
		{
			position: relative;
			padding: 10px;
			margin: 0 8px 8px 0;
			width: 196px;
			height: 128px;
			background: url(../media/images/customerbrand-bg.gif) left top no-repeat;
			float: left;
		}

		div.worklistcontainer
		{
			position: relative;
			padding: 10px;
			margin: 0 50px 8px 0;
			width: 380px;
			height: 84px;
			background: url(../media/images/worklist-bg.gif) left top no-repeat;
			float: left;
		}

			div.logocontainer
			{
				position: relative;
				margin: 0 26px 0 0;
				width: 180px;
				height: 84px;
				float: left;
			}

			div.thumbscontainer
			{
				position: relative;
				padding: 14px 0 0 0;
				width: 168px;
				height: 56px;
				overflow: hidden;
				float: left;
			}

		div.worklistdetail
		{
			position: relative;
			padding: 10px;
			margin: 0 0 8px 0;
			width: 866px;
			height: 276px;
			background: url(../media/images/worklist-detail-bg.gif) left top no-repeat;
			float: left;
		}

			div.logointrocontainer
			{
				position: relative;
				padding: 0 0 0 34px;
				width: 200px;
				height: 276px;
				float: left;
			}

				div.logointrocontainer img
				{
					margin: 5px 0 0 0;
				}

				div.textintrocontainer
				{
					position: absolute;
					top: 90px;
					left: 30px;
					width: 180px;
				}

			div.imagecontainer
			{
				position: relative;
				width: 632px;
				height: 276px;
				text-align: center;
				float: left;
			}
				a.videoplayer
				{
					display: block;
					width: 368px;
					height: 276px;
					margin: 0 auto;
				}

			div#largeright div.tab
			{
				display: none;
			}

			div#largeright div.current
			{
				display: block;
			}

	div#footerspace
	{
		position: relative;
		height: 70px;
	}

div#footer
{
	position: relative;
	min-width: 960px;
	width: 100%;
	height: 70px;
	background-color: #fff;
}

	div#innerfooter
	{
		position: relative;
		margin: 0 auto;
		width: 960px;
		height: 70px;
		background: url(../media/images/footer-bg.gif) right top no-repeat #fff;
		overflow: hidden;
	}

		div#calcbanner
		{
			position: relative;
			width: 90px;
			height: 70px;
			overflow: hidden;
			float: left;
		}

/*
 *Text
 */
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
}

h1
{
	font-size: 2em;
	line-height: 1.8em;
	letter-spacing: 1px;
}

div#hotnewsblock h1
{
	font-size: 1.6em;
	line-height: 1em;
	color: #66a8de;
}

p
{
	margin: 0 0 0 1px;
}

p a
{
	font-size: 1em;
}

table
{
	font-size: .9em;
}

p a:hover
{
	color: #eb1c24;
}

p.error
{
	color: #EB1C24;
}

div#hotnewsblock p
{
	font-size: 1em;
	color: #fff;
}

	div#hotnewsblock p a
	{
		color: #fff;
	}

a#english
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #bfbfbf;
	text-decoration: none;
}
	a#english:hover
	{
		color: #000;
	}

a.read-more, a.more
{
	display: block;
	width: 400px;
	height: 30px;
}

a.leesverder
{
	background: url(../media/images/readmore.gif) left top no-repeat #fff;
}

a.leesverder-en
{
	background: url(../media/images/readmore_en.gif) left top no-repeat #fff;
}

a.starthier
{
	background: url(../media/images/starthere.gif) left top no-repeat #fff;
}

a.speelhier
{
	background: url(../media/images/playhere.gif) left top no-repeat #fff;
}


	a.read-more span, a.more span
	{
		display: none;
	}

	a.collapse
	{
		background-position: right top;
	}

a#top
{
	position: absolute;
	left: 930px;
	top: 0;
	outline: none;
}

/*Tabbed navigation*/
div#menubar ul
{
	font-size: .8em;
	line-height: 1em; /* setting the line height now so we don�t have any headaches*/
	margin: 0px; /* let�s keep the margin set to 0 for the same reasons as above*/
	list-style-type: none; /* we remove the UL�s default disc bullets */
	float: right; /* we float the list to the left like we will all the elements inside*/
}
div#menubar ul li
{
	float: left; /* floatin� left */
	text-align: center;
}
div#menubar ul li a
{
	text-decoration: none; /* remove the default underline off the anchor text */
	display: block; /* we display this text as block so that we can apply padding/margin without problems */
	padding: 0 10px 0 0;
	margin: 0 0 0 -10px;
	width: 82px;
	text-align: center;
	float: left; /* floatin� left, to make the menu horizontal */
	z-index: 0; /* keep it on layer 0 (default) */
	position: relative; /* very important as this enables the z-index to work for us and keeps the tabs where they should be */
	color: #bfbfbf; /* color of the tab text */
}
div#menubar ul li a.first
{
	margin: 0;
}

div#menubar ul li a strong
{
	font-weight: normal; /* remove the bold effect */
	display: block; /* display the strong element as a block so we can pad it, etc. */
	float: left; /* float it left as well */
	width: 82px;
	padding: 11px 0 12px 0; /* important, as through this you define the position of the text within the tab */
	cursor: pointer; /* this makes the browser show the "hand" cursor when hovering over the tab */
	text-align: center;
	letter-spacing: .2em;
}
div#menubar ul li a:hover
{
	color: #000;
}
div#menubar ul li a.current
{
	position: relative; /* again, keep things relative */
	z-index: 5; /* we show this tab over all other tabs in the menu, which would be on layer 0, thus overlapping occurs */
	background: url(../media/images/tabs-bg.gif) no-repeat left top; /* now we show the bottom part of the tabs image, the "hover" instance */
	color: #000; /* we color the hovered tab�s text black */
}
div#menubar ul li a#last.current
{
	background: url(../media/images/tabs-last-bg.gif) no-repeat left top;
}
div#menubar ul li a:hover strong,
div#menubar ul li a.current stong
{
	position: relative; /* keep it relative */
	z-index: 5; /* show this on layer 5 as well */
}

div#menubar ul li a.current strong
{
	cursor: default;
}

/* Exception on HOME */
body#home div#menubar ul li a.current,
body#home div#menubar ul li a#last.current
{
	color: #66a8de;
	background: none 0;
}
body#home div#menubar ul li a:hover
{
	color: #66a8de;
}

/*Subnavigatie categorieen*/
ul#cat
{
	margin: 0;
	list-style: none;
}

	ul#cat li
	{
		font-size: .8em;
		color: #eb1c24;
		float: left;
		margin: 0 14px 0 0;
	}

		ul#cat li a
		{
			font-size: 1em;
			text-decoration: none;
			color: #000;
		}
		ul#cat li a:hover
		{
			color: #EB1C24;
		}

			ul#cat li.menu-closer
			{
				color: #eb1c24;
				text-decoration: none;
			}

/*Subnavigatie columns*/
ul#columnlist
{
	margin: 0;
	list-style: none;
}

	ul#columnlist li a
	{
		font-size: 1em;
		line-height: 1.6em;
		text-decoration: none;
		color: #000;
	}

		ul#columnlist li a:hover,
		ul#columnlist li.current a
		{
			color: #eb1c24;
			text-decoration: underline;
		}

/*Hot Items bar*/
div#hotitemsbar a.bureau,
div#hotitemsbar a.klanten,
div#hotitemsbar a.werk,
div#hotitemsbar a.extra,
div#hotitemsbar a.contact
{
	display: block;
	margin: 0 22px 0 0;
	width: 114px;
	height: 109px;
	float: left;
}

	div#hotitemsbar a span
	{
		display: none;
	}

	div#hotitemsbar a.bureau
	{
		background: url(../media/images/button-bureau.gif) left top transparent;
	}

	div#hotitemsbar a.klanten
	{
		background: url(../media/images/button-klanten.gif) left top transparent;
	}

	div#hotitemsbar a.werk
	{
		background: url(../media/images/button-werk.gif) left top transparent;
	}

	div#hotitemsbar a.extra
	{
		background: url(../media/images/button-extra.gif) left top transparent;
	}

	div#hotitemsbar a.contact
	{
		background: url(../media/images/button-contact.gif) left top transparent;
	}

		div#hotitemsbar a:hover
	{
		background-position: right top;
	}

/*Scroller*/
ul.thumbslist
{
	position:absolute;
	width: 20000em;
	list-style: none;
	margin: 0;
}

	ul.thumbslist li
	{
		float: left;
	}

		ul.thumbslist li a
		{
			display: block;
			padding: 7px;
			width: 42px;
			height: 42px;
			float: left;
		}

			ul.thumbslist li a img
			{
				width: 42px;
				height: 42px;
			}

			ul.thumbslist li a:hover
			{
				padding: 4px;
				width: 48px;
				height: 48px;
			}

				ul.thumbslist li a:hover img
				{
					width: 48px;
					height: 48px;
				}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next{
	position: absolute;
	display:block;
	width:10px;
	height:42px;
	cursor:pointer;
}

a.prev
{
	top: 32px;
	left: 208px;
}

a.next
{
	top: 32px;
	left: 382px;
}

/* mouseover state */
/*a.prev:hover, a.next:hover {
	background-position:0px -26px;
}*/

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

a.prev
{
	background:url(../media/images/scroll-prev.gif) left top no-repeat;
}

a.next {
	background:url(../media/images/scroll-next.gif) left top no-repeat;
}

/*Footer banner*/
div#innerfooter p
{
	margin: .8em 0 0 0;
	font-size: 2.2em;
	font-weight: bold;
	color: #e0e0e0;
}

	div#innerfooter p a
	{
		color: #e0e0e0;
		text-decoration: none;
	}

		div#innerfooter p a:hover
	{
		text-decoration: underline;
	}

/*Forms*/
div.formrow
{
	position: relative;
	padding: 0 0 1px 0;
}

form, fieldset
{
	border: none 0;
}

	form
	{
		font-size: .9em;
	}

	label
	{
		width: 115px;
		float: left;
	}

	label.nofloat
	{
		width: auto;
		float: none;
	}

	input, textarea
	{
		padding: 2px;
		width: 272px;
		border: none 0;
		background-color: #fff;
	}

	input.radio
	{
		width: auto;
		border: none 0;
		background: none 0;
		float: left;
	}

	input.submit
	{
		padding: 0;
		width: auto;
		border: none 0;
		background: none 0;
	}

	/*Radio button replacement */
	label.checkbox span.holder{height:60px;background:url(../media/images/checkbox.gif) 0 0 no-repeat;}
	label.radio span.holder{height:60px;background:url(../media/images/radio.gif) 0 0 no-repeat;}
	label.checkbox:hover span.holder,label.radio:hover span.holder{top:-20px !important;}
	label.checked span.holder,label.checked span.holder,label.checked:hover span.holder,label.checked:hover span.holder{top:-40px !important;}
	label.list{margin:0 0 1px 0;}
	label.inline{margin:0 10px 0 0;}
	input.hiddenCheckbox{position:absolute;left:-10000px;}
	label.prettyCheckbox span.holderWrap{display:block;float:left;position:relative;margin-right:5px;overflow:hidden;}
	label.prettyCheckbox span.holder{display:block;position:absolute;top:0;left:0;}

	textarea
	{
		height: 46px;
		overflow: auto;
	}