<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** GLOBAL ***/

body {font-family:Arial,Tahoma,Verdana;font-size:13px;margin:0 auto;padding:0;line-height:20px;color:#333;background-image:url("https://www.bruschke.nl/templates/bruschke-home/images/bg-body_brown.png");}
* {margin:0;padding:0;}
*:focus {
outline:none;/* removes ugly dotted border but may make template more unsuable,up to you
 if you want to keep it! */
}
.clear {clear:both;height:1px !important;line-height:1px !important;float:none !important;}
form {margin:0;padding:0;}
hr {border-width:0;height:1px;line-height:0;margin:45px 0;page-break-after:always;text-align:center;width:100%;clear:both;color:#e3e3e3;background:#e3e3e3;}
img {-ms-interpolation-mode:bicubic !important;}

/* Page Navigation*/
.pagenavi .pages, 
.pagenavi a, 
.pagenavi a:visited {color:#84563e;border:1px solid #e0e0e0;background:#fff;}
.pagenavi a:hover, 
.pagenavi .current {color:#919191;border:1px solid #919191;background:#fff;}

/* Search */
#src div {background:#fff;border:1px solid #dbdbdb;}
#src input {color:#919191;}
#src .button_src {background: url("https://www.bruschke.nl/templates/bruschke-home/images/but_submit.gif") no-repeat scroll 0 3px transparent;}

/*** END OF GLOBAL ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1,h2 {margin-bottom:15px;font-family:Arial,Verdana;font-weight:normal;}
h3,h4,h5,h6 {margin-bottom:8px;font-family:Arial,Verdana;font-weight:normal;}
h2, h3, h4, h5, h6 {color:#333;}
h1 {font-size:36px;line-height:30px;color:#6a804a;}
h2 {font-size:26px;line-height:24px;}
h3 {font-size:24px;line-height:20px;}
h4 {font-size:20px;line-height:15px;}
h5 {font-size:16px;line-height:15px;}
h6 {font-size:13px;line-height:15px;font-weight:bold;}

/* links */
a,a:visited {text-decoration:none;color:#84563e;}
a:hover {text-decoration:underline;}
a img {border:none}

/* float align */
.alignleft,
img.alignleft {display:inline;float:left;margin-right:15px;margin-top:3px;}
.alignright,
img.alignright {display:inline;float:right;margin-left:15px;margin-top:5px;}
.aligncenter,
img.aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;}
.alignnone,
img.alignnone {clear:both;display:block;margin-left:auto;margin-right:auto;margin-top:3px;}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {margin-bottom:12px;}

img.clean,
.clean_img img {padding:0 !important;margin:0 !important;background:none !important;border:none !important;}

/* lists,blockquotes and paragraphs */
p,ul,ol,blockquote {margin-bottom:20px;}
ul,ol {margin:10px 0 20px 20px;}
li ol,
li ul {list-style:square;margin-bottom:0;margin-top:0;}
li ol {list-style:decimal;}

.keurmerk {font-size:11px;line-height:18px;margin:10px 4% 0 0;position:relative;float:left;width:30.6666%;}

.no-margin {margin:0 !important;}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#wrapper {width:1020px;margin:30px auto;background:#fff;border-top:solid 4px #84563e;border-bottom:solid 4px #404040;}
#container {width:940px;margin:0 auto;position:relative;}

/* TOP */
#top {padding:20px 0;width:100%;float:left;}
#logo {float:left;}
#logo h1,#logo h1 a,#logo h1 a:visited {font-size:36px;margin-bottom:0;}
#logo h1 a:hover {text-decoration:none;}
#logo .desc {font-size:15px;font-family:Calibri,Verdana,Arial;color:#999;}
.toplinks {float:right;}
.toplinks,
.toplinks a {color:#333;}

/* TOP NAVIGATION */
#topnav {float:left;width:100%;background:#404040;}
#topnav ul {list-style-type:none;margin:0;padding:0;}
#topnav ul li {list-style-type:none;margin:0;padding:0;background:#404040;border-left:1px solid #666;}
#topnav ul li.active {background:#666;}
#topnav ul li a {color:#fff;}
#topnav ul li a:hover {background:#666;}
#topnav ul li li {padding:0;border:none;}

/*Top level list items*/
.jqueryslidemenu ul li {
position:relative;
display:inline;
float:left;
z-index:100;
font-size:13px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
display:block;
padding:10px 15px 10px 15px;
text-decoration:none;
}

* html .jqueryslidemenu ul li a {/*IE6 hack to get sub menu links to behave correctly*/
display:inline-block;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
position:absolute;
left:0;
top:25px !important;
display:block;
visibility:hidden;
padding:0 !important;
padding-top:15px !important;
margin-left:-1px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {display:list-item;float:none;border:none;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
left:191px !important;
top:-1px !important;
padding-top:0 !important;
border-top:solid 1px #e3e3e3;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
width:160px;/*width of sub menus*/
padding:6px 15px;
margin:0;
border-top-width:0 !important;
background:#404040; /*background of sub level (default state)*/
}
.jqueryslidemenu ul li ul li a:hover {background:#666;} /*background of sub level (hover state)*/

.jqueryslidemenu ul li ul li li a {border-width:0 1px 1px 1px;}

/* ######### CSS classes applied to down and right arrow images ######### */

.downarrowclass {position:absolute;top:17px;right:16px;}
.rightarrowclass {position:absolute;top:12px;right:5px;}

li.hide {display:none !important;} /* hide the home link in the menu, because an icon is used instead */

a.home {width:20px;height:20px;background:#404040 url("https://www.bruschke.nl/templates/bruschke-home/images/home.jpg") 50% 50% no-repeat;display:block;}
a.home:hover {background:#666 url("https://www.bruschke.nl/templates/bruschke-home/images/home_hover.jpg") 50% 50% no-repeat !important;}

#breadcrumb {float:left;width:100%;background:url("https://www.bruschke.nl/templates/bruschke-home/images/stripes.jpg") 0 60% repeat-x;height:15px;line-height:15px;margin:20px 0;}
#breadcrumb, 
#breadcrumb a {color:#666;}

/* CONTENT + SIDEBAR */
#main-content {margin:0;}
#main-content,
#content,
#sidebar {float:left;}
#content {width:610px;margin-right:30px;}
#content.full {width:100%;}

#content a {text-decoration:underline;}
#content ul,
#content li {list-style-type:square;}
#content .contentblock img {padding:6px;border:solid 1px #e5e5e5;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
background: -moz-linear-gradient(top,#ffffff,#f3f3f3);
background: -o-linear-gradient(top,#ffffff,#f3f3f3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
}
#content .contentblock a img:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
background: -moz-linear-gradient(top,#f3f3f3,#ffffff);
background: -o-linear-gradient(top,#f3f3f3,#ffffff);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff');
}

#content #sliderblock {margin:0 0 30px 0;width:610px;}
#content #sliderblock .sliderImage div {height:210px;width:170px;}
#content #sliderblock .caption {max-height:210px;padding:10px !important;width:150px !important;font-size:11px;font-family:arial,sans-serif !important;}
#content #sliderblock .caption h3 {color:#fff;font-size:21px;margin-bottom:10px;}
#content #sliderblock .caption a {color:#fff;text-decoration:none;}
#content #sliderblock .caption a:hover {color:#fff;text-decoration:underline;}

.box-gray {font-size:22px;padding:24px 0px;text-align:center;clear:both;}

#sidebar {width:270px;padding-left:28px;border-left:1px solid #e3e3e3;}
#sidebar a {margin:0;padding:0;}

#sidebar .sidebar-container {margin:0;padding:0;}
#sidebar .sidebar-container ul {list-style-type:none;list-style-position:outside;margin:0;padding:0;}
#sidebar .sidebar-container li {list-style-type:none;border:0;margin:0;padding:0 0 0 20px;background:url("https://www.bruschke.nl/templates/bruschke-home/images/bullet_6x6.png") 0 7px no-repeat;}
#sidebar .sidebar-container a.all_news {display:block;margin-top:20px;font-weight:bold;}
#sidebar .sidebar-container .anynews li {padding:0 0 0 20px;background:url("https://www.bruschke.nl/templates/bruschke-home/images/right_dark.gif") 0 6px no-repeat;}

.stripes {background:url("https://www.bruschke.nl/templates/bruschke-home/images/stripes.jpg") left top repeat-x;height:7px;width:100%;margin:30px 0;clear:both;}

#sidebar .content2 ul {list-style-position:outside;margin:0;padding:0;}
#sidebar .content2 li {list-style-type:none;border:0;margin:3px 0;padding:0 0 0 35px;background:url('https://www.bruschke.nl/templates/bruschke-home/images/icons/green_check.png') 0 10% no-repeat;}

#src div {padding:5px 0 5px 0; width:268px;}
#src input {background-color:transparent;background-image:none;border:0 none;font-size:11px;padding:0 10px;width:215px;}
#src .button_src {border:0 none;cursor:pointer;width:20px;height:20px;}

#sidebar li.banner ul {margin:0;padding:0;}
#sidebar li.banner li {display:inline;background:none;border:0;float:left;margin:0 20px 18px 0;padding:0;}
#sidebar li.banner li a {background:none;padding:0;}
#sidebar .text a {background:none;padding:0;}

#sidebar .samples a {padding:0;margin:0;}
#sidebar .samples .pics {margin-left:-6px;}
#sidebar .samples .pics h2 {margin-left:6px;}
#sidebar img {padding:6px;border:solid 1px #e5e5e5;margin:0 0 0 6px;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
background: -moz-linear-gradient(top,#ffffff,#f3f3f3);
background: -o-linear-gradient(top,#ffffff,#f3f3f3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
}
#sidebar a img:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
background: -moz-linear-gradient(top,#f3f3f3,#ffffff);
background: -o-linear-gradient(top,#f3f3f3,#ffffff);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff');
}

/* FOOTER */
#footer {height:70px;line-height:70px;padding:0;margin:20px 40px 0 40px;width:940px;border-top:1px solid #e3e3e3;}
#copyright {font-size:12px;float:left;}
#footer .argosmedia {float:right;}
#footer, 
#footer a {color:#999;}


/*== Column Layouts ==*/
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth {margin-right:4%;position:relative;float:left;}
.one_half {width:48%;}
.one_third {width:30.6666%;}
.one_fourth {width:22%;}
.one_fifth {width:16.8%;}
.one_sixth {width:13.3333%;}

.two_third {width:65.3332%;}
.two_fourth {width:48%;}
.two_fifth {width:37.6%;}
.two_sixth {width:30.6666%;}

.three_fourth {width:74%;}
.three_fifth {width:58.4%;}
.three_sixth {width:47.9998%;}

.four_fifth {width:79.2%;}
.four_sixth {width:65.3332%;}

.five_sixth {width:82.6665%;}
.last {margin-right:0 !important;clear:right;}


/*== Column List ==*/
.four_column {list-style-type:none;margin:0;padding:0;}
.four_column li {list-style-type:none;width:22%;margin-right:4%;float:left;}
.four_column p {margin-bottom:10px;}

.three_column {list-style-type:none;margin:0;padding:0;}
.three_column li {list-style-type:none;width:30.66%;margin-right:4%;float:left;}
.three_column p {margin-bottom:10px;}

.two_column {list-style-type:none;margin:0;padding:0;}
.two_column li {list-style-type:none;width:48%;margin-right:4%;float:left;}
.two_column p {margin-bottom:10px;}

.three_four_column {list-style-type:none;margin:0;padding:0;}
.three_four_column li {list-style-type:none;width:74%;margin-right:4%;float:left;}
.three_four_column p {margin-bottom:10px;}

.two_column li li,.three_column li li,.four_column li li,.three_four_column li li {margin:0;width:auto !important;float:none;}

/* Form */
input[type="text"],
.textarea {padding:4px;margin:4px 0;width:470px;background:#fcfcfc !important;background:#fff;border:1px solid #dbdbdb;color:#333;}
input[type="text"]:hover,
.textarea:hover {border:1px solid #bbb;}

/* Button */

.more,
.button,
.more:hover,
.button:hover {color:#84563e;font-weight:bold;text-decoration:none !important;padding:3px 15px !important;display:inline-block;font-size:12px;text-align:center;border-radius:2px;
-moz-box-shadow:1px 1px 1px #d3d3d3;-webkit-box-shadow: 1px 1px 1px #d3d3d3;box-shadow: 1px 1px 1px #d3d3d3;
-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;}

.more,
.button {
border:solid 1px #e5e5e5;
background:#f3f3f3;
background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
background:-moz-linear-gradient(top,#ffffff,#f3f3f3);
background:-o-linear-gradient(top,#ffffff,#f3f3f3);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3');
}

.more:hover,
.button:hover {
border:solid 1px #e5e5e5;
background:#fff;
background:-webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
background:-moz-linear-gradient(top,#f3f3f3,#ffffff);
background:-o-linear-gradient(top,#f3f3f3,#ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff');
}

.more:after {content:" \00BB";}
	
/* PREDIFENED BUTTON*/

/* midgreen */
.midgreen {
	color:#ddefa5 !important;	
	border:solid 1px #526139 !important;
	background:#526139 !important;
	background:-webkit-gradient(linear,left top,left bottom,from(#a1b47e),to(#526139)) !important;
	background:-moz-linear-gradient(top, #a1b47e, #526139) !important;
	background:-o-linear-gradient(top, #a1b47e, #526139) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1b47e',endColorstr='#526139') !important;
}
.midgreen:hover {
	color:#ddefa5 !important;	
	border:solid 1px #526139 !important;
	background:#a1b47e !important;
	background:-webkit-gradient(linear,left top,left bottom,from(#526139),to(#a1b47e)) !important;
	background:-moz-linear-gradient(top, #526139, #a1b47e) !important;
	background:-o-linear-gradient(top, #526139, #a1b47e) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#526139',endColorstr='#a1b47e') !important;
}

/* yellow */
.yellow {
color:#a26704 !important;
border:solid 1px #f7b443 !important;
background:#f8b747 !important;
background:-webkit-gradient(linear,left top,left bottom,from(#ffdc7b),to(#f8b747)) !important;
background:-moz-linear-gradient(top,#ffdc7b,#f8b747) !important;
background:-o-linear-gradient(top,#ffdc7b,#f8b747) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc7b',endColorstr='#f8b747') !important;
}
.yellow:hover {
color:#a26704 !important;
border:solid 1px #f7b443 !important;
background:#ffdc7b !important;
background:-webkit-gradient(linear,left top,left bottom,from(#f8b747),to(#ffdc7b)) !important;
background:-moz-linear-gradient(top,#f8b747,#ffdc7b) !important;
background:-o-linear-gradient(top,#f8b747,#ffdc7b) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b747',endColorstr='#ffdc7b') !important;
}</pre></body></html>