/* ALGEMEEN */
body, * {
	margin:0;
	padding:0;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color:#000;
}

#maincontainer {
	width:934px;
	height:590px;
	
	margin:0 auto;
	overflow:hidden;
}
#left, #right {
	height:407px;
}
#left, #right, #logo, #buttons {
	display:inline;
	float:left;
	
	width:456px;
}

#right, #buttons {
	margin-left:2px;
}
#submenu, #content {
	height:382px;
	
	margin-top:15px;
	
	display:inline;
	float:left;
}
a {
  outline: none;
}
/* IE PNG FIX */

/*#changePic
 {
	behavior: url(iepngfix.htc);
}
*/

/* LANGUAGES */
#languages {
	margin:5px 0;
	padding-left:20px;
}
#languages, #languages a {
	color:#fff;
	font-size:11px;
	
	text-decoration:none;
	
}
#languages a:hover {
	text-decoration:underline;
}

/* Logo & Buttons */
#logo, #buttons {
	height:130px;
	margin-top:10px;
}
#logo {
	background-image:url(../img/logo/logo_nl.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
}
#buttons {
	width:466px;
}
#buttons li {
	display:inline;
}
#buttons li a {
	display:inline;
	float:left;
	
	text-decoration:none;
	
	margin:0 10px 10px 0;
	
	width:145px;
	height:60px;
	
	background-image:url(../img/buttons/nl/historiek.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#buttons li a span {
	visibility:hidden;
}
/*
#buttons li.btn01 a {
	background-image:url(../img/buttons/nl/historiek.gif);	
}
#buttons li.btn01 a.current, #buttons li.btn01 a:hover {
	background-image:url(../img/buttons/nl/historiek_over.gif);	
}

#buttons li.btn02 a {
	background-image:url(../img/buttons/nl/gastro.gif);	
}
#buttons li.btn02 a.current, #buttons li.btn02 a:hover {
	background-image:url(../img/buttons/nl/gastro_over.gif);	
}

#buttons li.btn03 a {
	background-image:url(../img/buttons/nl/vino.gif);	
}
#buttons li.btn03 a.current, #buttons li.btn03 a:hover {
	background-image:url(../img/buttons/nl/vino_over.gif);	
}

#buttons li.btn04 a {
	background-image:url(../img/buttons/nl/feestlocaties.gif);	
}
#buttons li.btn04 a.current, #buttons li.btn04 a:hover {
	background-image:url(../img/buttons/nl/feestlocaties_over.gif);	
}

#buttons li.btn05 a {
	background-image:url(../img/buttons/nl/referenties.gif);	
}
#buttons li.btn05 a.current, #buttons li.btn05 a:hover {
	background-image:url(../img/buttons/nl/referenties_over.gif);	
}

#buttons li.btn06 a {
	background-image:url(../img/buttons/nl/contact.gif);	
}
#buttons li.btn06 a.current, #buttons li.btn06 a:hover {
	background-image:url(../img/buttons/nl/contact_over.gif);	
}
*/

/* LEFT */
#left {
	background-image:url(../img/leftside/bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
#changePic {
	height:34px;
	width:205px;
	
	margin:0 auto;
	
	background-image:url(../img/leftside/morepics/bgMorePics.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	position:relative;
	top:350px;
}
#changePic * {
	color:#fff;
}
#changePic #btnPrevious, #changePic #btnNext, #changePic .textMorePics {
	display:inline;
	float:left;
	
	margin-top:7px;
	height:20px;
}
#changePic #btnPrevious, #changePic #btnNext {
	background-repeat:no-repeat;
	background-position:0 0;
	
	
	width:20px;
	overflow:hidden;
	
	text-decoration:none;
}
#changePic #btnPrevious {
	background-image:url(../img/leftside/morepics/previous_disabled.jpg);
	margin-left:5px;
}
#changePic #btnNext {
	background-image:url(../img/leftside/morepics/next.jpg);
}
#changePic .textMorePics {
	width:155px;
	text-align:center;
}
#changePic #btnPrevious span, #changePic #btnNext span {
	visibility:hidden;
}

/* RIGHT */
#right {
	background-image:url(../img/rightside/bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
/* SUBMENU */
#submenu {
	width:150px;
}
#submenu ul {
	display:block;
	margin:0 10px 0 25px;
	
	list-style-type:none;
}
#submenu ul ul {
	margin:0 0 0 5px;
}
#submenu a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
	color:#666;
}
#submenu a.active, #submenu a.parent, #submenu a:hover {
	color:#f4a529;
}

/* CONTENT */
#content {
	width:280px;
	
}
#content, #content * {
	color:#343231;
	font-size:11px;
	
}
#content ul {
	list-style-position:inside;
	margin-left:18px;
	margin-bottom:10px;
}
#content h1 {
	font-size:16px;
	margin-bottom:7px;
}
#content h2 {
	font-size:14px;
	margin:6px 0 4px 0; 
}
#content h2 span {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}
#content h3 {
	margin:5px 0 4px 0;
	font-size:12px;
}
#content p {
	width:280px;
	margin-bottom: 4px;
}
#content a {
	color:#f4a529;
}
#content a:hover {
	color:#000;
	text-decoration:none;
}

/* SCROLLER */
#scroller {
	display:inline;
	float:right;
	
	width:15px;
	margin-top:15px;
}
#scroller a {
	display:block;
	width:15px;
	height:15px;
	
	margin-bottom:3px;
	
	background-image:url(../img/scrollup.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#scroller .down {
	background-image:url(../img/scrolldown.jpg);
}
#scroller a span {
	display:none;
}
/* VIDEO */
.displayVideo {
	width:425px;
	margin:3px 0 0 18px;
}
#showHideVideo {
	display:block;
	background:#000;
	color:#fff;
	text-decoration:none;
	padding:2px;
}
.showHideVideo:hover {
	text-decoration:underline;
}

/* NEWSFACTS */	
.newsfact {
	display:inline;
	float:left;
	
	margin-left:20px;
	
	width:202px;
	height:155px;
	
	overflow:hidden;
	
	background-image:url(../img/newsfacts/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.newsfact .holder {
	margin:10px 8px 3px 8px;
}
.newsfact p.newsTitle {
	color:#ffa82a;
	font-size:11px;
	border-bottom:1px solid #414141;
	padding-bottom:3px;
	margin-bottom:8px;
}
.newsfact h3 {
	color:#d6d6d6;
	font-size:12px;
	margin-bottom:4px;
}
.newsfact div.content, .newsfact div.content * {
	color:#d6d6d6;
	font-size:10px;
}
.newsfact div.content {
	margin-bottom:5px;
}
.newsfact p.link a {
font-size:10px;
	color:#ffa82a;
	text-decoration:underline;
}





