@charset "UTF-8";
/* CSS Document */

/*
---------------------------------------------
RESET
---------------------------------------------
*/

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	text-align: left;
}
/*
---------------------------------------------
FONTS
---------------------------------------------
*/
@font-face {
	font-family: 'AllerLightRegular';
	src: url('fonts/aller_lt-webfont.eot');
	src: url('fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_lt-webfont.woff') format('woff'), url('fonts/aller_lt-webfont.ttf') format('truetype'), url('fonts/aller_lt-webfont.svg#AllerLightRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AftasansItalic';
	src: url('fonts/AftaSansThin-Italic-webfont.eot');
	src: url('fonts/AftaSansThin-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/AftaSansThin-Italic-webfont.woff') format('woff'), url('fonts/AftaSansThin-Italic-webfont.ttf') format('truetype'), url('fonts/AftaSansThin-Italic-webfont.svg#AftasansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AftasansRegular';
	src: url('fonts/AftaSansThin-Regular-webfont.eot');
	src: url('fonts/AftaSansThin-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/AftaSansThin-Regular-webfont.woff') format('woff'), url('fonts/AftaSansThin-Regular-webfont.ttf') format('truetype'), url('fonts/AftaSansThin-Regular-webfont.svg#AftasansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SnellRoundhandLTStdScrRegular';
	src: url('fonts/snellroundhandltstd-scr-webfont.eot');
	src: url('fonts/snellroundhandltstd-scr-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/snellroundhandltstd-scr-webfont.woff') format('woff'), url('fonts/snellroundhandltstd-scr-webfont.ttf') format('truetype'), url('fonts/snellroundhandltstd-scr-webfont.svg#SnellRoundhandLTStdScrRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BodoniStdBookRegular';
	src: url('fonts/bodonistd-book-webfont.eot');
	src: url('fonts/bodonistd-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bodonistd-book-webfont.woff') format('woff'), url('fonts/bodonistd-book-webfont.ttf') format('truetype'), url('fonts/bodonistd-book-webfont.svg#BodoniStdBookRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
---------------------------------------------
DEFAULT
---------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background-color:#fcf5e9;
}
fieldset, img {
	border:none
}
ul {
	list-style:none
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display:block
}
.clear, form br {
	display: block;
	clear: both;
	float: none;
	line-height: 0px;
	font-size: 0px;
}


a {
	font-family: 'AftasansRegular';
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
	cursor:pointer;
}
a:focus {
	outline: none;
}


a strong {
   cursor: pointer; 
}

a:hover {
	color: #a79966;
	text-decoration: none;
}
p {
	/*font-family: 'BodoniStdBookRegular';font-family: georgia,palatino;*/
	font-family: 'AftasansItalic';
	font-size:14px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #A79966;
}
h1 {
	font-family: "AftasansRegular";
	font-size:28px;
	line-height:32px;
	color:#0c4622;
	margin: 0;
	padding:0;
}
h2 {
	padding-top:7px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:20px;
	color:#a79966;
}
h3 {
	color:#a79966;
	font-family: 'BodoniStdBookRegular';
	font-size:25px;
}
h4 {
	font-family: 'SnellRoundhandLTStdScrRegular';
	color:#fff;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 20px;
}
h5 {
	font-family: 'BodoniStdBookRegular';
	font-size:12px;
	color:#a79966;
}
h6 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#fff
}
strong {
	font-weight: bold
}
/*
------------------------------------
LAYOUT
------------------------------------
*/

#wrap {
	min-height: 100%;
} /*originally called wrap */
#langwrap {
	background: #0c4622 url(images/dob-motief.png);
	min-height: 100%;
} /*originally called wrap */
#main {
	/* overflow:auto; */ /* ffox fix */
	overflow-x: hidden;  /* ffox fix */
	overflow-y: auto;    /* ffox fix */
	padding-bottom: 100px;
}  /* must be same height as the footer */
footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/* IE8 hack to get it to apply margin auto centering to element inside this one */
#wrap {
	width:100%
}
#langwrap {
	background: #0c4622 url(images/dob-motief.png);
	width:100%
}

#header-wrap {
	margin:0 auto;
	height: 190px;
	background-image: url(images/dob-lijn-boven.png);
	background-position: bottom;
	background-repeat:no-repeat;
}

#main {
	margin:0 auto;
	clear:both;
}
#langmain {
	background: #0c4622 url(images/dob-motief.png);
	margin:0 auto;
	clear:both;
}


#s {
	font-size:14px;
	font-family: 'AftasansItalic';
	color:#0c4622;
	margin: 0;
}
#band {
	background-color:#a79966;
	height: 30px;
}
#logo {
	display:block;
	padding-top: 15px;
	text-align: center;
	float: left;
	margin: 0px auto;
}
#logo a {
	display:block;
	text-align: center;
}
#logocenter {
	display:block;
	padding-top: 15px;
	text-align: center;
	margin: 0px auto;
}
#logocenter a {
	display:block;
	text-align: center;
}
#langlogo {
	display:block;
	text-align: center;
}
#langlogo p {
	text-align: center;
}
#langnav {
	height:45px;
	width: 120px;
	margin: 0 auto;
	padding-top: 40px;
}
#langnav ul {
	font-family: 'AftasansRegular';
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	line-height:1.5em;
}
#langnav ul#language {
	padding:0px 0px 0px 0px;
}
#langnav li {
	font-family: 'AftasansRegular';
	width: 30px;
	background-color:#a79966;
}
#langnav li:hover {
	background-color:#0c4622;
}
#langnav a:hover {
	color:#ffffff;
}
#langnav li.current {
}
#language a {
	font-family: 'AftasansRegular';
	font-size:18px;
	text-align:center;
	display:block;
	padding:0 px;
	text-decoration:none;
	color: #FFFFFF;
}
#langnav li.current a {
	color:#f4f4f4
}
#langnav li:hover a, #topnavigation li.sfHover a {
}
#langnav li:hover ul a:hover, #langnav li.sfHover ul a:hover {
	background-color:#ca322d;
}
#langnav li {
	float:left;
	position:relative;
	margin: 0px 5px 5px 5px;
	font-size:18px;
	z-index:auto !important;
	line-height:31px;
}
.mainnav {
	width: 900px;
	margin: 0px auto;
}
#langcontent {
	background-image:url(images/theduke-bg.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	margin: 0px auto;
	text-align:center;
	height: 580px;
}
#langcontentalt {
	/*background-image:url(images/theduke-bg-1.jpg);
	background-position:center -100px;
	background-repeat:no-repeat;*/
	margin: 0px auto;
	text-align:center;
	height: 580px;
}
#content {
	width:900px;
	margin: 0px auto;
	padding-top:20px;
	height: auto;
	padding-bottom: 20px;
}
#content p {
	margin-top: 10px;
	color:#0c4622;
}
#content a {
	color:#a79966;
}
#content h1 {
	color:#0c4622;
	margin: 0px 0px 5px 0px;
	padding:0px;
}
#content h4 {
	color:#a79966;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
#contentLeft {
	width: 520px;
	float:left;
	padding-right: 20px;
	padding-bottom:20px;
}
#contentRight {
	background-image:url(images/dob-lijn-staand.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:340px;
	padding-left: 20px;
	padding-bottom:20px;
	float:left;
}
/*
------------------------------------
HEADER
------------------------------------
*/
header {
	height: auto;
	margin: 0px auto;
	background-color:#0c4622;
	background-image:url(images/dob-motief.png);
}
#topnav {
	font-family: 'AllerLightRegular';
	font-size:14px;
	width: 900px;
	margin: 0px auto;
}
#topnav #contact {
	text-align:left;
	padding: 8px 0px 0px 0px;
	width: 50px;
	float:right;
}
#topnav #contact a {
	text-align:right;
	color: #fcf5e9;
}
#topnav #contact a:hover {
	text-align:right;
	color: #0c4622;
}
#topnav #fb {
	padding: 5px 0px 0px 5px;
	float:right;
}
#header {
	top: 0px;
	z-index: 99999;
	height: 100px;
}
#header-left {
	background-image:url(images/dob-lijn-staand.png);
	background-position:left center;
	background-repeat:no-repeat;
	float: left;
	width: 155px;
	padding-left: 20px;
}
#header-center {
	background-image:url(images/dob-lijn-staand.png);
	background-position:left center;
	background-repeat:no-repeat;
	float: left;
	width: 155px;
	padding-right: 20px;
	padding-left:20px;
}
#search {
	float: right;
	padding-top: 15px;
}
#suggestions {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		width: 250px;
		position: absolute;
		padding: 5px;
		visibility: hidden;
		background: #f1f1f1;
		font-size: 12px;
}

#search label {
	font-family: 'BodoniStdBookRegular';
	font-size:14px;
	color:#fcf5e9;
	text-align: right;
}
#header-right {
	margin: 20px 0 0 10px;
}
#search input[type=submit] {
	display:none;
}
#search input[type=text] {
	float:right;
	padding: 4px;
	width: 140px;
	margin: 0;
	border: 1px solid #a79966;
	background: #f1f1f1;
	font-size: 12px;
	outline: none;
	clear:both;
}
#page_search input[type=submit] {
	display: none;
	border: 1px solid #dedfe0;
	background: #f1f1f1;
	font-size: 13px;
	outline: none;
}
#newsletter label {
	font-family: 'BodoniStdBookRegular';
	font-size:14px;
	float:left;
	text-align:left;
	padding-right: 10px;
	color:#0c4622;
	clear:both;
}

#newsletter input[type=password] {
	padding: 4px;
	width: 200px;
	float: left;
	margin: 0;
	border: 1px solid #a79966;
	background: #f1f1f1;
	font-size: 12px;
	outline: none;
	clear:both;	
	
}

#newsletter input[type=text] {
	padding: 4px;
	width: 200px;
	float: left;
	margin: 0;
	border: 1px solid #a79966;
	background: #f1f1f1;
	font-size: 12px;
	outline: none;
	clear:both;
}
#postcode {
	padding-top: 10px;
}
#postcode label {
	font-family: 'BodoniStdBookRegular';
	font-size:14px;
	color:#fcf5e9;
	text-align: left;
}
#postcode input[type=submit] {
	display:none;
}
#postcode input[type=text] {
	padding: 4px;
	width: 150px;
	float: left;
	margin: 0;
	border: 1px solid #a79966;
	background: #f1f1f1;
	font-size: 12px;
	outline: none;
}
/*
------------------------------------
MENU
------------------------------------
*/

.menu {
	width:615px;
	float:right;
	position:relative;
	z-index:1;
	padding-top:60px;
}
.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}
#menuh ul li {
	display:block;
	float:left;
}

#menuh ul li .home a {
	width:20px;
	height: 22px;
	margin:5px 0 0 0;
	padding:5px;
	float:left;
	display: block;
	background-image: url(images/vcb-menu-home-over.png);
	background-repeat: no-repeat;
}
#menuh ul li .home a:hover {
	float:left;
	background-image: url(images/vcb-menu-home.png);
	background-repeat: no-repeat;
}
#menuh ul #selected .home a {
	float:left;
	background-image: url(images/vcb-menu-home.png);
	background-repeat: no-repeat;
}
.menu li#home {
}
#menuh-container {
	position: relative;
}
#menuh {
	float:left;
	margin:0em;
	margin-top: 0px;
}
#menuh a {
	font-size:14px;
	text-align: left;
	text-transform:uppercase;
	display:block;
	white-space:nowrap;
	margin-right:0px;
	padding: 0.3em;
	text-shadow:#000 0px 1px 1px;
}
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */ 
{
	color: white;
	text-decoration:none;
}
#menuh a:hover						/* menu on mouse-over  */ 
{
	color: #a79966;
	text-decoration:none;
}
#menuh #selected a						/* menu selected  */ 
{
	color: #a79966;
	text-decoration:none;
}
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;/*width:9em;*/	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}
#menuh li {
	position:relative;
	min-height: 1px;		/* for IE7 */
	vertical-align: bottom;		/* for IE7 */
}
#menuh ul li ul li a:hover	/* submenu on mouse-over  */ 
{
	color: #254419;
	text-decoration:none;
}
#menuh #selected ul li a						/* menu selected  */ 
{
	color: #FFFFFF;
	text-decoration:none;
}
#menuh #selected ul li a:hover						/* menu selected  */ 
{
	color: #1D3712;
	text-decoration:none;
}
#menuh ul ul {
	background-color:#a79966;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0em;
	margin:0em 0 0 0em;
}
#menuh ul ul ul {
	top:0;
	left:100%;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {
	display:none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
	display:block;
}
/*
------------------------------------
BANNER
------------------------------------
*/
#banner {
	height: 370px;
	background: #0c4622 url(images/dob-motief.png);
	margin:0 auto;
}
/*
------------------------------------
VMAP
------------------------------------
*/
#map {
	width: 900px;
	margin: 0px auto;
	cursor:pointer;
}
#countries{	
float:right;height:50px;width:60px; margin-left:-20px;
margin-top:15px;
}

/*
------------------------------------
QUOTE ROTATOR
------------------------------------
*/

#documentation {
	float: right;
}
#quotes{
font-family: 'AftasansItalic';
font-size:14px;
font-weight:normal;
}
ul blockquote {
	/*font-size:14px;
	font-family: 'AftasansItalic';*/
	color:#a79966;
	list-style: none;
	margin: 0;
}
#quotes img {
	float:left;
}
/*
------------------------------------
MOVIE
------------------------------------
*/

#videowrap {
	width:900px;
	margin: 0px auto;
	z-index: 200;
}
#webkit_movie_wrapper p {
	font-size: 1em;
	color: #01be00;
	text-shadow: -1px -1px 2px #CED0D6;
	font-weight: bold;
}
#firefox_movie_wrapper p {
	font-size: 1em;
	color: #01be00;
	text-shadow: -1px -1px 8px #000;
	font-weight: bold;
}
#movie {
	margin: 50px auto 0 auto;
	text-align: center;
	width:900px;
	height:370px;
	background-color: #01be00;
	-moz-border-radius: 0px;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 3px 3px 5px #000;
	padding: 0px 0 0px 0;
}
/*
------------------------------------
PRODUCTS
------------------------------------
*/

ul#product-filter {
	margin: -30px 0;
	padding: 0;
	height: 64px;
	line-height: 64px;
}
ul#product-filter li {
	display: inline;
}
ul#product-filter a {
	margin-right: 0.5em;
	padding: 0.5em 1em;
	background: #FFF;
	color: #0c4622;
	font-size:14px;
	text-decoration: none;
}
ul#product-filter a:hover {
	color: #888;
}
ul#product-filter a.current {
	color: #ffffff;
}
ul#product-filter a.current {
	background-color: #0c4622;
}
ul#product-list {
	margin: 36px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
}
ul#product-list li {
	width: 160px;
	height: 220px;
	display: block;
	float: left;
	margin-right: 18px;
	overflow: hidden;
}
ul#product-list li a {
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: 5px double #a79966;
	background: #eee;
}
ul#product-list li p {
	font-size: 14px;
	line-height: 15px;
	color: #0c4622;
	margin: 5px 0 5px 0;
}
/*
------------------------------------
RECIPES
------------------------------------
*/

ul#recipe-filter {
	margin: -30px 0;
	padding: 0;
	height: 64px;
	line-height: 64px;
}
ul#recipe-filter li {
	display: inline;
}
ul#recipe-filter a {
	margin-right: 0.5em;
	padding: 0.5em 1em;
	background: #FFF;
	color: #0c4622;
	font-size:14px;
	text-decoration: none;
}
ul#recipe-filter a:hover {
	color: #888;
}
ul#recipe-filter a.current {
	color: #ffffff;
}
ul#recipe-filter a.current {
	background-color: #0c4622;
}
ul#recipe-list {
	margin: 36px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
}
ul#recipe-list li {
	width: 160px;
	height: 250px;
	display: block;
	float: left;
	margin-right: 18px;
	overflow: hidden;
}
ul#recipe-list li a {
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: 5px double #a79966;
	background: #eee;
}
ul#recipe-list li p {
	font-size: 14px;
	line-height: 15px;
	color: #0c4622;
	margin: 5px 0 5px 0;
}

/*
------------------------------------
SLAGERS
------------------------------------
*/

ul#slagers {
	width:900px;
	line-height: 16px;
	color: #0c4622;
	position: relative;
}
ul#slagers li #item {
	display:block;
	width:450px;
	position: relative;
	clear: both;
}
ul#slagers li #image {
	float:left;
	height:150px;
	width: 200px;
	display:block;
	margin-right: 10px;
	position: relative;
	background-color:#FFFFFF;
	border: 5px double #a79966;
}
ul#slagers li #text {
	float:right;
	width: 50%;
	position: relative;
}
ul#slagers li {
	float:left;
	padding: 10px 0px 10px 0px;
	height: auto;
	border-bottom: 1px solid #a79966;
}
ul#slagers li p {
	font-family: 'AftasansItalic';
	font-size:14px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #0c4622;
}
ul#slagers li .hours p {
	font-family: 'AllerLightRegular';
	font-size:10px;
	padding-bottom: 10px;
	text-transform:uppercase;
	line-height: 12px;
	color: #0c4622;
}
ul#slagers li h2 {
	text-align:left;
	font-family: 'BodoniStdBookRegular';
	font-size:24px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #a79966;
}
ul#slagers li a {
	font-family: 'BodoniStdBookRegular';
	font-size:14px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #0c4622;
}
ul#slagers li a:hover {
	color: #a79966;
}
ul#slagers li .links a {
	background-color:#0c4622;
	font-family: 'BodoniStdBookRegular';
	font-size:14px;
	padding: 3px 5px 3px 5px;
	line-height: 16px;
	color: #ffffff;
}
ul#slagers li .links a:hover {
	color: #0c4622;
	padding: 3px 5px 3px 5px;
	background-color:#a79966;
}
/*
------------------------------------
RESTAURANTS
------------------------------------
*/

ul#restaurants {
	width:900px;
	line-height: 16px;
	color: #0c4622;
	position: relative;
}
ul#restaurants li #item {
	display:block;
	width:900px;
	position: relative;
	clear: both;
}
ul#restaurants li #image1 {
	float:left;
	height:150px;
	width: 200px;
	display:block;
	margin-right: 10px;
	position: relative;
	background-color:#FFFFFF;
	border: 5px double #a79966;
}
ul#restaurants li #image2 {
	float:left;
	height:150px;
	width: 200px;
	display:block;
	margin-right: 10px;
	background-color:#FFFFFF;
	border: 5px double #a79966;
	position: relative;
}
ul#restaurants li #text {
	float:right;
	width: 50%;
	position: relative;
}
ul#restaurants li {
	float:left;
	padding: 10px 0px 10px 0px;
	height: auto;
	border-bottom: 1px solid #a79966;
}
ul#restaurants li p {
	font-family: 'AftasansItalic';
	font-size:14px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #0c4622;
}
ul#restaurants li .hours p {
	font-family: 'AllerLightRegular';
	font-size:10px;
	padding-bottom: 10px;
	text-transform:uppercase;
	line-height: 12px;
	color: #0c4622;
}
ul#restaurants li h2 {
	text-align:left;
	font-family: 'BodoniStdBookRegular';
	font-size:24px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #a79966;
}
ul#restaurants li a {
	font-family: 'BodoniStdBookRegular';
	font-size:14px;
	line-height: 16px;
	color: #0c4622;
}
ul#restaurants li a:hover {
	color: #a79966;
}
ul#restaurants li .links a {
	background-color:#0c4622;
	font-family: 'BodoniStdBookRegular';
	font-size:14px;
	padding: 3px 5px 3px 5px;
	line-height: 16px;
	color: #ffffff;
}
ul#restaurants li .links a:hover {
	color: #0c4622;
	padding: 3px 5px 3px 5px;
	background-color:#a79966;
}
#professionals {
	font-family: 'AftasansItalic';
	/*font-family: 'BodoniStdBookRegular';*/
	font-size:14px;
	line-height: 16px;
	color: #0c4622;
}
#professionals a{
	font-family: 'AftasansItalic';
	font-size:14px;
}

#professionals tr {
	border-bottom:solid 1px #a79966;
}
#professionals td {
	padding: 5px 5px 0px 0px;
	width: 175px;
}
#back {
	float:right;
	width: 50px;
	height: 40px;
	padding: 5px;
}

/*
------------------------------------
NEWS
------------------------------------
*/

ul#news {
	line-height: 16px;
	color: #0c4622;
	position: relative;
}
ul#news li #item {
	display:block;
	position: relative;
	clear: both;
	font-family: 'AftasansItalic';
}
ul#news li #image {
	float:left;
	height:275px;
	width: 480px;
	display:block;
	margin-right: 10px;
	position: relative;
	background-color:#FFFFFF;
	border: 5px double #a79966;
}
ul#news li #film {
	float:left;
	display:block;
	margin-right: 10px;
	position: relative;
	background-color:#FFFFFF;
	border: 5px double #a79966;
}
ul#news li #text {
	float:right;
	position: relative;
}
ul#news li {
	float:left;
	padding: 10px 0px 10px 0px;
	height: auto;
	border-bottom: 1px solid #a79966;
}
ul#news li p {
	font-family: 'AftasansItalic';
	font-size:14px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #0c4622;
}
ul#news li .hours p {
	font-family: 'AllerLightRegular';
	font-size:10px;
	padding-bottom: 10px;
	text-transform:uppercase;
	line-height: 12px;
	color: #0c4622;
}
ul#news li h2 {
	text-align:left;
	font-family: 'BodoniStdBookRegular';
	font-size:24px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #a79966;
}
ul#news li a {
	font-family: 'BodoniStdBookRegular';
	font-size:14px;
	padding-bottom: 10px;
	line-height: 16px;
	color: #0c4622;
}
ul#news li a:hover {
	color: #a79966;
}
.clearfix {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*
------------------------------------
CONTACT
------------------------------------
*/
fieldset {
	border:0px;
}
#contact-form {
	float:left;
	margin:0 auto;
	position:relative;
	margin-top: 20px;
	font-size:12px;
	text-align: left;
	color: #FFF;
}
#contact-form label {
	font-family: 'BodoniStdBookRegular';
	display:block;
	font-size:14px;
	color:#0c4622;
	text-align: left;
	line-height: 20px;
}
label.sp {
	width:3px;
}
span.error {
	color:red;
	text-align:left;
	font-size:11px;
}
#message {
	margin-left:0px;
}
#message h2 {
}
#message p {
	margin:6px 0px;
}
#contact-form button.button {
	font-family: "AftasansRegular";
	cursor:pointer;
	background-color:#a79966;
	padding:5px 10px;
	color:#fff;
	margin:10px 0 0 0;
	font-size:11px;
	border:0;
	float:left;
}
#contact-form input[type=text] {
	float: left;
	padding: 3px 3px;
	margin: 0;
	border: 1px solid #dedfe0;
	background: #ffffff;
	font-size: 13px;
	outline: none;
}
#contact-form textarea {
	float: left;
	margin: 0;
	border: 1px solid #dedfe0;
	background: #ffffff;
	font-size: 13px;
	outline: none;
}
#contact-form button.button:hover {
	font-family: "AftasansRegular";
	color:#fff;
	background-color:#0c4622;
	text-decoration:none
}
#name, #email, #msg {
	float:left;
}
#msg_label {
	float:left;
}
#shadowbox {
	margin: 20px;
	height: 520px;
	width: 520px;
}
#sbcontent {
	height: auto;
	padding-bottom: 20px;
}
#sbcontent p {
	margin-top: 10px;
	color:#0c4622;
}
#sbcontent a {
	color:#a79966;
}
#sbcontent h1 {
	color:#0c4622;
	margin: 0px 0px 5px 0px;
	padding:0px;
}
#sbcontent h4 {
	color:#a79966;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

/*
------------------------------------
FOOTER
------------------------------------
*/
#footer-wrap {
	width:900px;
	margin:0 auto;
	height:90px;
	line-height:1.1em;
	padding:0 10px 0 10px
}
#footer-wrap p {
	background-image:url(images/dob-lijn-onder.png);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:'AftasansRegular';
	padding-top:15px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color:#a79966;
	text-align:center;
}
#footer-wrap img {
	padding-top:10px;
	float:right;
}
footer {
	text-align:center;
	background-color:#fff1d8;
}
footer p {
}
footer a {
	text-decoration:underline;
	padding-top:15px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color:#a79966;
}

span#disclaimer{
	float:left;
	}

