/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font: 12px/20px Arial;
	color: #686868;
	background: #fff url(images/html_bg.jpg) repeat-x top left;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
input, textarea {
	font: 12px/20px Arial;
	color: #686868;
}
a {
	font: 12px/20px Arial;
	color: #4071b4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
p, h1, h2, h3 {
	margin: 0;
}
p {
	margin: 0 0 20px 0;
}
h1 {
	font: 19px/27px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 20px 0;
}
h2 {
	font: 15px/20px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 10px 0;
}
h3 {
	font: 13px/17px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 5px 0;
}
form  {
	padding: 0;
	margin: 0;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 952px;
	min-height: 100%;
}
div#top {
	width: 952px;
	height: 104px;
	background: #fff;
}
div#logo {
	width: 266px;
	height: 104px;
	float: left;
	background: #fff;
}
div#shortcuts {
	width: 436px;
	height: 89px;
	float: left;
	background: #fff;
	text-align: right;
	padding: 15px 20px 0 0;
}
div#search {
	width: 230px;
	height: 89px;
	float: left;
	background: #fff;
	padding: 15px 0 0 0;
}
div#menu {
	width: 952px;
	height: 34px;
}
div#header {
	width: 952px;
	height: 233px;
	background: #efefef;
}
div#bannerContainer {
	width: 952px;
	height: 233px;
	margin: 0;
	position: relative;
	z-index: 2;
}
div.imageFrame {
    display: none;
	width: 952px;	
	height: 233px;
    position: absolute;
    top: 0;
    left: 0;
}
div#body {
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
	background: #fff url(images/body_bg.jpg) no-repeat top left;
}
div#trace {
	width: 912px;
	height: 30px;
	font: 11px/30px Arial;
	color: #b4b4b4;
	overflow: hidden;
	padding: 0 20px;
}
div#trace a {
	font: 11px/30px Arial;
	color: #b4b4b4;
	text-decoration: none;
}
div#trace a:hover {
	text-decoration: underline;
}
div#left {
	width: 547px;
	height: auto;
	float: left;
	padding: 15px 20px 0 20px;
}
div#right {
	width: 349px;
	height: auto;
	float: left;
	padding: 15px 16px 0 0;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #fff url(images/footer_bg.jpg) no-repeat top left;
}
div#menu_shortcuts {
	width: 742px;
	height: 30px;
	float: left;
	padding: 30px 0 0 10px;
	overflow: hidden;
}
div#credits {
	width: 180px; 
	height: 30px;
	float: left;
	font: 11px/30px Arial;
	color: #b4b4b4;
	padding: 30px 20px 0 0;
	text-align: right;
}
div.clear_float {
	clear: both;
}

/* Snelkoppelingen */

div#shortcuts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#shortcuts ul li {
	float: right;
}
div#shortcuts ul li a {
	font: 11px/11px Arial;
	color: #b4b4b4;
	text-decoration: none;
	margin: 0 15px;
}
div#shortcuts ul li a:hover {
	text-decoration: underline;
}

/* Zoekveld */

div#search input#text {
	width: 200px;
	border: 1px solid #b4b4b4;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	color: #b4b4b4;
	margin: 0 3px 0 0;
	padding: 2px 0 3px 4px;
}div#search input#text {
	width: 200px;
	border: 1px solid #b4b4b4;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	color: #b4b4b4;
	margin: 0 3px 0 0;
	padding: 2px 0 3px 4px;
}

/* Hoofdnavigatie */

div#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 3;
}
div#menu ul li {
	float: left;
	position: relative;
	z-index: 3;
}
div#menu ul li a {
	font: 11px/34px Tahoma;
	color: #5887c7;
	text-decoration: none;
	padding: 0 26px;
	display: block;
	font-weight: bold;
	background: 15px 15px url(images/menu_bg.jpg) no-repeat;
}
div#menu ul li a:hover, div#menu ul li a.active {
	background: 15px 15px url(images/menu_bg_hover.jpg) no-repeat;
	color: #3f68a1;
}
div#menu ul ul {
	position: absolute;
	top: 34px;
	left: 0;
	width: 230px;
	background: #fff;
	display: none;
}
div#menu ul ul li {
	width: 228px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
div#menu ul ul li a {
	font: 11px/20px Tahoma;
	color: #5887c7;
	text-decoration: none;
	padding: 7px 26px;
	display: block;
	font-weight: bold;
	background: 15px 15px url(images/menu_bg.jpg) no-repeat;
}
div#menu ul ul li a:hover, div#menu ul ul li a.active {
	background: 15px 15px url(images/menu_bg_hover.jpg) no-repeat;
	color: #3f68a1;
}

/* Laatste nieuws */

div.news_view {
	width: 309px;
	height: auto;
	background: #4574b6 url(images/news_bg.jpg) no-repeat top left;
	font: 12px/20px Arial;
	color: #fff;
	float: left;
	padding: 15px 20px 15px 20px;
	margin: 0;
}
div.news_view h2 a {
	font: 16px/16px "Lucida Sans Unicode";
	color: #fff;
	margin: 0 0 15px 0;
	text-decoration: none;
}
div.news_view h2 a:hover {
	color: #cbdbf0;
}
div.news_view p {
	margin: 0;
}
div.news_view div.date {
	width: 159px;
	height: auto;
	float: left;
	font: 11px/11px Arial;
	color: #a1bee6;
	padding: 15px 0 0 0;
}
div.news_view div.read_more {
	width: 150px;
	height: auto;
	float: left;
	text-align: right;
	padding: 15px 0 0 0;
}
div.news_view div.read_more a {
	font: 11px/11px Arial;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: 0px 1px url(images/read_more_bg.jpg) no-repeat;
	padding: 0 0 0 20px;
}
div.news_view div.read_more a:hover {
	text-decoration: underline;
}
div.all_news {
	width: 329px;
	height: 25px;
	background: #638bc2;
	float: left;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
}
div.all_news a {
	font: 11px/25px Arial;
	color: #fff;
	font-weight: bold;
}

/* Meer laatste nieuws */

div.news_view_more{
	width: 307px;
	height: auto;
	background: #eee;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 15px 20px 15px 20px;
	margin: 0 0 20px 0;
}
div.news_view_more ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.news_view_more ul li {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
}
div.news_view_more ul li h3 a {
	font: 11px/20px Arial;
	color: #6a84a6;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: 0px 5px url(images/more_news_bg.jpg) no-repeat;
	margin: 0;
}
div.news_view_more ul li h3 a:hover {
	color: #30496a;
}

/* Referentie */

div#referentie {
	width: 307px;
	height: auto;
	background: #eee;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 15px 20px 15px 20px;
	margin: 0 0 20px 0;
}
div#referentie h2 {
	font: 16px/16px "Lucida Sans Unicode";
	color: #4885ca;
	margin: 0 0 15px 0;
}
div#referentie div.referentie_tekst {
	width: 307px;
	height: auto;
	margin: 0;
	float: left;
}
div#referentie div.referentie_image {
	width: 80px;
	height: 45px;
	border: 3px solid #e4e3e3;
	padding: 10px;
	float: left;
	background: #fff;
	text-align: center;
}
div#referentie div.referentie_image img {
	opacity: .30; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=30); /* IE lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
	-khtml-opacity: .30; /* Safari 1.x */
	-moz-opacity: .30; /* FF lt 1.5, Netscape */
}
div#referentie div.text {
	width: 186px;
	height: auto;
	float: left;
	padding: 3px 0 0 12px;
	font: 11px/20px Georgia;
	color: #9d9d9d;
	font-style: italic;
	margin: 0;
}
div#referentie div.read_more {
	width: 307px;
	height: auto;
	text-align: right;
	float: left;
	padding: 15px 0 0 0;
	margin: 0;
}
div#referentie div.read_more a {
	font: 11px/11px Arial;
	color: #4d73a6;
	font-weight: bold;
	text-decoration: none;
	background: 0px 1px url(images/read_more.jpg) no-repeat;
	padding: 0 0 0 20px;
}

/* Menu shortcuts */

div#menu_shortcuts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#menu_shortcuts ul li {
	float: left;
}
div#menu_shortcuts ul li a {
	font: 11px/30px Arial;
	color: #b4b4b4;
	text-decoration: none;
	margin: 0 10px;
}
div#menu_shortcuts ul li a:hover {
	text-decoration: underline;
}

/* Credits */

div#credits a {
	font: 11px/30px Arial;
	color: #b4b4b4;
	text-decoration: none;
}
div#credits a:hover {
	text-decoration: underline;
}

/* Assortiment */

div#assortiment_view {
	width: 547px;
	height: auto;
	float: left;
	margin: 15px 0 0 0;
}
div.assortiment_product {
	width: 240px;
	height: 250px;
	padding: 5px;
	border: 1px solid #dcdcdc;
	float: left;
	background: #fafafa;
	margin: 0 14px 17px 0;
	overflow: hidden;
}
div.assortiment_product h2 a {
	font: 15px/20px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 10px 0;
	text-decoration: none;
}
div.assortiment_product h2 a:hover {
	color: #31598d;
}
div.assortiment_image {
	width: 240px;
	height: 100px;
	float: left;
}
div.assortiment_text {
	width: 220px;
	height: auto;
	float: left;
	padding: 10px;
}
div.assortiment_text a.assortiment {
	text-decoration: none;
	background: 0px 1px url(images/read_more_bg.jpg) no-repeat;
	padding: 0 0 0 20px;
}
div.assortiment_text a.assortiment:hover {
	text-decoration: underline;
}

/* Productpagina */

div#product {
	width: 916px;
	height: auto;
	padding: 15px 16px 2px 20px;
	float: left;
}
div.product_view {
	width: 270px;
	height: 270px;
	padding: 5px;
	border: 1px solid #dcdcdc;
	float: left;
	background: #fafafa;
	margin: 0 15px 15px 0;
	overflow: hidden;
}
div.product_view h2 a {
	font: 15px/20px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 10px 0;
	text-decoration: none;
}
div.product_view h2 a:hover {
	color: #31598d;
}
div.product_image {
	width: 270px;
	height: 120px;
	float: left;
}
div.product_text {
	width: 250px;
	height: auto;
	float: left;
	padding: 10px;
}
div.product_text a.product {
	text-decoration: none;
	background: 0px 1px url(images/read_more_bg.jpg) no-repeat;
	padding: 0 0 0 20px;
}
div.product_text a.product:hover {
	text-decoration: underline;
}

div#product_left {
	width: 547px;
	height: auto;
	float: left;
	padding: 0 20px 0 0;
}
div#product_right {
	width: 349px;
	height: auto;
	float: left;
	padding: 0;
}
div#product_image_galerie {
	width: 307px;
	height: auto;
	float: left;
	padding: 20px;
	background: #eee;
	border: 1px solid #e7e7e7;
	margin: 0 0 20px 0;
}
div.product_image_galerie_img {
	width: 140px;
	height: 90px;
	float: left;
	background: #fff;
	margin: 0 10px 10px 0;
}
div.product_image_galerie_img img {
	padding: 4px;
	border: 3px solid #e4e3e3;
}

div#product_download {
	width: 309px;
	height: auto;
	font: 12px/20px Arial;
	color: #fff;
	float: right;
	padding: 5px 20px 5px 20px;
	margin: 0 0 10px 0;
}
div#product_download h2 {
	font: 16px/16px "Lucida Sans Unicode";
	color: #fff;
	margin: 0 0 15px 0;
}
div#product_download a.download {
	font: 12px/12px Arial;
	color: ##686868;
	text-decoration: none;
}
div#product_download a.download:hover {
	color: #31598d;
}

/* Nieuwspagina */

div.news_high {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 15px 0;
}
div.news_high h2 a {
	font: 15px/20px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 10px 0;
	text-decoration: none;
}
div.news_high div.date, div#news_message div.date {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	font: 11px/11px Arial;
	color: #999;
}
div.news_high p.desc {
	margin: 0 0 0 0;
}
div#more_news {
	width: 100%;
	height: auto;
	float: left;
}
div#more_news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#more_news ul li {
	float: left;
	margin: 0 0 3px 0;
	width: 100%;
}
div#more_news ul li h3 a {
	font: 12px/18px Arial;
	color: #4071b4;
	text-decoration: none;
	background: 0px 7px url(images/news_ul_bg.jpg) no-repeat;
	padding: 0 0 0 14px;
	display: block;
}
div#more_news ul li h3 a:hover {
	text-decoration: underline;
}

/* Voorpagina blokken */

div.blok_div_links, div.blok_div_rechts {
	width: 259px;
	height: 212px;
	padding: 0;
	border: 1px solid #dcdcdc;
	float: left;
	background: #fafafa;
	overflow: hidden;
}
div.blok_div_links {
	margin: 0 25px 17px 0;
}
div.blok_div_rechts {
	margin: 0 0 17px 0;
}
div.blok_div_links h2 a, div.blok_div_rechts h2 a {
	width: 242px;
	height: 32px;
	background: url(images/contact_bg.jpg) repeat-x top left;
	font: 13px/32px "Lucida Sans Unicode";
	color: #fff;
	padding: 0 0 0 17px;
	margin: 0 0 5px 0;
	text-decoration: none;
	display: block;
}
div.blok_div_links h2 a:hover, div.blok_div_rechts h2 a:hover {
	background: #3e70a5 url(images/contact_bg_hover.jpg) repeat-x top left;
	text-decoration: none;
}
div.blok_div_links p, div.blok_div_rechts p {
	width: 225px;
	margin: 0 0 10px 0;
	padding: 0 17px;
}

/* Sitemap */

div#sitemap {
	width: 100%;
	height: auto;
	float: left;
}
div#sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#sitemap ul li h2 a {
	font: 15px/20px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 5px 0;
	text-decoration: none;
}
div#sitemap ul li h2 a:hover {
	color: #31598d;
}
div#sitemap ul ul {
	margin: 0 0 15px 15px;
}
div#sitemap ul ul li {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
div#sitemap ul ul li h3 a {
	font: 12px/18px Arial;
	color: #4071b4;
	text-decoration: none;
	background: 0px 5px url(images/news_ul_bg.jpg) no-repeat;
	padding: 0 0 0 14px;
}
div#sitemap ul ul li h3 a:hover {
	text-decoration: underline;
}

/* Tell a friend */

div#error_message {
	width: 327px;
	height: auto;
	float: left;
	padding: 10px 0 10px 20px;
	background: #eee;
	border: 1px solid #e7e7e7;
	color: red;
}
div#tellafriend {
	width: 349px;
	height: auto;
	float: right;
}
div#tellafriend a.tell_a {
	padding: 0 0 0 15px;
	font: 12px/12px Arial;
	text-decoration: none;
}
div#tellafriend a.tell_a:hover {
	color: #31598d;
}
div#tellafriend a.tell_a img {
	margin: 0 7px 0 0;
}
div#form {
	width: 327px;
	height: auto;
	float: left;
	padding: 5px 0 15px 20px;
	background: #eee;
	border: 1px solid #e7e7e7;
}
div#form input.text {
	width: 240px;
	border: 1px solid #cacaca;
	height: 25px;
}
div#form textarea {
	width: 240px;
	height: 70px;
	border: 1px solid #cacaca;
	margin: 0 0 10px 0;
}
div#form input.submit {
	width: 100px;
	height: 23px;
	text-align: center;
	font: 12px/18px Arial;
	color: #fff;
	background: #3162a4;
	border: 1px solid #2a4c7a;
	cursor: pointer;
}

/* Contactformulier */
div.mailer_ext {}
div.mailer_ext .error {
	border: 1px solid red;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 150px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	width: 240px;
	border: 1px solid #cacaca;
	padding: 6px 4px;
	line-height: normal;
}
div.mailer_ext textarea {
	width: 240px;
	height: 70px;
	border: 1px solid #cacaca;
	margin: 0 0 10px 0;
	padding: 6px 4px;
	line-height: normal;
	vertical-align: top;
}
div.mailer_ext input.versturen {
	width: 100px;
	text-align: center;
	line-height: normal;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	background: #3162a4;
	border: 1px solid #2a4c7a;
	cursor: pointer;
	padding: 5px 0;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: none;
	background: #fff;
	padding: 25px;
	font: 12px/22px Arial, sans-serif;
	color: #646464;
}
body#mailer_ext_page_body a {
	color: #7e99b2;
	border-bottom: 1px dotted #7e99b2;
	text-decoration: none;
}
body#mailer_ext_page_body a:hover {
	color: #4e6b84;
	border-bottom: 1px dotted #4e6b84;
}
body#mailer_ext_page_body h1 {
	display: block;
	font: 20px "Lucida Sans Unicode", sans-serif;
	color: #4e6b84;
	margin: 0 0 22px 0;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 22px 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 td {
	padding: 15px 20px;
}

/* Navigatie */
table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {
	color: #4e6b84;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
}
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;
	white-space: nowrap;
	background: #fff;
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
	color: #fff;
	padding: 5px;
	background: url(modules/mailer_ext/images/mailerpage_heading.gif) repeat-x;
	border-left: 1px solid #fff;
}
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 td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 22px 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 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;
}

/* Lightwindow sluiten */

div#lightwindowWindow div#lightwindowTitlebar a#lightwindowTitlebarClose {
	color: #fff;
	font-weight: bold;
}

/* Framecontroller */

div#frame_controller {
	width: 546px;
	height: 130px;
	float: left;
	margin: 0 0 20px 0;
}
div#frame_controller div#frame_navigation {
	height: 32px;
	overflow: hidden;
}
div#frame_controller div#frame_navigation h2 {
	float: left;
	margin: 0;
	background: #467fbb url(images/contact_bg.jpg) repeat-x top left;
}
div#frame_controller div#frame_navigation h2 a {
	font: 13px/32px "Lucida Sans Unicode";
	color: #fff;
	text-decoration: none;
	width: 163px;
	height: 32px;
	padding: 0 0 0 17px;
	display: block;
	float: left;
}
div#frame_controller div#frame_navigation h2 a:hover, div#frame_controller div#frame_navigation h2 a.active  {
	background: #3e70a5 url(images/contact_bg_hover.jpg) repeat-x top left;
}
div#frame_controller div#frame_navigation h2 span.border {
	background: #467fbb url(images/contact_li_bg.jpg) no-repeat top left;
	width: 2px;
	height: 32px;
	display: block;
	float: left;
}
div#frame_controller div#frameContainer div.element {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 512px;
	height: 86px;
	overflow: hidden;
	padding: 12px 17px 0 17px;
	background: #eee;
}
div#frame_controller div#frameContainer div.element p {
	margin: 0 0 10px 0;
	color: #505050;
}
div#frame_controller div#frameContainer div.element a {
	font: 11px/20px Arial;
	color: #4d73a6;
	text-decoration: none;
	float: right;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: 0px 3px url(images/contact_a_bg.jpg) no-repeat;
}
div#frame_controller div#frameContainer div.element a:hover {
	text-decoration: underline;
}
div#frame_controller div#frameContainer div.element h1 {
	display: none;
}
div#frame_controller div#frameContainer {
	background: #eee;
	height: 97px;
	width: 544px;
	position: relative;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	float: left;
}

/* Zoekpagina */

input#z_text {
	width: 200px;
	border: 1px solid #b4b4b4;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	color: #b4b4b4;
	margin: 0;
	padding: 2px 0 3px 4px;
}
div#z_results {
	width: 100%;
	height: 40px;
	font: 16px/40px "Lucida Sans Unicode";
	color: #3675cb;
	float: left;
}
di.#z_nav {
	width: 100%;
	height: 30px;
}
div.element_even {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
}
div.element_even h2 a {
	font: 14px/16px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 5px 0;
	text-decoration: none;
}
div.element_even h2 a:hover {
	color: #31598d;
}
div.z_nav_l, div.z_nav_r {
	width: 50px;
	height: 30px;
	float: left;
}
div.z_nav_m {
	width: 447px;
	height: 30px;
	float: left;
	text-align: center;
}

/* Referentiepagina */

div#ref_high, div#ref_day {
	width: 547px;
	height: auto;
	float: left;
	overflow: hidden;
}
div.referentie_high {
	width: 210px;
	height: 220px;
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #dcdcdc;
	background: #fafafa;
	padding: 12px 20px 12px 20px;
	overflow: hidden;
}
div.referentie_high h2 a, div.referentie_day h2 a {
	font: 15px/20px "Lucida Sans Unicode";
	color: #3675cb;
	margin: 0 0 10px 0;
}
div.referentie_high h2 a:hover, div.referentie_day h2 a:hover {
	text-decoration: none;
	color: #31598d;
}
div.referentie_high p {
	text-align: center;
	font: 11px/20px Georgia;
	color: #9d9d9d;
	font-style: italic;
}
div.referentie_img {
	width: 184px;
	height: 76px;
	padding: 10px;
	background: #fff;
	border: 3px solid #e4e3e3;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-align: center;
}
div.referentie_day {
	width: 121px;
	height: 230px;
	float: left;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	margin: 0 15px 15px 0;
	padding: 12px 20px 12px 20px;
	overflow: hidden;
}
div.referentie_day p {
	text-align: center;
	font: 11px/20px Georgia;
	color: #9d9d9d;
	font-style: italic;
}
div.referentie_img_day {
	width: 95px;
	height: 50px;
	padding: 10px;
	background: #fff;
	border: 3px solid #e4e3e3;
	overflow: hidden;
	margin: 0 0 10px 0;
	text-align: center;
}
div#ref_top {
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 15px 0;
}
div#ref_talk {
	font: 11px/20px Georgia;
	color: #9d9d9d;
	font-style: italic;
	background: #eee;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 15px 20px 15px 20px;
	width: 270px;
	height: 69px;
}
div.referentie_mes_img {
	width: 184px;
	height: 76px;
	padding: 10px;
	background: #fff;
	border: 3px solid #e4e3e3;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
}

/* Producten blok */

div#products {
	width: 347px;
	height: auto;
	margin: 0 0 20px 0;
	float: left;
}
div.product_blok {
	width: 307px;
	background: #eee;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 15px 20px 15px 20px;
	margin: 0;
}
div.product_blok h2 a {
	font: 15px/20px "Lucida Sans Unicode";
	color: #3675cb;
	margin-bottom: 10px;
	text-decoration: none;
}
div.product_blok h2 a:hover {
	color: #31598d;
}
div.product_blok_tekst {
	width: 307px;
	height: auto;
	float: left;
	color: #505050;
}
div.product_blok_image {
	width: 100px;
	height: 70px;
	border: 3px solid #e4e3e3;
	float: left;
	background: #fff;
}
div.product_blok_image img {
	border: 2px solid #fff;
	width: 96px;
	height: 66px;
}
div.product_blok_desc {
	width: 186px;
	height: auto;
	padding: 7px 0 0 15px;
	float: left;
}
div.product_blok_desc p.desc {
	margin: 0;
}
div.product_blok div.read_more {
	width: 307px;
	height: auto;
	text-align: right;
	float: left;
	padding: 15px 0 0 0;
	margin: 0;
}
div.product_blok div.read_more a {
	font: 11px/11px Arial;
	color: #4d73a6;
	font-weight: bold;
	text-decoration: none;
	background: 0px 1px url(images/read_more.jpg) no-repeat;
	padding: 0 0 0 20px;
}
div.products div#products_elements div.product_blok {
	display: none;
}
div.tabs-navigation {
	width: 347px;
	height: 21px;
	background: #f3f3f3;
	float: left;
	text-align: right;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 347px;
	height: 21px;
	background: #f3f3f3;
	float: left;
	text-align: right;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
div.tabs-navigation-element {
	float: left;
	width: 21px;
	height: 21px;
	text-align: center;
	margin: 0 0 0 1px;
	background: #638bc2;
}
div.tabs-navigation-element.active {
	background: #eee;
}
div.tabs-navigation-element a {
	font: 11px/21px Arial;
	color: #fff;
	font-weight: bold;
	width: 21px;
	height: 21px;
	display: block;
	text-decoration: none;
}
div.tabs-navigation-element.active a, div.tabs-navigation-element a:hover {
	background: #eee;
	color: #638bc2;
}
div.tabs-navigation-element a:hover {
	text-decoration: none;
}

/* Grijs blok */

div.grijs_blok {
	width: 307px;
	height: auto;
	background: #eee;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 15px 20px 0 20px;
	margin: 0 0 20px 0;
	color: #505050;
}
