/* stylesheet */
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #000;
	text-align: left;
}
form {
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}
a{
	color: #000;
	outline: none;
}
h1 {
	font-size: 13px;
	margin: 0;
}
h2 {
	font-size: 11px;
	margin: 0;
}
h1 a, h2 a {
	text-decoration: none;
}
p {
	margin: 0 0 1.6em 0;
}
br.clr {
	overflow: hidden;
	clear: both;
	border: 1px solid;
}
.err {
	color: red;
}
#main td input.ferr, #main div input.ferr, #main div textarea.ferr {
	border: 1px solid red;
}
ul {
	margin: 0 0 0 15px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}

/* Layout */
#content{
	margin: 0;
	padding: 0;
	width: 793px;
	margin: 0px auto;
}
#top{
	width: 785px;
	height: 84px;
	margin-left: 4px;
}
#top #logo{
	float: left;
}
#wrapper {
	margin: 10px 0 0 4px;
	width: 785px;
	float: left;
}
.red {
	color: red;
}
.selected_page {
	font-weight: bold;
}
#banner {
	float: left;
	margin: 1.6em 0 0 0;
}

/* top menu */
#main{
	float: left;
	width: 380px;
	margin: 0 10px 0 0;
}
#menu{
	clear: right;
	float: right;
	height: 49px;
	width: 580px;
	overflow: hidden;
	margin: 0;
	text-align: right;
}
#menu #ltr {
	float: right;
}
#menu a{
	float: left;
	text-decoration: none;
	font-size: 14px;
	padding: 0 8px;
	line-height: 47px;
	height: 49px;
	white-space: nowrap;
}
#menu a:hover, #menu a.selected{
	background: url('/images/menu/bg.png') center left repeat-x;
}
#menu .seperator{
	margin: 7px 0 0 0;
	float: left;
}
#menu a.webshop {
	background: url('/images/menu/bg_webshop.png') center left repeat-x;
	color: #fff;
}
#menu a.webshop:hover {
	color: red;
	background: #fff;
}
.date {
	color: #888888;
}
#main img {
	margin: 5px 10px 0 0;
}

/* large menu items, ie 'voor thuis', 'op het werk', 'in de horeca' */
#largeMenu{
	width: 793px;
	height: 188px;
	margin-top: 10px;
}
.largeMenuItem{
	float: left;
	width: 145px;
	height: 180px;
	padding: 4px;
	margin: 0 7px 0 0;
	background: url('/images/menu/bg_largeMenu.png') top left no-repeat;
}
.largeMenuItem.last{
	margin: 0;
}
.largeMenuItem img{
	float: left;
	position: relative;
}
.largeMenuItem .txt{
	float: left;
	margin: -180px 0 0 0;
}
#largeMenu .btn{
	float: left;
}

/* Submenu & sub submenu */
#subMenu{
	width: 785px;
	height: 31px;
	background-color: #e5e5e5;
	margin-left: 4px;
}
#subMenu a{
	line-height: 14px;
	float: left;
	margin: 8px 0 0 3px;
	padding: 0 8px 0 3px;
	text-decoration: none;
	border-right: 1px solid #000;
}
#subMenu a.last{
	border: none;
}
#subMenu a.selected{
	font-weight: bold;
}
#subMenu .doelgroep {
	float: right;
	margin: 6px 10px 0 0;
	display: none;
}

#left{
	float: left;
	width: 145px;
	margin: 47px 16px 0 0;
}
#left a{
	line-height: 24px;
	text-decoration: none;
}
#left a:hover, #left a.selected{
	font-weight: bold;
}

/* big visual */
#bigVis, #promo{
	width: 785px;
	height: 319px;
	margin-left: 4px;
	overflow: hidden;
}
#promo{
	margin: 0px;
	position: relative;
}
#promo #promo_img{
	position: absolute;
	left: 0;
	top 0;
	width: 480px;
	height: 319px;
	z-index: 1;
}
#promo #promo_img .img_promo{
	position: absolute;
	top: 0;
	left: 0;
}
#promo #promo_buttons{
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
	height: 319px;
	z-index: 2;
}
#promo #promo_buttons .promo_button{
	vertical-align: middle;
	height: 107px;
	width: 320px;
	font-size: 16px;
	color: #999;
	background: transparent url('/images/btn_promo.png') no-repeat top left;
}
#promo #promo_buttons .promo_button.filler{
	background: none;
	background-color: #fff;
}
#promo #promo_buttons .promo_button.active{
	color: #000;
	background: transparent url('/images/btn_promo_act.png') no-repeat top left;
}
#promo #promo_buttons a{
	text-decoration: none;
	margin-left: 40px;
	display: block;
}
#promo #promo_buttons .promo_button a{
	color: #999;
}
#promo #promo_buttons .promo_button.active a{
	color: #000;
}
.promo_button td{
	width: 260px;
	height: 107px;
}
/* content */
#artImg, #map{
	float: right;
	width: 218px;
	height: 340px;
	padding: 4px;
	background: url('/images/bg_content_img.png') top left no-repeat;
	overflow: hidden;
	margin: 0 -4px 10px 0;
}
#map {
	padding: 0;
	background: none;
	margin: 0 0px 10px 0;
}
#map_info {
	float: right;
	width: 218px;
}
#googleform #fromaddress{
	width: 214px;
}

/* bread crumb */
#main #crumbs{
/*	margin-top: 10px;*/
	width: 100%;
	height: 50px;
}
#crumbs{
	float: left;
}
#crumbs, #crumbs a{
	font-size: 10px;
	color: #888888;
	text-decoration: none;	
}
#crumbs a:hover{
	text-decoration: underline;
}

/* large 'banners/buttons' on home */
#buttons a{
	height: 55px;
	padding: 0;
	margin: 0;
	float: left;
	margin: 0 0 7px 0;
}

/* form */
input[type=text] {
	border: 1px solid #7f7f7f;
	width: 380px;
	height: 1.6em;
	padding: 2px 3px 0 3px;
}
textarea {
	border: 1px solid #7f7f7f;
	width: 380px;
	height: 60px;
}

/* lang */
#lang{
	float: right;
	border: 1px solid #c5c5c5;
	width: 190px;
	height: 19px;
	margin: 2px 0 5px 0;
	cursor: pointer;
	filter:alpha(opacity=30); opacity: 0.3; -moz-opacity: 0.3; 
}
#lang:hover {
	filter:alpha(opacity=100); opacity: 1; -moz-opacity: 1; 
}
#lang img {
	float: left;
	margin: 3px 10px 3px 3px;
}
#lang span, #lang a {
	display: block;
	width: 190px;
	height: 19x;
	line-height: 19px;
	text-decoration: none;
}
#lang span {
	background: url('/images/ico_next_7x7.gif') 97% 49% no-repeat;
}
#lang li:hover {
	background-color: #eeeeee;
}
#lang li {
	border-bottom: 1px solid #c5c5c5;
}
#lang ul {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style-type: none;
	display: none;
	position: relative;
	background-color: #fff;
	border: 1px solid #c5c5c5;
	border-bottom: none;
	width: 190px;
}

/* footer */
#footer{
	float: left;
	clear: both;
	width: 785px;
	margin: 0 0 0 4px;
	font-size: 10px;
	padding-bottom: 20px;
}
#footer #lang a{
	float: left;
	color: #888888;
	text-decoration: none;
	margin: 0 10px 0 0;
}
#footer #lang a.last{
	margin: 0;
}
#footer #lang a.selected{
	text-decoration: underline;
}

/* misc */
a.btn_next, #left a.btn_next {
	padding-right: 10px;
	background: #FFF url('/images/ico_next_7x7.gif') no-repeat center right;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	color: red;
}
a.btn_prev, #left a.btn_prev {
	padding-left: 10px;
	background: #FFF url('/images/ico_prev_7x7.gif') no-repeat center left;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	color: red;
}
#left a.btn_prev, #left a.btn_next, #left a.btn_prev:hover, #left a.btn_next:hover {
	font-weight: normal;
	line-height: 1.6em;
}
#fpNews{
	width: 299px;
	float: left;
	margin: 14px 0 0 10px;
}
#fpNews h1{
	color: #e50202;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px solid #e50202;
	padding-bottom: 4px;
}
#fpNews ul{
	list-style-image:url("/images/ico_next_7x7.gif");
	list-style-type:square;
}
#fpNews ul li{
	margin: 4px 0 4px 0;
}
#fpNews a{
	text-decoration: none;
}
/* print */
@media print {
	#left, #footer, #top #menu, #crumbs, #subMenu, .btn_next, .btn_prev{display: none;}
}