/* CSS by kvd */
/* Css Document */
/* ############### tales.be css/html5 framework v2 (by kvd) ###############  */
/* ############### a04_handystuff.css ############### */


/* ############### from boilerplate  ############### */
/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }




/*pointercursor on buttons and input-submit for access.*/
button:hover , button:active, button:focus,
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus{
	cursor: pointer !important;
}

/* ############### Generic Stuff - handy stuff - legacy from framework v1  ############### */

.navhor li{
	display: inline-block;
	padding: 0 10px 0 10px;
}
	.IE6 .navhor li,
	.IE7 .navhor li
		{display: inline;}

.navhordiv li{	border-right: 1px solid #fff; }		
	
.navhordiv li:last-child{	border-right: 0px; }		

	/* if selectivr.js is in use you don't need the last-child class for IE6/7/8 */
	
	/* legacy for IE6/7/8; set class through javascript */		
	/*.IE6 .navhordiv li.last-child,
	.IE7 .navhordiv li.last-child,
	.IE8 .navhordiv li.last-child{
		border-right: 0px; }		*/
		
		
.noborder {	border: 0 !important;}
.handcursor{cursor:pointer !important;}
.pointercursor{cursor:pointer !important;}

.imgFloatLeft, .imgfloatleft {
	float: left;
	padding: 0 5px 5px 0;
}

.imgFloatRight, .imgfloatright{
	float: right;
	padding: 0 5px 0 5px;
}

.floatLeft, .floatleft{	float: left;}
.floatRight, .floatright{	float: right;}

.alignLeft, .alignleft{	text-align: left !important;}
.alignRight, .alignright{	text-align: right !important;}
.alignCenter, .aligncenter{	text-align: center !important;}
.alignJustify, .alignjustify{	text-align: justify !important;}

.marginRight1px	{	margin-right: 1px;}
.marginRight2px	{	margin-right: 2px;}
.marginRight3px	{	margin-right: 3px;}
.marginRight4px	{	margin-right: 4px;}
.marginRight5px	{	margin-right: 5px;}
.marginRight6px	{	margin-right: 6px;}
.marginRight7px	{	margin-right: 7px;}
.marginRight8px	{	margin-right: 8px;}
.marginRight9px	{	margin-right: 9px;}
.marginRight10px{	margin-right: 10px;}

.marginLeft1px	{	margin-left: 1px;}
.marginLeft2px	{	margin-left: 2px;}
.marginLeft3px	{	margin-left: 3px;}
.marginLeft4px	{	margin-left: 4px;}
.marginLeft5px	{	margin-left: 5px;}
.marginLeft6px	{	margin-left: 6px;}
.marginLeft7px	{	margin-left: 7px;}
.marginLeft8px	{	margin-left: 8px;}
.marginLeft9px	{	margin-left: 9px;}
.marginLeft10px	{	margin-left: 10px;}

.marginTop1px	{	margin-top: 1px;}
.marginTop2px	{	margin-top: 2px;}
.marginTop3px	{	margin-top: 3px;}
.marginTop4px	{	margin-top: 4px;}
.marginTop5px	{	margin-top: 5px;}
.marginTop6px	{	margin-top: 6px;}
.marginTop7px	{	margin-top: 7px;}
.marginTop8px	{	margin-top: 8px;}
.marginTop9px	{	margin-top: 9px;}
.marginTop10px	{	margin-top: 10px;}


.marginBottom1px{	margin-bottom: 1px;}
.marginBottom2px{	margin-bottom: 2px;}
.marginBottom3px{	margin-bottom: 3px;}
.marginBottom4px{	margin-bottom: 4px;}
.marginBottom5px{	margin-bottom: 5px;}
.marginBottom6px{	margin-bottom: 6px;}
.marginBottom7px{	margin-bottom: 7px;}
.marginBottom8px{	margin-bottom: 8px;}
.marginBottom9px{	margin-bottom: 9px;}
.marginBottom10px{	margin-bottom: 10px;}

.displayBlock, .displayblock{	display: block !important;}

.nowrap{ white-space: nowrap;}
/*
! in IE6 setting the class of a TD to nowrap won't work 
for IE6 - HTML: <td nowrap>bla bla</td>
for IE6 XHTML: <td nowrap="nowrap">bla bla</td>
*/




wbr { display: inline-block; }	

.uppercase{text-transform:uppercase}



body{
	text-align: center;
	margin-top: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	background: #7B1111 url(../gfx/bavik.bg.02.jpg) no-repeat fixed center top;
}


/* webfonts */

@font-face {
    font-family: 'agfbBold';
    src: url('../webfonts/agfb-webfont.eot');
    src: url('../webfonts/agfb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/agfb-webfont.woff') format('woff'),
         url('../webfonts/agfb-webfont.ttf') format('truetype'),
         url('../webfonts/agfb-webfont.svg#agfbBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ParkAvenueRegular';
    src: url('../webfonts/park____-webfont.eot');
    src: url('../webfonts/park____-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/park____-webfont.woff') format('woff'),
         url('../webfonts/park____-webfont.ttf') format('truetype'),
         url('../webfonts/park____-webfont.svg#ParkAvenueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


	
/* ########## floating Div workarounds ########## */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#fixFloatingDiv, .fixFloatingDiv{
	clear: both !important;
	height: 1px !important;
	margin: 0 0 0px 0; 
	border: 0px solid yellow !important;
	background-image: none !important;
	visibility: collapse;
	line-height: 1% !important; /* for IE: anders is deze div +- 20px hoog */	}

/* ########## main building blocks ########## */
#bigcontainer{ /* alle blokken in 1 stoppen, problemen met paddings vermijden op de sub-divs */
	display:block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.7);
	box-shadow:  0 0 2px 2px rgba(0,0,0,0.7);
	
	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
#languageswitch{
	border: 0px solid white;
	text-align: right;
	color: White;
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	display: block;
	margin-top: -10px;
	padding-right: 2px;
	}


#header{
	height: 208px !important;
	margin-top: 5px !important;
	text-align: left;
	color: black;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
		.home #header{
			height: 181px !important;
}
#contentbackpattern{
	margin-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
#contentwrapper{
	border: 0px solid white;
	/*height: 181px;*/
	/*background-image: url(../gfx/interface/back-stripes.gif);*/
	background-repeat: repeat-y;
	text-align: left;
	color: black;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;}
	
	
#content{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	padding-right: 20px;}
	
	.home #content{
	padding-right: 0;
}
.products #content{ padding-top: 1px !important; padding-top: 0px; padding-right: 0px;}


#contentbottom{}
	
#footer{
	height: 20px;
	padding-top: 7px;
	background-color: #fff;
	background-repeat: no-repeat;
	text-align: center;
	color: #7e7e7e;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.7);	-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.7);	box-shadow: 0 0 2px 2px rgba(0,0,0,0.7);}


#legalstuff{ text-align: center;	color: #9e5959;}

/* ########## generic rules ########## */
a:link, a:visited{ color: blue;	text-decoration: none;}
a:active, a:hover{color: red;}
h3{
	color: #7b1111;
	font-size: 16px;
	font-weight: bold;
	text-align: left !important;
}

h4{
	color: #7b1111;
	font-size: 12px;
	font-weight: bold;
	text-align: left !important;
}

h5{
	color: #135275;
	font-size: 12px;
	text-align: left !important;
}


/* ########## language switch ########## */
#languageswitch a:link, #languageswitch a:visited{	color: White;	text-decoration: none;}
#languageswitch a:hover, #languageswitch a:active{	color: yellow;}
#languageswitch a.selected{font-weight: bold;}
#legalstuff a:link, #legalstuff a:visited{ color: #9e5959; text-decoration: none;}
#legalstuff a:hover, #legalstuff a:active{ color: white;}

/* ########## contentblock ########## */



/* ########## EVENTS ########## */
.events #selectsoortevenement{
	width: 100%;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #7b1111;
	font-weight: bold;
	background-image: url(../gfx/interface/1pxblue2pxtransp.gif);
	background-repeat: repeat-x;
	background-position: bottom }
.events #selectsoortevenement span{
	display: block;
	float: left;
	margin-right: 10px;}
.events #selectsoortevenement select{
	font-size: 11px;
	color: #7b1111;
	text-align: right;}

#evenementenblok{ margin-top: 20px;}
.evenementrow{
	display: block;
	background-image: url(../gfx/interface/1pxblue2pxtransp.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	float: none;
}
.eventdate{
	display: block;
	width: 120px;
	margin-right: 20px;
	text-align: right;
	float: left;
}

.event{ display: block; width: 575px; margin-right: 4px; float: right;}
.event span{
	width: 570px;
	display: inline-block !important;
	display: block;
}

.eventtitel{width: 425px; padding-right: 25px; float: left; color: #225572; font-weight: bold;}
.eventsoort{width: 120px; float: left; color: #225572; font-weight: bold;} 
.eventpic{width: 90px; float: left; margin-top: 5px; border: 0px solid red;}
.eventdescr{width: 480px; float: left; text-align: justify; border: 0px solid green}
.eventdescr .meerinfo{ text-align: left !important;}

/* ########## NEWS ########## */
#newsblok{ margin-top: 20px;}
.newsrow{
	background-image: url(../gfx/interface/1pxblue2pxtransp.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
}

.newstitel{width: 100%; padding-right: 20px; color: #225572; font-weight: bold}
.newsdate{	width: 100%;	padding-right: 20px; font-style: italic;}
.newsdescr{width: 100%; padding-right: 20px; text-align: justif}
.newstodetailpage{width: 100%; margin-top: 10px;padding-right: 20px; text-align: justify}
.newstodetailpage a:link, .newstodetailpage a:visited{
	text-decoration: none;
	background-image: url(../gfx/interface/ico.url.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
}

.newstodetailpage a:active, .newstodetailpage a:hover{
	color: red;
	background-image: url(../gfx/interface/ico.url.hover.gif);
}

.newsdetail .newsrow{
	background-image: none !important;
}

/* ########## PHOTO ALBUM ########## */

.photoalbum .wpbuttons{
	list-style: none;
	list-style-image: none !important;
} 
/*
#photoalbum{
	border: 0px dotted yellow;
	margin-top: 20px;
}
#photoalbum span{
	margin-bottom: 9px !important;
	margin-top: 0px;
	display: block;
	width: 732px;
	border: 0px solid orange;
	padding: 0 !important;
}*/

/*#photoalbum .pic{
	border: 1px solid #718493;
	width: 160px;
	text-align: center;
	padding: 6px;
	float: left;
	margin-right: 9px;
}

#photoalbum img {
	border: 0px solid !important;
	text-decoration: none !important;
	margin-bottom: 5px;
}

#photoalbum a{
	display: block;
	width: 150px;
	padding: 0 0px 0 0px;
	margin-left: 3px;  for firefox 
	border: 1px solid red;
}*/
.thumbpage h5{
	padding-bottom: 15px;
	font-size: 24px !important;
	font-size: 20px;
}




.photoalbum .albumdescription{
	float: left;
	width: 100px;
	border: 0px solid red;
	display: block;
}
/*.albumoverview h6{
	margin-left: 10px !important;
	margin-bottom: -10px !important;
	padding: 0px 0 4px 0!important;
	font-size: 15px !important;
	width: 100px !important;
	display: block !important;
}*/

.albumoverview .titel{
	border: 0px solid green;
	display: block;
	width: 100px;
}
.albumoverview .description{
	border: 0px solid red;
	display: block;
/*	height: 64px;
*/}
.albumoverview .photoalbum p{
	margin: 0px 0 0px 10px;
	border: 0px solid yellow;
}
.albumoverview ul{
	margin: 0px 0 0 0px !important;
	padding: 0 !important;
	border: 0px solid yellow !important;
}

.albumoverview li{
	margin-left: 5px;
	
}

.albumoverview .col1, .albumoverview .col2{
	padding-bottom: 10px !important;
	padding-bottom: 0px;
	height: 130px !important;
	overflow: visible !important;
}
.albumdescription table{
	border: 0px solid green;
	/*display: block;*/
	width: 150px;
}
.albumdescription h4{
	font-size: 12px !important;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: -10px !important;
	margin-bottom: 0;
	width: 175px;
	border: 0px solid red;
}

.movies .albumdescription h4{
	width: 160px;
}

#wallpaper .row{
	border: 0px solid red;
	margin-bottom: 10px;
}

#wallpaper .col1{
	border: 1px solid #718493;
	float: left;
	width: 345px;
	padding: 6px 0 6px 6px;
}

#wallpaper .col2{
	border: 1px solid #718493;
	float: left;
	margin-left: 10px;
	width: 345px;
	padding: 6px 0 6px 6px;
}

#wallpaper .thumb{
	border: 0px solid red;
	padding: 17px 4px 17px 4px;
	background-color: #718493;
	float: left;
}

#wallpaper ul{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#wallpaper li{
	margin-bottom: 8px;
	display: block;
}

#wallpaper li a{
	border: 0px solid red !important;
	display: block;
	width: 175px !important;
	width: 165px;
	margin: 0 0 0 -5px;
}
#wallpaper .wpbuttons{
	border: 0px solid red;
	/*background-color: orange;	*/
	margin-left: 165px;	
	padding-top: 20px;
	display: block;
	width: 120px;
}


.wpbuttons a{
	border: 0px dotted yellow;
	display: block;
	margin-top: 0px;
	margin-left: 95px;
	height: 20px !important;
	width: 160px !important;
	padding: 0px 0 0 15px;
	background-image: url(../gfx/interface/ico.url.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
}
.movies .wpbuttons a{ height: 24px !important;}

.wpbuttons a:hover, .wpbuttons a:active{
	color: red;
	background-image: url(../gfx/interface/ico.url.hover.gif);
}

#wallpaper .wpbuttons a{
	width: 150px !important;
}

#flashfotoalbum {
		height: 630px;
		/*height: 100%;*/
	}
/* ########## PRODUCTS ########## */
#colteaser{	background-repeat: no-repeat;	height: 500px;}
#colteaser{
	
	float: left;
	width: 200px;}
#colproduct{ float: left; width: 500px; border: 0px solid green}

/* ########## PRODUCTS SELECTIEPAGINA ##########*/
.productselectie #colproduct{
	width: 700px;
	margin-left: -200px;
}
.productselectie #crumbpath{ margin-left: 15px;
}
.productselectie .row{ margin-bottom: 0px !important; /*background-color: green;*/; clear: both;}
.productselectie .item{
	display: block;
	/*background-color: orange;*/
	width: 203px;
	height: 250px;
	overflow: hidden;
	text-align: center;
	padding: 0 15px 0 15px;
	float: left;
	
    font-family: 'agfbBold';
    font-size: 20px;
    text-transform: uppercase;
}
.productselectie .item:link, .productselectie .item:visited{
	color: #525252;
	cursor: hand;
}
.productselectie .item:active, .productselectie .item:hover{
	/*background-color: White;*/
	background-image: url(../gfx/producten/selectiepage/transpback.gif);
}
.productselectie .item img{
	border: 0;
}
/*
.productselectie .teasetext{ margin-top: 0px; display: block; height: 100px; text-align: justify !important; overflow: hidden}
.productselectie .item span{
	display: block;
	text-align: left;
	background-image: url(../gfx/interface/ico.url.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
	}
*/
.productselectie .item .teasetext{ visibility: hidden; height: 0px}
.productselectie .item span{ visibility: hidden; height: 0px}

/* grote achtergrond: lijntjes + rechterkolombackground */
.products #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.right.red.gif);	background-repeat: repeat-y; border: 0px solid green}

.products #contentwrapper{background-image: url(../gfx/interface/back.full.rightsidered.gif); background-repeat: no-repeat; border: 0px solid yellow;}
.productselectie #contentwrapper{background-image: url(../gfx/interface/back.full.rightsidered.no.vert.divider.gif); background-repeat: no-repeat; border: 0px solid yellow;}

#colproduct h3{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #135275;
	text-align: left !important;}
	
#colproduct #productdescr{
	border: 0px solid red;
	float: right;
	width: 360px;/* terugzetten naar 360px maandag */
	margin: -10px 0 0 0;
	padding: 0 10px 0 0;
}
#colproduct #productdescr .hilight{
	margin-top: 20px;
}
#colproduct #productdescr .hilight .top{
	display: block;
	height: 9px;
	width: 360px;
	background-image: url(../gfx/interface/products/hilight.top.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px !important;
	margin-bottom: -6px;
}
#colproduct #productdescr .hilight .hilighttext{
	border: 1px solid #7b0e0e;
	background-color: #7b0e0e;
	display: block;
	width: 338px;
	margin: 0;
	color: white;
	padding: 0px 10px 0px 10px;
}

#colproduct #productdescr .hilight a:link, #colproduct #productdescr .hilight a:visited{ color: #c89514;	text-decoration: none;}
#colproduct #productdescr .hilight a:active, #colproduct #productdescr .hilight a:hover{	color: white;}
#colproduct #productdescr .hilight .bottom{
	display: block;
	height: 9px;
	width: 360px;
	background-image: url(../gfx/interface/products/hilight.bottom.gif);
	background-repeat: no-repeat;
}
#colproduct #productdescr .cadeautip h3{
	/*background-color: #135275;*/
	background-image: url(../gfx/interface/products/back.cadeautips.gif);
	background-repeat: no-repeat;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	margin-top: 25px;
	padding: 1px 0 0 10px !important;
	padding: 3px 0 0 10px;
}

.cadeaurow{	margin-bottom: 20px;}
.cadeaurow .cadeaupic{
	border: 0px solid red;
	display: block;
	width: 100px;
	float: left;
}
.cadeaurow .cadeautxt{
	border: 0px solid green;
	display: block;
	width: 250px;
	float: right;
}
.cadeaurow .cadeautxt h4{
	margin: 0 0 -10px 0 !important;
	margin: 0 0 -20px 0;
	color: #135275;
}
/* ########## PRODUCTEN - RELATED COLUMN - GENERAL RULES ########## */

#colrelated{
	float: left;
	/*width: 250px;*/
	width: 250px;
	color: White;
	padding: 0 0 0px 0;
	line-height: 135%;
	text-align: justify;
	margin-left: 4px;}
/* #colrelated span{background-repeat: no-repeat; display: block; width: 243px;} */ /* vervangen door .illu class */
#colrelated .illu{background-repeat: no-repeat; display: block; width: 243px;}
#colrelated #gammaintro{margin: 10px 10px 25px 10px;}
#colrelated .divider{display: block; width: 250px; height: 2px; background-repeat: repeat-x;}
#colrelated #varianttitel{
	margin: 10px 0 0 10px;
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	text-indent: -3500px;/* hide text while keeping it SE-readable*/}
	
#colrelated #relatedprod{ list-style: none;	margin-left: -40px !important; margin-left: 0px; margin-bottom: 25px;}	
#colrelated #relatedprod li{list-style: none;}
#colrelated #relatedprod li a:link, #colrelated #relatedprod li a:visited{
	text-decoration: none;
	display: block;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-top: 10px;
	padding-left: 55px;}
	
	
	
#colrelated #relatedprod .lastitem a{ border-bottom: 0px !important;}


	
#colrelated #relatedstuff{list-style: none; margin-left: -40px !important; margin-left: 0; margin-top: 25px;}	
#colrelated #relatedstuff li{list-style: none;}
#colrelated #relatedstuff li a:link, #colrelated #relatedstuff li a:visited{
	border: 0px solid yellow;
	text-decoration: none;
	text-align: left;
	display: block;
	height: 29px;
	width: 190px;
	padding: 10px 10px 0px 50px;
	background-repeat: no-repeat;
	background-position: 10px 3px;
	vertical-align: middle;
	color: #e4c8a0;
	/*text-indent: 55px;*/}


/* ########## CRUMBPATH ##########*/
#crumbpath{ margin-top: 10px; color: #6b6b6b}
#crumbpath a:link, #crumbpath a:visited{color: #6b6b6b; text-decoration: none;}
#crumbpath a:active, #crumbpath a:hover{color: red}


/* */
.brouwerij #content img{
	margin: 0 10px 5px 0;
	border: 1px solid #135275;
	margin-top: 5px;
}

.brouwerij #content h4{
	display: block;
	width: 100%;
	clear: both;
	margin-top: 60px;
}

.brouwerij #content, .biercultuur #content{
	text-align: justify;
}

.biercultuur #content h5{
	display: block;
	margin-bottom: -10px !important;
	margin-bottom: -20px;
}

.guestbook .formlabel{
	width: 130px;
}
.guestbook select, .guestbook input, .guestbook textarea{
	font-size: 11px;
	color: #7b1111;
}
.guestbook .head{
	background-color: Silver;
	color: #7b1111;
	padding: 5px;
}

.guestbook .message{
	background-color: #e6ebef;
	color: #135275;
	padding: 12px 80px 28px 5px;
	background-repeat: no-repeat;
	background-position: 650px 10px ;
	margin-bottom: 20px;
}

.guestbook .wittekerke{	background-image: url(../gfx/guestbook/wittekerke.gif)}
.guestbook .petrus{	background-image: url(../gfx/guestbook/petrus.gif)}
.guestbook .bavik{	background-image: url(../gfx/guestbook/bavik.gif)}
.guestbook .bonval{	background-image: url(../gfx/guestbook/bonval.gif)}
.guestbook .pilaarbijter{	background-image: url(../gfx/guestbook/pilaarbijter.gif)}
.guestbook .ezel{	background-image: url(../gfx/guestbook/ezel.gif)}
.guestbook .eaumega{	background-image: url(../gfx/guestbook/eaumega.gif)}
.guestbook .witrose{	background-image: url(../gfx/guestbook/witrose.gif)}

/* ########## CONTACT ########## */
.formrow{
	display: block;
	border: 0px solid yellow;
	margin: 0 0 10px 0;
	clear: both;
}

.description{
	float: left;
	width: 130px;
	text-align: right;
}
.contact .description{width: 240px;}

.formfield{	margin: 0 0 0 145px;}

.contact .formfield{margin: 0 0 0 255px;}
input{
	font-size: 10px;
}
/* various minor classes */
#bierserveren li{
	margin-bottom: 15px;
}

#receptlist{
	list-style: none;
	margin-left: -20px !important;
	margin-left: 20px;
}

#receptlist li{
	margin-bottom: 10px;
}

#receptlist a:link, #receptlist a:visited{
	text-decoration: none;
	background-image: url(../gfx/interface/ico.url.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
}
#receptlist a:active, #receptlist a:hover{
	color: red;
	background-image: url(../gfx/interface/ico.url.hover.gif);
}

.recept #content img{
	border: 1px solid #135275;
	float: right;
	margin-left: 10px;
}

.recept #content ol li{
	margin-bottom: 8px;
}

.horecazakenmetsite h4{
	background-color:  #dfedf8;
	color: #135275;
	margin-bottom: 10px !important;
}

.horecazakenmetsite .horecarow{
	margin-top: 20px;
}
.horecazakenmetsite .horecarow a:link, .horecazakenmetsite .horecarow a:visited{
	text-decoration: none;
}
.horecazakenmetsite .horecarow a:active, .horecazakenmetsite .horecarow a:hover{
	color: red;
}
.horecazakenmetsite .horecarow img{
	border: 1px solid #135275;
	float: right;
}

td.ok {
	background-color:#CCFFCC;
}

td.nok {
	background-color:#FFCCCC;
}


#rondleidinglegende{
	display: block;
	width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
/* ########## backgrounds ########## */
.events #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.events.gif);	background-repeat: repeat-y}	
.events #content{	background-image: url(../gfx/interface/back-events.jpg);	background-repeat: no-repeat;	padding-left: 210px;}
.events #contentbottom{	background-image: url(../gfx/interface/back-content-bottom-events.gif);}

.news #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.events.gif);	background-repeat: repeat-y}	
.news #content{	background-image: url(../gfx/interface/back-events.jpg);	background-repeat: no-repeat;	padding-left: 210px;}
.news #contentbottom{	background-image: url(../gfx/interface/back-content-bottom-events.gif);}

.brouwerij #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.left.lightblue.gif);	background-repeat: repeat-y}	
.history #contentwrapper{background-image: url(../gfx/interface/back-history-center.jpg);background-repeat: no-repeat; background-position: 197px 0}
.brouwerij #content{ background-image: url(../gfx/interface/back-history-left.jpg); background-repeat: no-repeat;	padding-left: 210px;}
.brouwerij #contentbottom{	background-image: url(../gfx/interface/back-content-bottom-leftlightblue.gif);}

.biercultuur #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.left.lightblue.gif);	background-repeat: repeat-y}	
.brouwproces #contentwrapper{background-image: url(../gfx/interface/back-biercult.center.jpg); background-repeat: no-repeat; background-position: 193px 0}
.biercultuur #content{ background-image: url(../gfx/interface/back-biercult.left.jpg); background-repeat: no-repeat;	padding-left: 210px;}
.biercultuur #contentbottom{	background-image: url(../gfx/interface/back-content-bottom-leftlightblue.gif);}

.generic #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.pattern.gif);	background-repeat: repeat-y}	
.generic #contentwrapper{background-image: url(../gfx/interface/back.generic.center.jpg); background-repeat: no-repeat; background-position: 192px 0}
.generic #content{ background-image: url(../gfx/interface/back.generic.left.jpg); background-repeat: no-repeat;	padding-left: 210px;}
.generic #contentbottom{	/*background-image: url(../gfx/interface/back-content-bottom-leftlightblue.gif);*/}

.horeca #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.left.lightblue.gif);	background-repeat: repeat-y}	
.horeca #contentwrapper{/*background-image: url(../gfx/interface/back.generic.center.jpg); background-repeat: no-repeat;*/ background-position: 197px 0}
.horeca #content{ background-image: url(../gfx/interface/back.horeca.left.jpg); background-repeat: no-repeat;	padding-left: 210px;}
.horeca #contentbottom{	background-image: url(../gfx/interface/back-content-bottom-leftlightblue.gif);}

.fun #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.left.lightblue.gif);	background-repeat: repeat-y}	
.fun #contentwrapper{/*background-image: url(../gfx/interface/back.generic.center.jpg); background-repeat: no-repeat;*/ background-position: 197px 0}
.fun #content{ background-image: url(../gfx/interface/back.horeca.left.jpg); background-repeat: no-repeat;	padding-left: 210px;}
.fun #contentbottom{	background-image: url(../gfx/interface/back-content-bottom-leftlightblue.gif);}


.media #contentbackpattern{	background-image: url(../gfx/interface/back-stripes.pattern.gif);	background-repeat: repeat-y}	
.media #contentwrapper{background-image: url(../gfx/interface/back.generic.center.jpg); background-repeat: no-repeat; background-position: 192px 0}
.media #content{ background-image: url(../gfx/interface/back.generic.left.jpg); background-repeat: no-repeat;	padding-left: 210px;}
.media #contentbottom{	/*background-image: url(../gfx/interface/back-content-bottom-leftlightblue.gif);*/}

.home #contentbackpattern{	background-image: url(../gfx/2011/bg.home.content.gif);	background-repeat: repeat-y;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;}	
.home #contentwrapper{background-image: url(../gfx/interface/back.home.right.jpg); background-repeat: no-repeat; background-position: 710px 0;}
.home #content{ }
.home #contentbottom{	/*background-image: url(../gfx/interface/back-content-bottom-leftlightblue.gif);*/}


/* ########## HOMEPAGE ########## */
.home #leftcol{
	/*background-color: Orange;*/
	float: left;
	display: block;
	width: 660px;
	padding: 10px 20px 0 20px;
	
}

.home #rightcol {
	float: right;
	display: block;
	width: 240px;
	padding: 150px 0 20px 10px;
}


.home #intro{
	line-height: 200%;
	color: #7e7e7e;
	text-align: justify;
}

.home #indekijker{
	margin-top: 20px;
	
}


.home #indekijker .row{
	/*background-color: Gray;*/
	display: block;
	width: 665px;
	margin-bottom: 40px;
	clear: both; /* for IE7; doesn't influence IE6 or FF at the moment */
}

.home #indekijker .row .col1:link, .home #indekijker .row .col1:visited{
	/*background-color: Aqua;*/
	color: #767676;
	float: left;
	display: block;
	width: 315px;
	cursor: hand;
}
.home #indekijker .row .col2:link, .home #indekijker .row .col2:visited{
	color: #767676;
	float: right;
	display: block;
	width: 315px;
	cursor: hand;
}
.home #indekijker .row .col1:hover, .home #indekijker .row .col1:active,.home #indekijker .row .col2:hover, .home #indekijker .row .col2:active{ background-color: #7e9eb0; color: white !important}

.home .flashillu{
	display: block;
	width: 65px;
	height: 65px;
	float: left;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border: 2px solid #135275;	
}

	.home #IE7  .flashillu, .home  #IE8 .flashillu{
		border-width: 0px;
}


.home #indekijker .row .flashillu img{
}

.home #indekijker .row .descriptions{
	/*background-color: Aqua !important;
	border: 1px solid red;*/
	display: block;
	width: 225px !important;
	float: right;
}

.home #indekijker .row .descriptions h4{
	/*background-color: Fuchsia;*/
	width: auto;
	margin-top: 0;
	background-color: #751412;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding:  0 0 0 5px;
	margin-bottom: -10px;
}

			.home #IE7  #indekijker .row .descriptions h4, .home  #IE8 #indekijker .row .descriptions h4{
		border-radius: 3px;
}
.descriptions p{
	/*background-color: Fuchsia;*/
	/*display: block;
	width: 100px;
	float: right;*/
}
.ndl #newsflash h3{

}
.ndl #events h3{
	margin-top: 40px;
}

.ndl #quicklinks h3{
	margin-top: 40px;
}
.home #rightcol ul{
	list-style: none;
	margin-left: -40px;
}
			.home #IE7 #rightcol ul{
				margin-left: 0px;
			}
			
			.home #events .date{
				display: block;
				color: #135275;
				}
			.home #events .eventtitle{
				display: block;
				color: #135275;
				font-weight: bold;
				font-size: 12px;
				}

.home #events .eventdescription{
				display: block;
				}
			
.home #rightcol li{

}
.home #rightcol a:link, .home #rightcol a:visited{
	display: block;
	width: 230px;
	padding: 5px 0 5px 0;
	color: #767676;
	border-bottom: 1px solid #b1c2cd;
}

.home #rightcol a:hover, .home #rightcol a:active{
	background-color: #b1c2cd !important;
	color: white;
	border-bottom: 1px solid white;
}


.home .rechtercollink{
	width: 150px !important;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding:  0 0 0 15px !important;
	margin-bottom: 10px;
	background: url(../gfx/interface/arrow.png) no-repeat 7px;
}

.home .rechtercollink:link, .home .rechtercollink:visited{
	background-color: #751412;
	color: #fff !important;
}

.home #rightcol .rechtercollink:active, .home #rightcol .rechtercollink:hover, .home #rightcol .rechtercollink:focus{
	background-color: #135275 !important;
	color: #fff !important;
}
.bfb a{
	width: 140px !important;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 !important;
}
.bfb a img{
	display: block;
}

.home #relatedstuff{}	
.home #relatedstuff li{list-style: none;border-bottom: 1px;}
.home #relatedstuff li a:link, .home #relatedstuff li a:visited{
	
	text-decoration: none;
	text-align: left;
	display: block;
	height: 29px;
	width: 180px;
	padding: 10px 10px 0px 40px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	vertical-align: middle;
	/*text-indent: 55px;*/}
.home #relatedstuff #nieuwsbrief a{	padding: 5px 10px 5px 40px !important;background-position: 0px 5px !important;}


/* ########## BAVIK.COM SPECIFIC ########## */
#introdotcom{}
#introdotcom h1{
	margin-bottom: 0px;
}
#introdotcom #introtop{
	display: block;
	background-image: url(../gfx/dotcom/introtop.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0 !important;
	margin: 0 0 -15px 0;
	width: 660px;
	height: 12px;
	padding: 0;
}
#introdotcom #intropanel{
	display: block;
	background-image: url(../gfx/dotcom/introback.gif);
	background-repeat: no-repeat;
	/*margin: 0 0 -11px 0 !important;*/
	width: 530px;
	padding: 0 120px 0 10px;
	min-height: 330px; /* This is for all mozilla based browsers */
	color: #fff;
}

*html #introdotcom #intropanel{
	height: 330px; /* This targets IE*/
}

#introdotcom #introbottom{
	display: block;
	background-image: url(../gfx/dotcom/introbottom.gif);
	background-repeat: no-repeat;
	width: 660px;
	height: 12px;
}
#introdotcom #intropanel p{
	/*display: block;*/
	margin: 0 0 0 0 !important;
	padding: 0 0 10px 0;
}

#introdotcom #intropanel p.logo_gbn{	text-align: center;}
#introdotcom #intropanel a:link, #introdotcom #intropanel a:visited{	color: #ffc600;}
#introdotcom #intropanel a:hover, #introdotcom #intropanel a:active{	color: #bae1f7;}


#introdotcom #intropanel img{
	display: block;
	margin: 0 0 0px 0 !important;
	padding-bottom: 15px;
}


/*---- Header styling ---*/
#colrelated h4, #colrelated #varianttitel{
	/* for js-disabled browsers */
    font-family: 'ParkAvenueRegular';
	line-height: 1em;
	font-size: 24px;
	font-weight: normal;
	/*border: 1px solid orange;*/
	margin-bottom: -10px;
	color: #dca24f;
	text-indent: 10px;
}

.productselectie h4{
	/* for js-disabled browsers */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size: 18px;
	font-weight: normal;
	/*border: 1px solid orange;*/
	margin-bottom: -10px;
	color: #525252;
}

.home #rightcol h3{
	/* for js-disabled browsers */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	/*border: 1px solid orange;*/
	margin-bottom: -10px;
	color: #fff;
	background-color: #135275;
	border-radius: 5px;
	padding: 5px;
	width: 220px;
}

.home #introdotcom h1{
	/* for js-disabled browsers */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size: 30px;
	font-weight: normal;
	/*border: 1px solid orange;*/
	/*margin-bottom: -10px;*/
	color: #a92134;
	font-weight: bold;
}



/* 2011 addons */
.home #bnner{
	margin-top: 20px;
}
.toplogo{
	position: relative;
	z-index: 25;
	top:  -140px;
	left: 15px;
}
#searchbox{
	display: block;
	width: 209px;
	height: 58px;
	padding:  15px 15px 0 15px;
	position: relative;
	top:  -170px;
	z-index: 60;
	left: 721px;
	background: url(../gfx/interface/back.search.png) no-repeat;
	color:  #fff;
}
	
	#IE7  #searchbox{
		top:  -175px;
		}
.home #searchbox{	
	top:  -170px;
		}
	.home #IE7  #searchbox{
		top:  -175px;
		}

#searchbox input[type="text"]{
	font-size: 12px;
}
#searchbox [type="submit"]{
	font-size: 12px;
}

.searchform{
	margin-top: 10px;
}


#topnav{
	display: block;
	width: 960px;
	height: 54px;
	background-color: #000;
	position: relative;
	margin-top:  -170px;
	z-index: 500;
}

	#IE7 #topnav{	
		margin-top:  -175px;
	}
.home #topnav{	
	margin-top:  -170px;
	height: 27px;
}

.home #IE7 #topnav{	
	margin-top:  -175px;
	height: 27px;
}
#topnav ul{
	margin: 0;
}
#IE7 #topnav ul{
	padding-left: 40px;
}
#topnav ul li{
	display: block;
	float: left;
	height: 27px;
	margin-right: 5px;
}

#topnav a{
	height: 27px;
	display: table-cell;
	vertical-align: middle;
}
#topnav a:link, #topnav a:visited{
	color:  #fff;
}

#topnav  a .stretch{
	display: block;
	float: left;
	vertical-align: middle;
	height: 22px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
}
#topnav  a .backbumper{
	
	display: block;
	float: left;
	width: 5px;
	height: 27px;
}
#topnav li.selected a .stretch, #topnav a:hover .stretch,  #topnav a:active .stretch{
	background-image: url(../gfx/interface/topnav.tab.gif);
}
#topnav li.selected a .backbumper,#topnav a:hover .backbumper, #topnav a:active .backbumper{
	background: url(../gfx/interface/topnav.tab.gif) right;
}


#topnav li.home a .stretch{
		text-indent: -2000px;
		width: 20px;
		background: url(../gfx/interface/icon.home.gif) no-repeat 10px;
}
#topnav a .stretch img{
	border: 0;
}



#topnav ul ul {
	display: block;
	width: 910px;
	height: 27px;
	left: 0;
	padding-left: 50px !important;
	position: absolute;
	background: url(../gfx/interface/back.topnav.level2.gif) repeat-x;
}

	#IE7 #topnav ul ul {
		top: 27px;
	}
#topnav ul ul li{
	padding: 0 5px 0 5px;
}

#IE7 #topnav ul ul li{
	padding: 5px 5px 0 5px;
}
#topnav ul ul li a:link, #topnav ul ul li a:visited{
	color: #d67c7a;
}

#topnav ul ul li a:hover, #topnav ul ul li a:active, #topnav ul ul li.selected a{
	color: #fff;
}

a img{
	border: 0;
}

