<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css combination file */ 
/* Including css file: /css/reset.css */ 
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
a { text-decoration:none; outline: 0;}
/* 
* Most used addons
*/
body { font-family: Verdana, Verdana, Geneva, sans-serif; 
color:#000; font-size:12px; line-height:16px;} 
.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { padding: 0 0 15px 0;}
.text ul, .text ol{ padding: 0 0 15px 25px; list-style:disc;}
.text ol{ list-style:decimal;}
.text table { margin: 0 0 15px 0;}
.text td { vertical-align:top;}
.text a { color:#356AA0;}
.text a:hover { text-decoration:underline;}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { font-size:16px; line-height:20px; font-weight:bold;}
.text h1 { font-size:20px;}
.text h2 { font-size:18px;}
/* Including css file: /css/base.css */ 
/*
Responsive 996px grid system ~ Base CSS.
Uses the HTML5 Boilerplate by Paul Irish with a few tweaks
html5boilerplate.com
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea { color: #222;}
body { font-size: 1em; line-height: 1.4;}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection { background: #b3d4fc; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none;}
/*
* A better looking default horizontal rule
*/
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img { vertical-align: middle;}
/*
* Remove default fieldset styles.
*/
fieldset { border: 0; margin: 0; padding: 0;}
/*
* Allow only vertical resizing of textareas.
*/
textarea { resize: vertical;}
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0;}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */
*text-indent: -9999px;}
.ir:before { content: ""; display: block; width: 0; height: 150%;}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden { display: none !important; visibility: hidden;}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible { visibility: hidden;}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after { content: " "; /* 1 */
display: table; /* 2 */}
.clearfix:after { clear: both;}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix { *zoom: 1;}
/*
* Clear after each row
*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) { /* Style adjustments for high resolution devices */}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important; text-shadow: none !important;}
a,
a:visited { text-decoration: underline;}
a[href]:after { content: " (" attr(href) ")";}
abbr[title]:after { content: " (" attr(title) ")";}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after { content: "";}
pre,
blockquote { border: 1px solid #999; page-break-inside: avoid;}
thead { display: table-header-group; /* h5bp.com/t */}
tr,
img { page-break-inside: avoid;}
img { max-width: 100% !important;}
@page { margin: 0.5cm;}
p,
h2,
h3 { orphans: 3; widows: 3;}
h2,
h3 { page-break-after: avoid;}}
/* Including css file: /css/grid.css */ 
/*
Responsive 996px grid system ~ Grid CSS.
Copyright 2013, Josh Cope
12 Columns ~ Margin left: 13px ~ Margin right: 13px
Based on the 960.gs grid system - http://960.gs/
by Nathan Smith
Licensed under GPL and MIT
*/
/* =============================================================================
Base 966px Grid
========================================================================== */
body {min-width: 996px;}
/* Container */
.container { margin-left: auto; margin-right: auto; width: 996px;}
/* Global */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 { display: inline; float: left; margin-left: 13px; margin-right: 13px;}
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 { position: relative;}
/* Children (Alpha ~ First, Omega ~ Last) */
.alpha {margin-left: 0;}
.omega {margin-right: 0;}
/* Base Grid */
.container .grid_1 {width: 57px;}
.container .grid_2 {width: 140px;}
.container .grid_3 {width: 223px;}
.container .grid_4 {width: 306px;}
.container .grid_5 {width: 389px;}
.container .grid_6 {width: 472px;}
.container .grid_7 {width: 555px;}
.container .grid_8 {width: 638px;}
.container .grid_9 {width: 721px;}
.container .grid_10 {width: 804px;}
.container .grid_11 {width: 887px;}
.container .grid_12 {width: 970px;}
/* Prefix Extra Space */
.container .prefix_1 {padding-left: 83px;}
.container .prefix_2 {padding-left: 166px;}
.container .prefix_3 {padding-left: 249px;}
.container .prefix_4 {padding-left: 332px;}
.container .prefix_5 {padding-left: 415px;}
.container .prefix_6 {padding-left: 498px;}
.container .prefix_7 {padding-left: 581px;}
.container .prefix_8 {padding-left: 664px;}
.container .prefix_9 {padding-left: 747px;}
.container .prefix_10 {padding-left: 830px;}
.container .prefix_11 {padding-left: 913px;}
/* Suffix Extra Space */
.container .suffix_1 {padding-right: 83px;}
.container .suffix_2 {padding-right: 166px;}
.container .suffix_3 {padding-right: 249px;}
.container .suffix_4 {padding-right: 332px;}
.container .suffix_5 {padding-right: 415px;}
.container .suffix_6 {padding-right: 498px;}
.container .suffix_7 {padding-right: 581px;}
.container .suffix_8 {padding-right: 664px;}
.container .suffix_9 {padding-right: 747px;}
.container .suffix_10 {padding-right: 830px;}
.container .suffix_11 {padding-right: 913px;}
/* Push Space */
.container .push_1 {left: 83px;}
.container .push_2 {left: 166px;}
.container .push_3 {left: 249px;}
.container .push_4 {left: 332px;}
.container .push_5 {left: 415px;}
.container .push_6 {left: 498px;}
.container .push_7 {left: 581px;}
.container .push_8 {left: 664px;}
.container .push_9 {left: 747px;}
.container .push_10 {left: 830px;}
.container .push_11 {left: 913px;}
/* Pull Space */
.container .pull_1 {left: -83px;}
.container .pull_2 {left: -166px;}
.container .pull_3 {left: -249px;}
.container .pull_4 {left: -332px;}
.container .pull_5 {left: -415px;}
.container .pull_6 {left: -498px;}
.container .pull_7 {left: -581px;}
.container .pull_8 {left: -664px;}
.container .pull_9 {left: -747px;}
.container .pull_10 {left: -830px;}
.container .pull_11 {left: -913px;}
/* Images &amp; Other Objects */
img, object, embed { max-width: 100%;}
img { height: auto; }
/* =============================================================================
768px Grid
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 995px) { 
body {min-width: 768px;}
/* Container | 768px */
.container {width: 768px;}
/* Global | 768px */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {margin-left: 8px; margin-right: 8px;}
/* Base Grid | 768px */
.container .grid_1 {width: 48px;}
.container .grid_2 {width: 112px;}
.container .grid_3 {width: 176px;}
.container .grid_4 {width: 240px;}
.container .grid_5 {width: 304px;}
.container .grid_6 {width: 368px;}
.container .grid_7 {width: 432px;}
.container .grid_8 {width: 496px;}
.container .grid_9 {width: 560px;}
.container .grid_10 {width: 624px;}
.container .grid_11 {width: 688px;}
.container .grid_12 {width: 752px;}
/* Prefix Extra Space | 768px */
.container .prefix_1 {padding-left: 64px;}
.container .prefix_2 {padding-left: 128px;}
.container .prefix_3 {padding-left: 192px;}
.container .prefix_4 {padding-left: 256px;}
.container .prefix_5 {padding-left: 320px;}
.container .prefix_6 {padding-left: 384px;}
.container .prefix_7 {padding-left: 448px;}
.container .prefix_8 {padding-left: 512px;}
.container .prefix_9 {padding-left: 576px;}
.container .prefix_10 {padding-left: 640px;}
.container .prefix_11 {padding-left: 704px;}
/* Suffix Extra Space | 768px */
.container .suffix_1 {padding-right: 64px;}
.container .suffix_2 {padding-right: 128px;}
.container .suffix_3 {padding-right: 192px;}
.container .suffix_4 {padding-right: 256px;}
.container .suffix_5 {padding-right: 320px;}
.container .suffix_6 {padding-right: 384px;}
.container .suffix_7 {padding-right: 448px;}
.container .suffix_8 {padding-right: 512px;}
.container .suffix_9 {padding-right: 576px;}
.container .suffix_10 {padding-right: 640px;}
.container .suffix_11 {padding-right: 704px;}
/* Push Space | 768px */
.container .push_1 {left: 64px;}
.container .push_2 {left: 128px;}
.container .push_3 {left: 192px;}
.container .push_4 {left: 256px;}
.container .push_5 {left: 320px;}
.container .push_6 {left: 384px;}
.container .push_7 {left: 448px;}
.container .push_8 {left: 512px;}
.container .push_9 {left: 576px;}
.container .push_10 {left: 640px;}
.container .push_11 {left: 704px;}
/* Pull Space | 768px */
.container .pull_1 {left: -64px;}
.container .pull_2 {left: -128px;}
.container .pull_3 {left: -192px;}
.container .pull_4 {left: -256px;}
.container .pull_5 {left: -320px;}
.container .pull_6 {left: -384px;}
.container .pull_7 {left: -448px;}
.container .pull_8 {left: -512px;}
.container .pull_9 {left: -576px;}
.container .pull_10 {left: -640px;}
.container .pull_11 {left: -704px;}
/* Children (Alpha ~ First, Omega ~ Last) | 768 */
.alpha {margin-left: 0;}
.omega {margin-right: 0;}}
/* =============================================================================
Less than 768px
========================================================================== */
@media only screen and (max-width: 767px) { 
body{min-width:0;}
/* Container */
.container { margin:0 auto; width:456px; overflow:hidden; }
/* Global */
.container .grid_1,
.container .grid_2,
.container .grid_3,
.container .grid_4,
.container .grid_5,
.container .grid_6,
.container .grid_7,
.container .grid_8,
.container .grid_9,
.container .grid_10,
.container .grid_11,
.container .grid_12 { width:416px; clear: both; float: none; margin-left: 0; margin-right: 0; display:inline-block; padding-left: 20px; padding-right: 20px; 
/* IE 6&amp;7 */
zoom:1; *display:inline;}
/* Nested children need no padding */
.grid_1 .grid_1,
.grid_2 .grid_1, .grid_2 .grid_2,
.grid_3 .grid_1, .grid_3 .grid_2, .grid_3 .grid_3,
.grid_4 .grid_1, .grid_4 .grid_2, .grid_4 .grid_3, .grid_4 .grid_4,
.grid_5 .grid_1, .grid_5 .grid_2, .grid_5 .grid_3, .grid_5 .grid_4, .grid_5 .grid_5,
.grid_6 .grid_1, .grid_6 .grid_2, .grid_6 .grid_3, .grid_6 .grid_4, .grid_6 .grid_5, .grid_6 .grid_6,
.grid_7 .grid_1, .grid_7 .grid_2, .grid_7 .grid_3, .grid_7 .grid_4, .grid_7 .grid_5, .grid_7 .grid_6, .grid_7 .grid_7,
.grid_8 .grid_1, .grid_8 .grid_2, .grid_8 .grid_3, .grid_8 .grid_4, .grid_8 .grid_5, .grid_8 .grid_6, .grid_8 .grid_7, .grid_8 .grid_8,
.grid_9 .grid_1, .grid_9 .grid_2, .grid_9 .grid_3, .grid_9 .grid_4, .grid_9 .grid_5, .grid_9 .grid_6, .grid_9 .grid_7, .grid_9 .grid_8, .grid_9 .grid_9,
.grid_10 .grid_1, .grid_10 .grid_2, .grid_10 .grid_3, .grid_10 .grid_4, .grid_10 .grid_5, .grid_10 .grid_6, .grid_10 .grid_7, .grid_10 .grid_8, .grid_10 .grid_9, .grid_10 .grid_10,
.grid_11 .grid_1, .grid_11 .grid_2, .grid_11 .grid_3, .grid_11 .grid_4, .grid_11 .grid_5, .grid_11 .grid_6, .grid_11 .grid_7, .grid_11 .grid_8, .grid_11 .grid_9, .grid_11 .grid_10, .grid_11 .grid_11,
.grid_12 .grid_1, .grid_12 .grid_2, .grid_12 .grid_3, .grid_12 .grid_4, .grid_12 .grid_5, .grid_12 .grid_6, .grid_12 .grid_7, .grid_12 .grid_8, .grid_12 .grid_9, .grid_12 .grid_10, .grid_12 .grid_11, .grid_12 .grid_12 { padding-left: 0px; padding-right: 0px;}
.container .push_1, .container .push_2,
.container .push_3, .container .push_4, 
.container .push_5, .container .push_6,
.container .push_7, .container .push_8, 
.container .push_9, .container .push_10,
.container .push_11 { left: 0;}
.container .pull_1, .container .pull_2,
.container .pull_3, .container .pull_4,
.container .pull_5, .container .pull_6,
.container .pull_7, .container .pull_8,
.container .pull_9, .container .pull_10,
.container .pull_11 { left: 0;} }
/* =============================================================================
Less than 480px
========================================================================== */
@media only screen and (max-width: 479px) { 
/* Container */
.container { width:300px;}
/* Global */
.container .grid_1,
.container .grid_2,
.container .grid_3,
.container .grid_4,
.container .grid_5,
.container .grid_6,
.container .grid_7,
.container .grid_8,
.container .grid_9,
.container .grid_10,
.container .grid_11,
.container .grid_12 { width:260px;}}
/* Including css file: /css/style.css */ 
body { 
font-family: Verdana, Verdana, Geneva, sans-serif; 
color:#434343; font-size:12px; line-height:16px; background:;}
html { background:#000;}
.container { }
#headerbar { background:#000; overflow:hidden; height:120px; width:100%; 
}
div.sinds { background: url('/images/sinds-1935.png') right 30px no-repeat; height:120px;}
a.logo { display:block;}
#mainwrapper { 
clear:both; background:#434343 url('/images/bg-bottom.png') center bottom no-repeat; 
overflow:hidden;}
#main { 
background-image: url(/images/bg-main-top.png), url(/images/bg-main-bottom.png), url(/images/bg-main-repeat-y.png); background-repeat: no-repeat,no-repeat,repeat-y; background-position: center top, center bottom, center top; padding-bottom:28px;}
#main div.container { margin-top:3px; background-image: url('/images/white.png'); background-repeat: repeat-y; background-position: 14px 2px; background-size: 969px 125px;}
header { padding-top:20px;}
#sliderwrapper { overflow:hidden; margin-bottom:20px; background:url('/images/slider-background.png') top left no-repeat; height:282px;}
#slider { overflow:hidden; 
height:282px;}
#belmijform span.title { color:#fce32f; font-weight:bold; line-height:26px; display:block;}
#menu-wrapper { margin:0 0 20px 13px;}
#menu { background:url('/images/bg-menu.png') top center no-repeat; height:50px; line-height:50px; font-size:15px; overflow:none !important;}
#menu li { float:left;}
#menu a { padding: 0 19px 0 18px; color:#FFF; display:block; text-align:center; text-shadow:1px 1px 0px #333;}
#menu li a:hover, #menu li.active a { color:#222; text-shadow:none;}
#menu ul ul { width:223px; line-height:22px; background:#353535; padding:0 0 10px 0; text-shadow:none;}
#menu li li { padding:0;}
#menu li li a { text-align:left;}
#menu li li a:hover, #menu li li.active a { background:#707070;}
#menu li li a, #menu li.active li a { display:block; padding:0 0 0 13px; width:210px; font-size:12px; color:#fff;}
#menu li li a:hover , #menu li li.active a { 
color:#222;}
#blocks { overflow:hidden; margin-bottom:20px;}
#blocks div.element { height:254px; 
padding:13px; }
#blocks .block1 { 
background:url('/images/bg-block.png') top left no-repeat; }
#blocks .block2 { 
background:url('/images/block2.jpg') top left no-repeat; }
#blocks .block3 { 
background:url('/images/bg-block.png') top left no-repeat; }
#blocks div.element span { display:block; font-weight:bold; width:140px; padding-top:4px;}
#content { padding:20px;}
#leftbar { padding-right:8px;}
#leftbar .block { margin-top:30px;}
.silestone { margin:0 0 10px 10px;}
#leftbar span.title { display:block; height:
background:url('/images/bg-rightbox-title.png') top left no-repeat;}
#leftbar span.title { display:block; height:25px; line-height:25px; font-weight:bold; color:#FCE32F; padding-left:10px; background:url('/images/bg-rightbox-title.png') top left no-repeat; border-top-left-radius:5px;}
#leftbar div.text { 
padding:5px 10px; 
border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-top-right-radius:5px; background:url('/images/bg-rightbox-repeat.png') top left repeat; color:#eee;}
#leftbar .address { padding:15px 5px; text-align:right; color:#434343;}
#leftbar .address a { 
color:#434343;}
footer { height:140px; line-height:32px; color:#434343;}
footer.text a { color:#434343;}
footer a:hover { color:#434343; text-decoration:underline;}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { font-size:16px; line-height:28px; color:#222;}
.text h1 { font-size:24px; color:#111;}
.text h2 { font-size:20px;}
.text a { color:#058AC4;}
.text strong { font-weight:bold;}
.mobile-only { display:none; }
a.mobile-menu { display: none; /* need this */
border: 1px solid #CCCCCC; cursor: pointer; color:#666; margin: 3px 0; line-height:32px; padding-left:8px;}
a.mobile-menu span { background-image: url("/images/dropdown-arrows.png"); background-position: 0 -14px; display: block; float: right; margin-top: 10px; height: 14px; width: 32px; } 
/* =============================================================================
Page Styles
========================================================================== */
/* =============================================================================
Media Queries
========================================================================== */
@media only screen and (max-width: 995px) { #main { 
background-image: url(/images/bg-main-bottom.png), url(/images/bg-main-repeat-y.png); background-repeat: no-repeat,repeat-y; background-position: center bottom, center top; }
#main div.container { 
background-position: 8px 2px; background-size: 752px 125px;}
}
/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) { 
#sliderwrapper,#slider { height: 205px;}
#belmijform ul.cmsform { padding:0 !important;} 
#belmijform ul.cmsform textarea { height: 20px !important; }
label[for=form3_element_3] { display:none !important;}
#blocks .block1,#blocks .block2, #blocks .block3 { background-size: contain; }
#blocks .block1 img { 
max-width:200px; max-height:100px;} 
#blocks .block1 tr td:first-child{ display:none; }
#blocks div.element { height:200px;}
#blocks .block3 img { 
max-height:210px;} 
#menu { font-size:13px;}
#menu a { padding: 0 10px;}}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) { .mobile-only { display:block; }
#sliderwrapper, #blocks { display:none;} 
#main .container{ background:#eee;}
#main .text a{ color:#D6C128;}
#main div.container { 
background-position: 0px 2px; background-size: 752px 125px;}
#menu { 
position:absolute; 
height:auto; 
width:416px; display:none;}
#menu ul, #menu li { display:block; height:auto;} 
#menu ul ul { display:none; left:40px !important; background:#9a9a9a;} 
#menu ul ul li a { 
background:#9a9a9a;}
#menu li a { color:#fff; display:block; background:#747474; padding:0 10px; line-height:24px; height:24px; font-size:14px; text-align:left; font-weight:normal; padding:0; color:#eee;}
#menu li a span { padding:0 10px;}
#menu li a:hover, #menu li.active a { background: #363636; color:#fff;}
a.mobile-menu { display: block; }
.no-js .mobile-menu { display: none; }
.no-js .buildmenu { display: block; }
#menu .buildmenu { position:relative; top:-3px; z-index:2; }
#menu .buildmenu li { float: none; }
#menu .buildmenu li a { border-bottom: 1px solid #ddd; }
}
/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) { }
/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) { 
#menu { 
width:260px;}
}
/* =============================================================================
Font-Face
========================================================================== */
/* This is the proper syntax for an @font-face file
/* @font-face { font-family: 'FontName'; src: url('../fonts/FontName.eot'); src: url('../fonts/FontName.eot?iefix') format('embedded-opentype'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#FontName') format('svg'); font-weight: normal; font-style: normal; }
*/
/* Including css file: /javascript/potato-menu/jquery.ui.potato.menu.css */ 
/*!
* jquery.ui.potato.menu
* 
* Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
* Licensed under the MIT license.
* 
* @author makoto_kw
* @version 1.1
*/
ul.potato-menu { margin:0; padding:0; width:auto; list-style:none;}
.potato-menu:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0;}
ul.potato-menu li.potato-menu-item { margin:0; padding:0; position:relative; list-style:none; list-style-position:outside; display:inline; float:left;}
ul.potato-menu li.potato-menu-item a { display:block; text-decoration:none; white-space:nowrap; outline:0;}
ul.potato-menu ul.potato-menu-group { margin:0; padding:0; -webkit-padding-start:0; -webkit-padding-end:0; position:absolute; display:none; z-index:1000;}
/* Including css file: /javascript/nivo-slider/nivo-slider.css */ 
/*
* jQuery Nivo Slider v3.2
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* The Nivo Slider styles */
.nivoSlider { position:relative; width:100%; height:auto; overflow: hidden;}
.nivoSlider img { position:absolute; top:0px; left:0px; max-width: none;}
.nivo-main-image { display: block !important; position: relative !important; 
width: 100% !important;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; background:white; 
filter:alpha(opacity=0); 
opacity:0;}
/* The slices and boxes in the Slider */
.nivo-slice { display:block; position:absolute; z-index:5; height:100%; top:0;}
.nivo-box { display:block; position:absolute; z-index:5; overflow:hidden;}
.nivo-box img { display:block; }
/* Caption styles */
.nivo-caption { position:absolute; left:0px; bottom:0px; background:#000; color:#fff; width:100%; z-index:8; padding: 5px 10px; opacity: 0.8; overflow: hidden; display: none; -moz-opacity: 0.8; filter:alpha(opacity=8); -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */}
.nivo-caption p { padding:5px; margin:0;}
.nivo-caption a { display:inline !important;}
.nivo-html-caption { display:none;}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer;}
.nivo-prevNav { left:0px;}
.nivo-nextNav { right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { text-align:center; padding: 15px 0;}
.nivo-controlNav a { cursor:pointer;}
.nivo-controlNav a.active { font-weight:bold;}
/* Including css file: /css/form.css */ 
ul.cmsform { list-style:none;}
ul.cmsform { background: none repeat scroll 0 0 #333333; border: 1px solid #CCCCCC; border-radius: 7px 7px 7px 7px; box-shadow: 0 0 8px rgba(0, 0, 0, 1.00); color: white; padding: 10px;}
ul.cmsform li { padding: 2px 5px; clear:both; overflow:hidden; position:relative;}
ul.cmsform li span.required { color: #cf0404; font-size:x-small; 
vertical-align:top;}
ul.cmsform li input[type=text] { width:160px;}
div.info, div.success, div.warning, div.error, div.validation { border: 1px solid; margin: 10px 0px; padding:15px 10px 15px 50px; background-repeat: no-repeat; background-position: 10px center;}
div.info { color: #00529B; background-color: #BDE5F8;}
div.success { color: #4F8A10; background-color: #DFF2BF;}
div.warning { color: #9F6000; background-color: #FEEFB3;}
div.error { color: #D8000C; background-color: #FFBABA;}
label.error { display:block; clear:both; color: #D8000C; font-style:italic; 
font-size:11px; }
input.error { 
border: dotted 1px #D8000C; padding: 2px; font-style:italic; }
/*
* Specifiek voor opmaak type1
*/
ul.cmsform.type1 input[type=text] { width:40%; float:left;}
ul.cmsform.type1 textarea { width:40%; height:98px; float:left;}
ul.cmsform.type1 label, ul.cmsform.type1 span.label { padding-right:3%; text-align:right; width:25%; float:left; display:inline-block;}
ul.cmsform.type1 .checkbox_wrapper { width:60%; float:left; display:inline-block;}
ul.cmsform.type1 .checkbox_wrapper .option_wrapper { clear:both;}
ul.cmsform.type1 .checkbox_wrapper .option_wrapper label { width: 85%; text-align:left; padding-left:1%;}
ul.cmsform.type1 label.error { display:block; clear:both; text-align:left; 
margin-left:25%; padding-left:3%;}
/*
* Specifiek voor opmaak type2
*/
ul.cmsform.type2 input[type=text] { width:60%; }
ul.cmsform.type2 textarea { width:60%; height:128px;}
ul.cmsform.type2 label, ul.cmsform.type2 span.label { display:block; width:100%;}
ul.cmsform.type2 .checkbox_wrapper { width:60%; padding: 0 0 0 10px; display:inline-block;}
ul.cmsform.type2 .checkbox_wrapper .option_wrapper { clear:both;}
ul.cmsform.type2 .checkbox_wrapper .option_wrapper label { width: 85%; text-align:left; padding-left:1%;}
/*
* Specifiek voor opmaak type3
*/
ul.cmsform.type3 input[type=text] { width:60%; }
ul.cmsform.type3 textarea { width:60%; height:128px;}
ul.cmsform.type3 label, ul.cmsform.type3 span.label { display:block; width:100%;}
ul.cmsform.type3 .checkbox_wrapper { width:60%; padding: 0 0 0 10px; display:inline-block;}
ul.cmsform.type3 .checkbox_wrapper .option_wrapper { clear:both;}
ul.cmsform.type3 .checkbox_wrapper .option_wrapper label { width: 85%; text-align:left; padding-left:1%;}
#belmijform ul.cmsform { 
background-color: transparent; border: 0px solid #CCCCCC; padding: 10px 0 0 0px; }
#belmijform ul.cmsform label { color:#eee;}
#belmijform ul.cmsform input[type=text], #belmijform ul.cmsform textarea { width:85%;}
#belmijform ul.cmsform textarea { height:60px;}
/*
Buttons
*/
.myButton, ul.cmsform input[type=submit] { 
-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1; -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1; box-shadow:inset 0px 1px 0px 0px #fce2c1; 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25)); background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%); background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%); background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%); background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%); background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0); 
background-color:#ffc477; 
-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; 
border:1px solid #eeb44f; 
display:inline-block; color:#ffffff; font-family:arial; font-size:15px; font-weight:bold; padding:6px 24px; text-decoration:none; 
text-shadow:0px 1px 0px #cc9f52; }
.myButton:hover, ul.cmsform input[type=submit]:hover { 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477)); background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%); background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%); background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%); background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%); background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0); 
background-color:#fb9e25;}
.myButton:active, ul.cmsform input[type=submit]:active { position:relative; top:1px;}
label.error, #belmijform ul.cmsform label.error { font-size:10px; color: #D8000C;}

</pre></body></html>