/* SERVER CACHE */
/* CSS FOR ATS */
/* ----------- */
@import url("../../templates/borrelhuis/css/products.css");
@import url("../../templates/borrelhuis/css/popup.css");
@import url("../../templates/borrelhuis/css/search.css");
@import url("../../templates/borrelhuis/css/news.css");
@import url("../../templates/borrelhuis/css/securezone.css");
@import url("../../templates/borrelhuis/css/calendar.css");
/*
@import url("products.css");
@import url("popup.css");
@import url("search.css");
@import url("news.css");
@import url("securezone.css");
@import url("calendar.css");
*/
/* GENERAL */
*
{
	margin: 0; padding: 0;
	border: none;
}
body
{
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 15px;
	text-align: center;
	color: #3C1D00;
	background: url(../../templates/borrelhuis/images/bg_body.jpg) repeat-x #CCCC99;
}
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 15px;
	color: #666;
}
a
{
	color: #FCFCFC;
	text-decoration: underline;
}
a:hover
{
	color: #FCFCFC;
	text-decoration: none;
}
p
{
	margin: 0 0 20px 0;
}
/*a:hover
{
	color: #FF4F00;
}*/
ul
{
	list-style: none;
}
/* HEADERS */
h1
{
	margin: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; line-height: 24px;
	font-weight: normal;
	color: #3C1D00;
}
h2
{
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
h3
{
	padding: 0 0 0 22px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #00367B;
	background: url("../../templates/borrelhuis/images/bg_h3.gif") no-repeat 0 4px;
}
/* DIV: OUTER */ 
div#outer
{
	margin: 0 auto;
	width:862px;
	min-height: 180px;
}
/* DIV: HDR */
div#header 
{
	float: left;
	margin: 0;
	width: 862px; height: 180px;
	background: url(../../templates/borrelhuis/images/bg_header.png) no-repeat top left;
}
div#header div#logo {
	float: left;
	margin: 45px 0 0 25px;
	width: 314px; height: 119px;
}
* div#outer div#header div#logo { margin: 45px 0 0 13px; }
html>body>div#outer>div#header>div#logo { margin: 45px 0 0 25px; }
div#header div#logo a {
	display: block;
	width: 314px; height: 119px;
}
div#header div#fotoboek {
	float: right;
	margin: 0 20px 0 0;
	width: 179px; height: 166px;
}
html>body>div#outer>div#header>div#fotoboek { margin: 0 45px 0 0; }
div#header div#fotoboek a {
	display: block;
	width: 179px; height: 166px;
}
div#header a span.hide_me {
	position: relative;
	display: none;
}
div#header ul#topnav {
	position: relative;
	float: left;
	margin: 45px 0 0 0;
	height: 34px;
	/*background: url(../../templates/borrelhuis/images/bg_topnav.png) no-repeat top center;*/
}
div#header ul#topnav li {
	position: relative;
	padding: 0 0 0 5px;
	float: left;
	width: 95px; height: 50px;
	font-size: 16px;
}
div#header ul#topnav li a {
	position: relative;
	color: #FFF; text-decoration:none;
}
div#header ul#topnav li a:hover {
	color: #3B1E00; text-decoration:none;
}
div#header ul#topnav li a h5,
div#header ul#topnav li a h5 img {
	position: relative;
}
/* DIV: BODYBLOCK */
div#bodyblock
{
	float: left;
	margin: 0 0 0 0; padding: 0 0 0 0;
	width: 862px;
	text-align: left;
	background: url(../../templates/borrelhuis/images/bg_outer.png) repeat-y top left;
} 
* html div#bodyblock 
{
	height: 250px;
}
div#bodyblock div#content
{
	float: left;
	margin: 40px 6px 40px 6px; padding: 0 0 0 40px;
	width: 760px;
}
* div#bodyblock div#content { margin: 40px 0 40px 0; width: 850px; }
html>body>div#outer>div#bodyblock>div#content { margin: 40px 0 40px 0; width: 850px; }
div#bodyblock div#content div.contentblock
{
	float: left;
	padding: 0 20px 0 10px;
	width: 262px;
}
html>body>div#outer>div#bodyblock>div#content div.contentblock { padding: 0 20px 0 0; width: 250px; }
div#bodyblock div#home
{
	float: left;
	margin: 10px 6px 0 6px; padding: 0 13px 0 13px;
	width: 824px; height: 306px;
	background: url(../../templates/borrelhuis/images/bg_home.png) repeat-x bottom;
}
* div#bodyblock div#home { margin: 10px 0 0 0; *margin: 10px 2px 0 3px; padding: 0 0 0 0; *padding: 0 12px 0 10px; width: 820px; *width: 851px; }
html>body>div#outer>div#bodyblock>div#home { margin: 10px 6px 0 6px; _margin: 10px 0 0 0; padding: 0 13px 0 13px; width: 824px; }
div#bodyblock div#home div.homeframe
{
	float: left;
	margin: 0 5px 0 5px; padding: 0 14px 0 0;
	color: #FFF;
	width: 182px; height: 305px;
	background: url(../../templates/borrelhuis/images/bg_home_frame.png) no-repeat top left;
}
* div#bodyblock div#home div.homeframe { padding: 0 0 0 0; }
html>body>div#outer>div#bodyblock>div#home>div.homeframe { padding: 0 14px 0 0; }
div#bodyblock div#home div.homeframe h2
{
	margin: 8px 0 12px 0; line-height: 22px;
	width: 194px; text-align: center;
	font-size: 18px; color: #FFF;
}
div#bodyblock div#home div.homeframe h2 img
{
	margin: 0; padding: 0;
}
div#bodyblock div#home div.homeframe p
{
	margin: 10px 20px 2px 20px;
	color: #FFF;
}
div#bodyblock div#home div.homeframe img
{
	margin: 10px 0 12px 29px;
	color: #FFF;
}
div#bodyblock div#home div.homeframe td.text {
	height: 60px;
}
div#bodyblock div#home div.homeframe td.link a
{
	float: right;
	margin: 3px 0 0 20px;
	width: 29px; height: 31px;
	background: url(../../templates/borrelhuis/images/leesmeer.png) no-repeat top left;
}
span.hide_me { display: none; }
/* DIV: L-COL */
div#l-col
{
	float: left;
	width: 180px; 
	margin: 45px 0 0 40px; padding: 13px 9px 11px 30px;
	background: url(../../templates/borrelhuis/images/bg_pageheader.jpg) no-repeat top left;
}
* div#l-col { height: 400px; margin: 45px 5px 0 15px; padding: 12px 9px 11px 28px; }
html>body>div#outer>div#bodyblock>div#l-col { margin: 45px 0 0 40px; padding: 12px 9px 11px 28px; min-height: 400px;}
div#l-col img
{
	float: left;
	width: 139px; height: 139px;
	background: url(../../templates/borrelhuis/images/bg_pageheader.jpg) no-repeat top left;
}
/* DIV: CONT */
div#cont
{
	float: left;
	margin: 20px 0 20px 40px;
	width: 330px;
	position: relative;
	background: url(../../templates/borrelhuis/images/bg_h1.png) no-repeat top left;
}
* div#cont { margin: 20px 0 20px 25px; }
div#cont h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px; line-height: 24px;
	font-weight: normal;
	color: #3C1D00;
	margin: 25px 0 38px 70px; padding: 0px;
}
div#cont ul
{
	margin: 0px 10px 20px 50px;
	line-height: 17px;
}
div#cont ul li
{
	background: url("../images/ul_li.gif") no-repeat 10px 5px;
	padding: 0 0 0 23px;
}
div#cont p
{
	margin: 0px 10px 20px 50px;
}
div#fotoboek { margin: 20px 0 20px 0; }
div#r-col
{
	float: right;
	margin: 50px 40px 0 0;
	width: 180px;
}
* div#r-col { margin: 60px 15px 0; }
html>body>div#outer>div#bodyblock>div#r-col { margin: 60px 30px 0; }
h4
{
	float: left;
	font-size: 18px;
	padding: 0 0 5px 0;
	color: #3C1D00;
}
h5
{
	float: left;
	font-size: 16px;
	padding: 0 0 20px 35px;
	color: #3C1D00;
}
div#r-col a.r-col
{
	float: left;
	font-size: 18px;
	padding: 0 0 15px 10px;
	color: #3C1D00;
	text-decoration: none;
}
div#r-col a:hover h4,
div#r-col a.active h4
{
	color: white;
}
div#fotoboek {
	margin: 0 0 20px 25px; padding: 10px 0 0 0;
}
/* DIV NEWSHOME */
div#newshome
{
	margin: 0 0 15px 13px;
	width: 150px;
	position: relative;
}
* html div#newshome
{
	margin: 0 0 15px 5px;
}
div#newshome a
{
	color: #094376;
	text-decoration: underline;
}
div#newshome a:hover
{
	color: #094376;
	text-decoration: none;
}
/* DIV: ACTION & NEW */
div#action,
div#new
{
	float: left;
	width: 267px;
}
div#action
{
	clear: left;
	margin: 0 21px 0 0;
}
div#action div#action_header,
div#new div#new_header
{
	background: url("../../templates/borrelhuis/images/bg_extra_hdr.gif") no-repeat top left;
	width: 267px; height: 100px;
}
div#new div#new_header
{
	padding: 35px 0 0 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #00367B;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 247px; height: 65px;
}
div#action div#action_header img.actie-header-img
{
	margin: 0 0 0 18px;
}
div#action div#action_body,
div#new div#new_body
{
	background: url("../../templates/borrelhuis/images/bg_extra_body.gif") repeat-y top left;
	width: 267px;
}
div#action div#action_body table.actions,
div#new div#new_body table.new_items
{
	margin: 0 0 0 10px;
	width: 255px;
}
div#action div#action_body table.actions tr td.action_image,
div#new div#new_body table.new_items tr td.new_item_image
{
	width: 110px;
	vertical-align: top;
}
div#action div#action_body table.actions tr td.line,
div#new div#new_body table.new_items tr td.line
{
	height: 20px;
	background: url("../../templates/borrelhuis/images/bg_action_line.gif") repeat-x 0 10px;
}
div#action div#action_body table.actions tr td.action_content,
div#new div#new_body table.new_items tr td.new_item_content
{
	padding: 0 7px 0 25px;
}
div#action div#action_body table.actions tr td.more
{
	padding: 10px 0 0 137px;
}
div#new div#new_body table.new_items tr td.new_item_moreinfo
{
	padding: 7px 0 0 25px;
}
div#action div#action_footer,
div#new div#new_footer
{
	background: url("../../templates/borrelhuis/images/bg_extra_ftr.gif") no-repeat top left;
	width: 267px; height: 8px;
}
/* DIV: FTR */
div#footer
{
	float: left; text-align: left;
	margin: 0 0 20px 0; padding: 40px 0 0 0;
	font-size: 10px;
	color: #fff;
	width: 862px; height: 69px;
	background: url(../../templates/borrelhuis/images/bg_ftr.png) no-repeat top left;
}
div#footer a
{
	margin: 0 0 0 70px;
	font-size: 11px;
	color: #5C5C45;
	text-align: center;
}
div#footer p
{
	margin: 20px 0 0 5px;
	font-size: 11px;
	color: #5C5C45;
	text-align: center;
}
div#footer p a
{
	margin: 0;
	font-size: 11px;
	color: #5C5C45;
}
/* FAQ MODULE */
.overview_faqcat_niv_1_closed {
	background-image: url("../../templates/borrelhuis/images/cat-faq.gif");
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 15px;
	background-position: 0px 4px;
	margin-top: 10px;
}
.overview_faqcat_niv_1_open {
	background-image: url("../../templates/borrelhuis/images/cat-faq-open.gif");
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 10px;
	background-position: 0px 4px;
}
.overview_faqcat_question a {
	color: #666;
	text-decoration: none;
}
.overview_faqcat_question {
	margin-left: 45px;
	background-image: url("../../templates/borrelhuis/images/faq-bar.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
	line-height: 20px;
}
.faq_detail_question {
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #094376;
}
.faq_detail_answer {
	margin-bottom: 30px;
}
/* PRODUCTS */
div.text ul.productlinks
{
	list-style: none;
	padding: 25px 0 0 0px; margin: 0px;
}
/* SCHERM OVERNEMEN */
div#schermovernemen
{
	position: relative;
	width: 163px; height: 67px;
	background: url("../../templates/borrelhuis/images/schermovernemen.jpg") no-repeat top left;
}
div#schermovernemen a
{
	position: relative;
	display: block;
	width: 163px; height: 67px;
}
table.schermovernemen
{
	float: none; clear: both;
	width: 163px;
}
table.onhome
{
	width: 660px;
	text-align: left;
}
table.onhome tr td.title
{
	padding: 3px 0 3px 0;
	width: 218px;
	color: white;
	text-align: center;
	background: #666;
}
table.onhome tr td#center
{
	margin: 0 5px 0 5px;
}