/*GROEN #17462D */
/*BEIGE #AF8457*/
* {
	margin:0;
	padding:0;
	font-family:Tahoma, "Gill Sans", Arial, Geneva, sans-serif;
	text-align:left;
}
a img {
	border:none;
}
.h2aslink {cursor:pointer;}
.h2aslink:hover {color:#000;}
a { text-decoration:none; }

em { font-size:9px; float:right; }
.clear {
	font-size:1px;
	clear:both;
}
body {
	background-color:#E9E9E9;
	color:#666;
}
div#doos {
	padding-top:10px;
	width:987px;
	margin:-120px auto 0 auto;
	text-align:center;
}
div#logo {
	width:158px;
	height:149px;
	margin:0 auto 0 auto;
	position:relative;
	top:120px;
	z-index:9;
	left:3px;
}
/*==========MAINMENU==========*/
ul#mainMenu {
	list-style-type:none;
	margin-bottom:10px;
	height:80px;
}
ul#mainMenu li {
	display:inline;
}
ul#mainMenu li a {
	width:140px;
	height:76px;
	display:block;
	float:left;
	margin-right:8px;
	overflow:hidden;
	text-decoration:none;
}
ul#mainMenu li a span {
	position:absolute;
}
ul#mainMenu li#palm a{background:url(../images/mainMenu/palm_hover.jpg) center top no-repeat;}
ul#mainMenu li#steenbrugge a{margin-right:115px;background:url(../images/mainMenu/brugsetrippel_hover.jpg) center top no-repeat;}
ul#mainMenu li#rodenbach a {background:url(../images/mainMenu/rodenbach_hover.jpg) center top no-repeat;}
ul#mainMenu li#steenbrugge a{background:url(../images/mainMenu/steenbrugge_hover.jpg) center top no-repeat;}
ul#mainMenu li#brugsetrippel a {background:url(../images/mainMenu/brugsetrippel_hover.jpg) center top no-repeat;}
ul#mainMenu li#estaminet a {background:url(../images/mainMenu/estaminet_hover.jpg) center top no-repeat;}
ul#mainMenu li#boon a {background:url(../images/mainMenu/boon_hover.jpg) center top no-repeat;}
ul#mainMenu li#boon a {
	margin-right:0;
}
/*=========SLIDESHOW=========*/
#prevBtn a, #nextBtn a {
	display:block;
	height:74px;
	width:60px;
	margin-top:-290px;
}
#prevBtn a {
	background:transparent url(../images/btn_prev.png) no-repeat scroll 0 0;text-decoration:none;
	float:left;
}
#nextBtn a {
	background:transparent url(../images/btn_next.png) no-repeat scroll 0 0;text-decoration:none;
	float:right;
}

#prevBtn a:hover {background:transparent url(../images/btn_prev_f2.png) no-repeat scroll 0 0;}
#nextBtn a:hover {background:transparent url(../images/btn_next_f2.png) no-repeat scroll 0 0;}
div#slider ul {
	list-style-type:none;
}
/*===========COMPANY MENU======*/
/* remove all list stylings */
#subNav, #subNav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#subNav li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

#subNav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#subNav li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

#subNav ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}

#subNav li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}

#subNav li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
#subNav:after, #subNav ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#subNav, #subNav ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the "#subNav UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#subNav ul {
	background:url(../images/companyMenu/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 10px 30px;
	margin: 0 0 -10px -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
#subNav ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 -30px -10px;
}


/*-------COMPANY MENU STYLING-----*/
ul#subNav {
	margin-top:8px;
	background:#E9E9E9 url(../images/companyMenu/background.jpg) center bottom repeat-x;
	padding:3px 0 24px 0;
	color:#FFF;
}
#subNav ul li a {
	font-size:13px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:14px;
	width:162px;
	text-align:center;
	height:33px;
	display:block;
	background:#194931 url(../images/companyMenu/item_bg.jpg) center top repeat-x;
	border-right:1px solid #005119;

}
ul#subNav a.subMenuFadingLinks {
	background-position:left top;
	display:block;
	background-repeat:no-repeat;
}
ul#subNav a#brouwerijgroep {
	background-image:url(../images/submenu-img_r1_c1_f2.jpg);
}

ul#subNav a#rasbieren {
	background-image:url(../images/submenu-img_r1_c2_f2.jpg);
}

ul#subNav a#erfgoed {
	background-image:url(../images/submenu-img_r1_c3_f2.jpg);
}

ul#subNav a#evenementen {
	background-image:url(../images/submenu-img_r1_c4_f2.jpg);
}

ul#subNav a#professioneel{
	background-image:url(../images/submenu-img_r1_c5_f2.jpg);
}

ul#subNav a#contact{
	background-image:url(../images/submenu-img_r1_c6_f2.jpg);
}
/*
#subNav li.onlyabitbigger a{width:163px;}
#subNav li.onlyabitbigger li a {width:154px;}

#subNav li.abitbigger a{width:164px;}
#subNav li.abitbigger li a {width:155px;}
*/
#subNav a:hover {
	color:white;
	background:#194931 url(../images/companyMenu/item_bg_hover.jpg) center top repeat-x;
}
#subNav ul li a {
	font-size:11px;
	border-bottom:1px solid #CCC;
	color:#005119;
	text-transform:capitalize;
	text-align:left;
	height:26px;
	padding-top:8px;
	padding-left:10px;
	width:151px;
	background:#FFF url(../images/companyMenu/sub.jpg) center top repeat-x;
	border-right:none;
}
#subNav ul li a:hover {
	color:white;
	background:#194931 url(../images/companyMenu/sub_hover.jpg) center top repeat-x;
}
/*============FOOTER=============*/
div#footer {
	clear:both;
	float:right;
	font-size:11px;
}
div#footer *, div#footer {
	color:#005119;
	background-color:#E9E9E9;
}
div#scrollHolder {
	height:466px;
}
div#breadCrumbsHolder {
	width:987px;
	overflow:hidden;
}
.titeltable {
	font-family:Tahoma, "Gill Sans", Arial, Geneva, sans-serif;
	font-size: 11px;
	
	color: #FFFFFF;
	padding-left: 5px;
}
.tablewhite{
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 60px;
	text-align:left;
	color:#AF8457
	}
.tablegray{
	padding-left: 5px;
	background-color: #E5E5E5;
	height: 60px;
	text-align:left;
	color:#AF8457
	
	}
