/* Algemeen */
body, html {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	height: 100%;
}
body, td {
	font: 12px Arial, sans-serif;
	color: #404040;
}
input, textarea {
	font: 12px Arial, sans-serif;
	color: #404040;
}
img {
	border: none;
}
p, h1, h2, h3, h4 {
	margin: 0;
}
form  {
	padding: 0;
	margin: 0;
}
ul {
	margin: 18px 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	padding: 0 15px;
}
h1, .news h1 {
	background: #f5f5f5;
	border: 1px solid #fff;
	font: 18px Arial, sans-serif;
	padding: 5px 9px;
	height: 20px;
	overflow: hidden;
}
h2, .news h2 {
	font: bold 12px Arial, sans-serif;
}
h3 {
	font: bold 12px Arial, sans-serif;
}
p {
	margin: 0 0 18px 0;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {}
div#wrapper {
	width: 1000px;
	/*
	De witte balk boven de website creër je door deze 20px top margin weer aan te zetten.
	margin: 20px auto 0 auto;
	*/
	margin: 0 auto;
	background: #fff;
	position: relative;
}

div.wrapper {
	position: absolute;
	margin: 0 auto;
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-320px;
	width: 640px;
	height: 480px;
	background-color:white;
	z-index: 11;
	display:none;
	overflow:hidden;
}
div.flashmovie {
	position:relative;
	margin: 0 auto;
	width: 480px;
	height: 380px;
	padding:80px;
	/*padding-top:40px;*/
	background-color:#f5f5f5;
}

div.frameControllerDummy {
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
}
div.clear_float {
	clear: both;
}
h2.title {
	background: #f5f5f5;
	border: 1px solid #fff;
	font: bold 12px Arial, sans-serif;
	padding: 5px 9px 0 9px;
	height: 20px;
	overflow: hidden;
}

/* Banner */
div#banner {
	height: 112px;
	margin: 0;
}
div#logo_imagefade {
	position: absolute;
	top: 0px;
	z-index: 20;
	left: 20px;
	width: 260px;
	height: 40px;
	cursor: pointer;
}
div#logo {
	padding: 35px 0 35px 20px;
	float: left;
}
div#banner_image {
	float: right;
}
div.logo {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 280px;
	height: 40px;
	z-index: 3;
	cursor: pointer;
}

/* Trace */
div#trace {
	padding: 5px 30px 0 30px;
	color: #b3b3b3;
	background: #fff;
	font-size: 11px;
	float: left;
}
div#trace a:link, div#trace a:visited {
	text-decoration: none;
	color: #b3b3b3;
	font-size: 11px;
}
div#trace a:hover {
	color: #888;
}

/* Print */
div#print {
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	width: auto;
	display: inline;
}
div#print a img {
	vertical-align: middle;
	padding-right: 2px;
}
div#print a:link, div#print a:visited {
	color: #bbb;
}

/* Navigation */
#navigation {
	width: 940px;
	height: 30px;
	color: #e0e0e0;
	padding: 0 30px;
}
.main_element a:link, .main_element a:visited {
	color: #e0e0e0;
	font: bold 11px Arial;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin: 0 5px 0 0;
}
.main_element {
	position: relative;
	height: 18px;
	padding: 7px 0 5px 0;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.main_subelements {
	display: none;
	position: absolute;
	top: 30px;
	padding: 0;
	margin: 0;
	left: -5px;
	background: url(images/spacer.gif);
	cursor: auto;
	z-index:4;
	filter: alpha(opacity=90);
	opacity: 0.85;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
#navigation a.main_subelement:link, #navigation a.main_subelement:visited {
	position: static;
	white-space: nowrap;
	text-align: left;
	text-transform: none;
	display: block;
	color: #fff;
	width: 180px;
	padding: 3px 10px;
	font-weight: normal;
}
#navigation a.main_subelement:hover {
	border: none;
}

/* Content */
table#content_container {
	width: 100%;
	margin: 0;
	top: 148px;
	position: absolute;
	z-index: 1;
	background: #fff;
}
table#content_container td#content_left, table#content_container td#content_middle, table#content_container td#content_right, table#content_container td#content_wide {
	line-height: 18px;
	border: 1px solid #e0e0e0;
	vertical-align: top;
}
table#content_container td#content_left {
	width: 202px;
}
table#content_container td#content_middle {
	width: 556px;
}
table#content_container td#content_wide {
	width: 100%;
}
div#content_middle_inner {
	border-top: 1px solid #e0e0e0;
	padding: 18px 9px 5px 9px;
}
table#content_container td#content_right {
	width: 202px;
}
div#content_right_inner {
	padding: 10px;
}
div#navigations {
	z-index: 2;
	top: 113px;
	position: absolute;
}

/* Subnavigation */
div.subnavigation {
	width: 202px;
}
div.subnavigation div.subelements {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	font-size: 11px;
}
div.subnavigation div.subelements h3 {
	padding: 3px 15px;
	font: 11px Arial, sans-serif;
	font-weight: normal;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	cursor: pointer;
}
div.subnavigation div.subelements h3.active {}
div.subnavigation div.subelements h3 a:link, div.subnavigation div.subelements h3 a:visited {}
div.subnavigation div.subelements ul.subelements1 {
	margin: 0 0 0 1px;
	clear: both;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid #fff;
	background: url(images/nav_background_vertical.gif) 19px 0 repeat-y;
}
div.subnavigation div.subelements ul.subelements1 li, div.subnavigation div.subelements ul.subelements1 li.last {
	background: url(images/nav_subelement.gif) 19px 3px no-repeat;
	padding: 0 19px 0 38px;
}
div.subnavigation div.subelements ul.subelements1 li.last {
	background-image: url(images/nav_lsubelement.gif);
	background-position: 19px 0;
}
div.subnavigation div.subelements ul.subelements1 li a:link, div.subnavigation div.subelements ul.subelements1 li  a:visited {
	color: #5a5959;
}
div.subnavigation div.subelements ul.subelements1 li a:hover, div.subnavigation div.subelements ul.subelements1 li a.active:link, div.subnavigation div.subelements ul.subelements1 li a.active:visited  {
	text-decoration: underline;
}
div.subnavigation div.subelements ul.subelements2 {
	border-bottom: 1px solid;
	margin: 0;
	margin-bottom:-1px;
	padding: 0;
	list-style-type: none;
	background: url(images/nav_background_vertical.gif) 4px 0 repeat-y;
}
div.subnavigation div.subelements ul.subelements2 li, div.subnavigation div.subelements ul.subelements2 li.last {
	padding: 0 0 0 19px;
	background: url(images/nav_subelement1.gif) 4px 0 no-repeat;
}
div.subnavigation div.subelements ul.subelements2 li.last {
	background-image: url(images/nav_lsubelement.gif);
}
div.subnavigation div.subelements ul.subelements2 li a:link, div.subnavigation div.subelements ul.subelements2 li  a:visited {
	color: #797979;
}
div.subnavigation div.subelements ul.subelements2 li a:hover, div.subnavigation div.subelements ul.subelements2 li a.active:link, div.subnavigation div.subelements ul.subelements2 li a.active:visited {
	text-decoration: none;
}

/* News view */
div#news_view {
	border: 1px solid #e0e0e0;
	width: 180px;
	margin-bottom: 10px;
}
div#news_view div.news_article, div#news_view div.news_article_hover {
	background: top right url(images/news_view_button.gif) no-repeat;
	border-top: 1px solid #e0e0e0;
	height: 47px;
	cursor: pointer;
}
div#news_view div.news_article_hover {
	background: top right url(images/news_view_button_hover.gif) no-repeat;
}
div#news_view div.news_article a:link, div#news_view div.news_article  a:visited, div#news_view div.news_article_hover a:link, div#news_view div.news_article_hover  a:visited  {
	color: #404040;
	display: block;
	font-size: 11px;
}
div#news_view div.news_article div.overflow, div#news_view div.news_article_hover div.overflow {
	height: 38px;
	width: 150px;
	overflow: hidden;
	margin: 5px 10px;
}

/* Adres */
div#adres {
	font-size: 11px;
	margin: 10px 0;
	width: 180px;
}
div#adres strong {}

/* Afbeelding rechts */
div#afbeelding_rechts {
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
	cursor:pointer;
}
div#afbeelding_rechts img {
	border: 1px solid #fff;
}
/* Flashvideo midden */
div#content_middle_inner div#afbeelding_rechts {
	width: 490px;
}
div#content_middle_inner div#afbeelding_rechts img {
	float: left;
	width: 488px;
}


/* Afbeelding rechts fade */
div#afbeelding_rechts_fade {
	position: relative;	
	height: 132px;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}
div#afbeelding_rechts_fade div.element {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
}

/* Afbeelding links */
div#afbeelding_links {
	width: 182px;
	margin: 10px 0 0 10px;
	position: relative;
}
div.imageFrame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* Voorpagina editor */
div.voorpagina_editor {
	float: left;
	width: 158px;
	margin-right: 6px;
	font-size: 11px;
}
div.voorpagina_editor div.leesmeer {
	background: top left url(images/background_voorpagina_editor.gif) repeat-x;
	padding-top: 3px;
	text-align: right;
}
div.voorpagina_editor  ul {
	margin: 10px 0;
}
div.voorpagina_editor h3 {
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
	font: bold 12px Arial, sans-serif;
}
div.voorpagina_editor div.voorpagina_editor_inner {
	background: #f6f6f6;
	padding: 5px;
}
div.voorpagina_editor div.voorpagina_editor_inner  p {
	margin: 0;
}

div.voorpagina_editor_breed {
	float: left;
	width: 236px;
	margin-right: 6px;
	font-size: 11px;
}
div.voorpagina_editor_breed div.leesmeer {
	background: top left url(images/background_voorpagina_editor.gif) repeat-x;
	padding-top: 3px;
	text-align: right;
}
div.voorpagina_editor_breed  ul {
	margin: 10px 0;
}
div.voorpagina_editor_breed h3 {
	background: #f6f6f6;
	border-bottom: 1px solid #fff;
	padding: 3px 5px;
	font: bold 12px Arial, sans-serif;
}
div.voorpagina_editor_breed div.voorpagina_editor_breed_inner {
	background: #fafafa;
	padding: 5px;
}
div.voorpagina_editor_breed div.voorpagina_editor_breed_inner  p {
	margin: 0;
}

/* Editor rechts */
div.editor_rechts {
	border: 1px solid #e0e0e0;
	width: 180px;
	margin-bottom: 10px;
}
div.editor_rechts_inner {
	padding: 10px;
	font-size: 11px;
}
div.editor_rechts h3 {
	background: #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 5px 0 5px;
	height: 20px;
	font: bold 12px Arial, sans-serif;
}
div.editor_rechts p {
	margin: 10px 0 0 0;
}
div.editor_rechts ul {
	margin: 0;
	padding: 0;
}
div.editor_rechts ul li {
	padding: 0 10px;
	background: none;
	width: 130px;
	background: 1px 7px url(images/arrow2.gif) no-repeat;
}

/* News page  */
div.article {
	margin-bottom: 18px;
}
div.article h2, .news h2 {
	background: none;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}
div#news_message {
	position: relative;

}
div#news_message_body {
	position:relative;
	background-color:white;
	width:100%;
	height:100%;
}
div.heading_n {
	position: absolute;
	border: 1px solid #E0E0E0;
	margin-bottom: 18px;
	top: -52px;
	width: 510px;
	left: -10px;
	z-index: 100;
	background: #F5F5F5;
}
div.heading_n h1, .news h1 {
}

/* Afbeelding producten */
div#product_afbeeldingen {
	border: 1px solid #6b6b6b;
	margin: 0 6px 12px 0;
	float: left;
}
div#product_afbeeldingen img {
	border: 1px solid #fff;
}

/* Contactformulier */
div.mailer_ext {}
div.mailer_ext #captcha_image {
	margin-bottom: 3px;
	border: 1px solid #ccc;
}
div.mailer_ext div.message {
	cursor: pointer;
	display: block;
	background: #fff;
	margin-bottom: 18px;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 170px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	border: 1px solid #ccc;
	padding: 2px 3px;
}
div.mailer_ext input:focus, div.mailer_ext textarea:focus {
	border: 1px solid #999;
}
div.mailer_ext input.error, div.mailer_ext textarea.error {
	border: 1px solid red;
}
div.mailer_ext textarea {
	width: 235px;
	padding: 2px 3px;
	border: 1px solid #ccc;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
}
div.mailer_ext div#keuzevakjes input {
	float: none;
	border: none;
}
div.mailer_ext div#keuzevakjes label {
	float: none;
	display: inline;
}

/* Footer */
div#credits {
	position: absolute;
	top: -18px;
	right: 0;
	color: #d9d9d9;
	z-index: 20;
	font-size: 11px;
}
div#credits a:link, div#credits a:visited {
	color: #d9d9d9;
	font-size: 11px;
}
div#credits a:hover {
	color: #cccccc;
}

/* Vacatures */
table.vacatures {
	width: 100%;
	position: relative;
}
table.vacatures a:link, table.vacatures a:visited {
	color: #404040;
}
table.vacatures tr.top th {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 0 10px 0;
}
table.vacatures  tr.hover {
	background: #f6f6f6;
}
table.vacatures  tr td {
	cursor: pointer;
	line-height: 18px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #E0E0E0;
}
table.vacatures  tr.hover td {}
table.vacatures  tr.hover td a:link, table.vacatures  tr.hover td a:visited {}
table.vacatures  tr td.datum {
	width: 65px;
}
table.vacatures  tr td.functie {
	width: 185px;
}
table.vacatures  tr td.titel {
	width: 340px;
}
table.vacatures  tr td.country {
	width: 40%;
}
table.vacatures  tr td.agent {
	width: 60%
}
table.vacatures  tr td.bedrijf {
	width: 122px;
}
table.vacatures  tr td.plaatsregio {}
table.vacatures tr td {
	vertical-align: top;
	padding: 10px 10px 10px 0;
}

table.vacature_omschrijving {
	width: 100%;
	margin: 0 0 18px 0;
}
table.vacature_omschrijving td.label {
	line-height: 18px;
	width: 110px;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	padding: 25px;
}
body#mailer_ext_page_body div#login
 {
	background: #fff;
	margin: 20px auto;
	padding: 15px 30px 15px 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
}

/* Main container */
table#mailer_ext_page {
	border: 1px solid #aaa;
	background: #fff;
	width: 100%;
}
table#mailer_ext_page h1, .news h1 {
	padding: 0;
	margin: 20px 0;
	background: none;
}
table#mailer_ext_page td {
	padding: 15px 20px;
}

/* Navigatie */
table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {
	color: #1896E7;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table#mailer_ext_page table#records, table#mailer_ext_page table#records td {
	font-size: 11px;
}
table#mailer_ext_page table#records th {
	text-align: left;
	color: #fff;
	white-space: nowrap;
	background: #E0E0E0;
}
table#mailer_ext_page table#records tr.odd {
	background: #fff;
}
table#mailer_ext_page table#records tr.even {
	background: #fafafa;
}
table#mailer_ext_page table#records th, table#mailer_ext_page table#records td {
	padding: 3px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 15px 0 0 0;
}

/* CSV */
table#mailer_ext_page div#csv {
	float: right;
	margin-top: 15px;
}
table#mailer_ext_page img {
	vertical-align: top;
}

/* Inloggen */
div#login h1, .news h1 {
	padding: 0;
	margin: 20px 0;
	background: none;
}
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}
div#login input.versturen {
	margin-right: 7px;
}

/* Niewspagina */
div.news_shortcuts {
	margin-top: 7px;
	padding-bottom: 7px;
}
div.news_shortcuts img {
	margin-top: 5px;
}

/* Contactformulier vacatures */
div#mailer_rel {

	position: absolute;
	z-index: 300;

}
div#mailer_ext_vacature {
	width: 490px;
	height: 305px;
	background: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	top: -320px;
	left: -9px;
	overflow: hidden;

}
div#mailer_ext_vacature h2, .news h2 {
	margin: 0 0 9px 0;
}
div#mailer_ext_vacature div.message {
	margin: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 465px;
	height: 280px;
	padding: 20px;
	background: #fff;
	z-index: 3;
}
div#mailer_ext_vacature label {
	display: block;
	float: left;
	width: 200px;
}
div#mailer_ext_vacature input, div#mailer_ext_vacature textarea {
	margin-bottom: 3px;
	border: 1px solid #ccc;
	padding: 2px 3px;
	width: 174px;
}
div#mailer_ext_vacature input:focus {
	border: 1px solid #ccc;
}
div#mailer_ext_vacature input.error, div#mailer_ext_vacature textarea.error {
	border: 1px solid red;
}
div#mailer_ext_vacature input.versturen {
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
	font-size: 11px;
}
div#mailer_ext_vacature input#cv {
	width: 250px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	padding: 2px 3px;
}
div#mailer_ext_vacature div#keuzevakjes input {
	float: none;
	border: none;
}
div#mailer_ext_vacature div#keuzevakjes label {
	float: none;
	display: inline;
}

div#mailer_ext_vacature div#close {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 20;
}
div#mailer_ext_vacature div#close img {
	vertical-align: top;
}

div#test {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

/* Gebruikers login */
div.login {
	font-size: 11px;
	margin: 10px 0;
	width: 158px;
	padding: 10px;
	border: 1px solid #e0e0e0;
}
div.login strong  {}
div.login b {
	display:block;
	position: relative;
	margin-bottom:-34px;
}
div.login p {
	margin: 0;
}
div.login input {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 2px 3px;
	width: 148px;
	font-size: 11px;
}
div.login div.checkbox {
	float: left;
	margin-top: 5px;
}
div.login div.checkbox input {
	margin: 0 2px 0 0;
	border: none;
	padding: 0;
	width: auto;
}
div.login input.versturen {
	margin-top: 5px;
	text-transform: capitalize;
	width: auto;
	padding: 2px;
	cursor: pointer;
	font-size: 11px;
	float: right;
}

/* Reageren en feedback */
/* Contactformulier vacatures */
div#mailer_rel {

	position: relative;
	z-index: 300;

}
div#mailer_ext_reageren {
	width: 490px;
	height: 300px;
	background: #fff;
	padding: 10px;
	position:absolute;
	display: none;
	margin-top:-297px;
	left:245px;
	overflow: hidden;
	z-index:300;
	border-top: 1px solid #e0e0e0;
}
div#mailer_ext_reageren h2, .news h2 {
	margin: 0 0 9px 0;
}
div#mailer_ext_reageren p {
	margin: 5px 0;
}
div#mailer_ext_reageren div.message {
	position:relative;
	margin: 0;
	cursor: pointer;
	float:left;
	z-index: 3;
	background-color:#fff;
}
div#mailer_ext_reageren label {
	display: block;
	float: left;
	width: 200px;
}
div#mailer_ext_reageren input, div#mailer_ext_reageren textarea {
	margin-bottom: 3px;
	border: 1px solid #ccc;
	padding: 2px 3px;
	background: #fff;
	width: 174px;
}
div#mailer_ext_reageren input:focus {
	border: 1px solid #ccc;
}
div#mailer_ext_reageren input.error, div#mailer_ext_reageren textarea.error {
	border: 1px solid red;
}
div#mailer_ext_reageren input.versturen {
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
	font-size: 11px;
}
div#mailer_ext_reageren input#cv {
	width: 250px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	padding: 2px 3px;
}
div#mailer_ext_reageren div#keuzevakjes input {
	float: none;
	border: none;
}
div#mailer_ext_reageren div#keuzevakjes label {
	float: none;
	display: inline;
}

div#mailer_ext_reageren div#close {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 20;
}
div#mailer_ext_reageren div#close img {
	vertical-align: top;
}

div#test {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

/* Google maps */
.google_maps_container {
	width: 100%;
	margin-top: 10px;
	height: 300px;
	margin-right:15px;
	border: 1px solid #666;
}
#google_maps_navigation {
	margin-top: 10px;
}
.google_maps_button {
	height: 21px;
	padding: 0px 3px 2px 3px;
	border: none;
	cursor: pointer;
	margin-left: 5px;
}
.google_maps_search {
	width: 200px;
	line-height: auto;
	padding: 2px 3px;
}

/* Seach page */
div#search_page {}
div#search_page form {
	margin-bottom: 18px;
}
div#search_page input {
	margin-bottom: 3px;
	border: 1px solid #ccc;
	padding: 2px 3px;
	width: 174px;
}
div#search_page input:focus {
	border: 1px solid #ccc;
}
div#search_page input.versturen {
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
	font-size: 11px;
}
div#search_page div.element_even {
	margin: 18px 0;
}
div#search_page p.results {
	text-transform: capitalize;
}
div#search_page p.previous {
	float: left;
	text-transform: capitalize;
}
div#search_page p.next {
	float: right;
	text-transform: capitalize;
}


/* Taal selectie en zoekveld */
div#language_search {
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 115px;
	width: 250px;
}
/*Taal selectie */
div#language {
	color: #fff;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
div#language a:link, div#language a:visited {
	margin-left: 5px;
	text-transform: uppercase;
	color: #fff;
}
div#language a:hover {
	text-decoration: underline;
}

/* Search field */
div#search {
	float: right;
}
div#search input {
	border: 1px solid #fff;
	padding: 1px 3px;
	width: 90px;
	margin: 3px 0 0 0;
	font-size: 11px;
}
div#search input.versturen {
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
	background: none;
	padding: 0;
	border: none;
	color: #fff;
}

/* Product editor --- 08 07 30 Wouter */
div.product {
	margin: 17px 0;
	cursor: pointer;
}
div.product div.thumbnail {
	float: left;
	margin-right: 2px;
	border: 1px solid #e8e8e8;
	background: #666;
}
div.product div.thumbnail img {
	border: 1px solid #fff;
}
div.product div.product_content {
	float: left;
	width: 345px;
	height: 101px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	font-size: 11px;
}
div.product div.product_content h3 {
	font-size: 11px;
	padding: 4px 8px;
	border-bottom: 1px solid #e8e8e8;
	background: #f6f6f6;
	height: 14px;
}
div.product div.product_content div.product_content_inner {
	padding: 4px 8px;
}
div.product div.product_content div.product_content_inner p {
	margin: 0;
}
div.product div.product_content div.product_content_inner ul,
div.product div.product_content div.product_content_inner ol {
	margin: 0;
	padding: 0;
}
div.product div.product_content div.product_content_inner ol {
	margin: 0 28px;
}
div.product div.product_content div.product_content_inner ul li,
div.product div.product_content div.product_content_inner ol li {
	line-height: 16px;
	margin: 2px 0;
}
div.product div.product_content div.product_content_inner ul li a,
div.product div.product_content div.product_content_inner ol li a {
	display: block;
}

/* Curves */
div#curve_download {
	position: relative;
	margin-bottom: 18px;
}
div#curve_download div {}
div#curve_download div p {
	margin: 0;
}
div#curve_download div.image {
	margin-bottom: 10px;
}
div#curve_download div.enlarge {
	float: left;
	width: 50%;
}
div#curve_download div.download {
	float: left;
	width: 50%;
	text-align: right;
}

/* Footsteps and Trendesign */
td#new_footer {
	height: 1px;
	line-height: 18px;
}
td#new_footer div#relativefix {
	position: relative;
}
div#footsteps {
	position: absolute;
	bottom: -37px;
	right: -20px;
	_right: 0px;
	text-align: right;
	background: #f9f9f9;
	z-index: 100;
	width: 1000px;
	padding-top: 10px;
}
div#footsteps p {
	margin: 0;
}
div#footsteps {
	margin: 0;
	color: #b3b3b3;
	font-size: 11px;
}
div#footsteps a{
	color: #b3b3b3;
	text-decoration: none;
}
div#footsteps a:hover{
	color: #888;
}

/* Galerij pagina */
div#gallery_page {}
div#gallery_page div.image, div#gallery_page div.image_hover {
	float: left;
	margin: 0 10px 10px 0;
	background: #e0e0e0;
	padding: 1px;
	width: 105px;
	height: 105px;
}
div#gallery_page div.image_hover {
	background: #ccc;
}
div#gallery_page div.image img {
	border: 1px solid #fff;
	opacity: .80;
	-moz-opacity: .80;
	-khtml-opacity: .80;
	filter: alpha(opacity=80);
}
div#gallery_page div.image_hover img {
	border: 1px solid #fff;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
div#image_gallery_navigation {
	background: #f6f6f6;
	height: 30px;
	position: relative;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	margin-bottom: 10px;
}
div#image_gallery_navigation div#list_pages a {
	color: #404040;
}
div#image_gallery_navigation div#list_pages a:hover {}
div#image_gallery_navigation div#backward, div#image_gallery_navigation div#list_pages, div#image_gallery_navigation div#forward {
	position: absolute;
	left: 0;
	top: 0;
	width: 23%;
	text-align: center;
}
div#image_gallery_navigation div#backward {
	border-right: 1px solid #e0e0e0;
	height: 23px;
	padding-top: 7px;
}
div#image_gallery_navigation div#list_pages {
	left: 25%;
	width: 52%;
	height: 23px;
	padding-top: 7px;
}
div#image_gallery_navigation div#forward {
	left: auto;
	right: 0;
	border-left: 1px solid #e0e0e0;
	height: 23px;
	padding-top: 7px;
}
div#image_gallery_navigation div#backward a, div#image_gallery_navigation div#list_pages a, div#image_gallery_navigation div#forward a {}
div#image_gallery_navigation div#list_pages a {
	margin-left: 5px;
}
div#image_gallery_navigation div#list_pages a.active {
	text-decoration: none;
	font-weight: bold;
}
p#preview_image {
	background: #e0e0e0;
	padding: 1px;
	width: 487px;
}
p#preview_image img { 
	border: 1px solid #fff;
}
p#preview_image_details {}

/* Tabel paragraaf fix */
table.tabel p {
	margin: 0;
}

/* PDF Book */
#pdf_book {
	border-top: 1px solid #e0e0e0;
	width: 958px;
}

/* Lightwindow */
div#lightwindowPrevious {
	background:url(lightwindow/images/prevlabel.gif) no-repeat;
	background-position:0% 50%;
}
div#lightwindowNext {
	background:url(lightwindow/images/nextlabel.gif) no-repeat;
	background-position:100% 50%;
}
a#lightwindowTitlebarClose {
	color: #fff;
	font-weight: normal;
}

/* Lightwindow gallery */
.lightwindow-gallery {
	margin: 20px 0;
}
.lightwindow-gallery a {
	float: left;
	width: 103px;
	height: 102px;
	margin: 0 15px 15px 0;
	border: 1px solid #ddd;
	background-position: center center;
	background-repeat: no-repeat;
}
.lightwindow-gallery a:hover {
	border-color: #aaa;	
}
.lightwindow-gallery img {
	display: none;	
}
.lightwindow-gallery .clear {
	clear: both;	
}

.modal {
	background-color:#fff;
	display:none;
	margin: 0 auto;
	padding:15px;
	text-align:left;
	z-index: 800;
	width: 600px;
	height: 450px;
	border:2px solid #333;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
#popup-button {
	background: #1896E7;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	margin-top: 20px;
	display: block;
	width: 600px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.modal h2 {
	background:url(/img/global/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}

#banner-image-right {
	width: 180px;
	background: red;
}
