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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
	position: relative;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section 
{
    display:block;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from &lt;q&gt;, &lt;blockquote&gt;. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* CORE CSS - 20060601 */


/* BODY */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body 
{
	font-size: 80%;
	color: #8d6f62;
	background: #fff;
	font-family: "Georgia","Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-align: center; /* IE method for centering page if it has fixed width */
 	line-height: 1.5; 
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */
{
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 1.4em;
    font-weight: normal;
}

h2
{
    font-size: 1.15em;
}

h2 a
{
}

h3
{
    font-size: 1.1em;
	letter-spacing:-0.01em;
}

h3 a
{
}

h4
{
    font-size: 1em;
}

h5, h6
{
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
}


/* PARAGRAPHS */

p
{
    margin: 0.5em 0;
    line-height: 1.5em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}


/* LINKS */

a
{
    color: #542713;
    text-decoration: none;
}

a:hover
{
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}


/* PRE TEXT */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &amp;nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


/* TABLES */

table
{
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.list th, table.list td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(img/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #ffffff;
}

table.list tr.bglight
{
    background-color: #eee;
}

table.list tr.bgdark
{
    background-color: #eaeaea;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
    vertical-align: middle;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0.75em 0 1em 0.5em;
    padding: 0;
    list-style-type: none;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

li
{
    margin: 0.25em 0 0.5em 0.25em;
    padding: 0 0 0 14px;
    background-image: url(img/li-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    line-height: 1.25em;
    list-style-type: none;
}

/* DEFINITION LISTS */

dl
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
    font-family:  Arial, Helvetica, sans-serif;
    color:#000;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
}

input[type=text], input[type=password],
textarea, select 
{
	background-color:#fff;
	border:1px solid #bbb;
	margin:0.5em 0;
}

input[type=text]:focus, input[type=password]:focus,
textarea:focus, select:focus 
{
	border-color:#666;
}

input[type=checkbox], input[type=radio]
{
  position:relative; top:.25em;
}

input.box, input.halfbox
{
    font-size: 1em;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

a.button, a.defaultbutton, input.button, button, input.defaultbutton, input.button-disabled
{
	margin: 0.7em 0.5em 0.7em 0;
	padding:2px 5px 2px 7px;   /* Links */
	background-color:#e1cdb4;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-decoration:none;	
	color:#fff;
	cursor:pointer;
	border:none;
}

a.defaultbutton, input.defaultbutton
{
	background-color:#000;
	color:#fff !important;
}

a.button, a.defaultbutton, button 
{
	display:block;
	float:left;
}

button img, a.button img
{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
	float:none;
}

div#ezwt input.button, div#ezwt input.defaultbutton, div#ezwt input.button-disabled
{
    color: #4A5054 !important;
}

div.block-container input.button,
div.zones input.button,
div.block-container input.button:hover,
div.zones input.button:hover
{
    padding:0 !important;
    color: #282929 !important;
}

/* Button colors */

/* Standard */
input.button:hover, button:hover, a.button:hover,
input.defaultbutton:hover, button:hover, a.defaultbutton:hover
{
	background-color:#f00;
	border:1px solid #f00;
	color:#fff !important;
}
a.button:active
{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

input.button-disabled
{
    cursor: default;
    color: #666;
}

input.box, textarea.box
{
    width: 100%;
    font-size: 1em;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

div.input, div.textarea
{
    margin: 0.5em 0 0.5em 0;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

div.textarea
{
    padding-right: 0;
}

div.input input, div.textarea textarea
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button, fieldset input.defaultbutton, fieldset input.button-disabled
{
    margin-top: 0.5em;
}

/* HORIZONTAL RULERS */

hr /* General formatting for all horizontal rulers */
{
    color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0; /* This single top border is the one replacing the default look of the ruler */
    height: 1px;
    margin: 0.35em 0 0.35em 0; /* Be aware that these margins may not be calculated consistently across browsers */
}


/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.feedback, div.message-warning, div.message-error, div.warning
{
    margin:0 0 1em 0;
    padding: 0.8em;
    border: 2px solid #FFD324;
    background-color: #FFF6BF;
}

div.message-feedback, div.feedback { background: #E6EFC2; color: #785444; border-color: #C6D880; }
div.message-warning, div.warning { background: #FFF6BF; color: #514721; border-color: #FFD324; }
div.message-error { background: #e1cdb4; color: #542713; border-color: #542713; }

div.message-error a    { color: #fff; }
div.message-warning a, div.warning a   { color: #514721; }
div.message-feedback a, div.feedback a  { color: #264409; }


/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.block div.halfelement /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.halfelement
{
    width: 48%;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.button-left
{
    float: left;
}

div.button-right
{
    float: right;
}

p.text-left, td.text-left, th.text-left, *.text-left
{
    text-align: left;
}

p.text-right, td.text-right, th.text-right, *.text-right
{
    text-align: right;
}

p.text-center, td.text-center, th.text-center, *.text-center
{
    text-align: center;
}

p.text-justify, td.text-justify, th.text-justify, *.text-justify
{
    text-align: justify;
}

div.object-left, table.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 0.25em 1.5em 0.3em 0;
    float: left;
    clear: left;
    position: relative;
    z-index: 10;
}

div.object-right, table.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin: 0.25em 0 0.3em 1.5em;
    float: right;
    clear: right;
    position: relative;
    z-index: 10;
}

div.object-center, table.object-center
{
    margin: 0.25em auto 0.25em auto;
}

div.object-center img
{
    margin:0 auto;
    display:block;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}

/* SPLIT THREE */

div.split
{
    clear: both;
}

div.split-content
{
    border: none;
}

div.split div.three-left
{
    width: 31%;
    float: left;
}

div.split div.three-right
{
    width: 31%;
    float: right;
}

div.split div.three-center
{
    margin: 0 35% 0 35%;
}


/* MISCELLANEOUS STYLES */

div.oe-window /* Needed by OE 5.0 when translating content */
{
    clear: both;
}

.small
{
    font-size: 85%;
}

.clear,
div.oe-window /* Needed by OE 5.0 when translating content */
{
    clear: both;
}

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info&lt;span class="spamfilter&gt;SPAMFILTER&lt;/span&gt;@ez.no &lt;span class="spamfilter&gt;(Remove SPAMFILTER to reply)&lt;/span&gt; */
{
    display: none;
}

body.no-js .no-js-hide
{
	display:none !important;
}

body.js .no-js-show
{
	display:none !important;
}

body .ac-show
{
	display:none !important;
}

.no-wrap
{
	white-space:nowrap;
}

hr.delimiter
{
	border-style:dotted;
}

/* jQuery UI CSS Framework */
.js .ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative;}
.ui-accordion .ui-accordion-content { display: none; overflow: visible;}
.ui-accordion .ui-accordion-content-active { display: block;}

/* jQuery jcarousel CSS */
.jcarousel-container { position: relative; width:100%; padding: 0; }
.jcarousel-clip { z-index: 2; padding: 0;    margin: 0;    overflow: hidden;    position: relative;}
.jcarousel-list { z-index: 1; overflow: hidden;    position: relative;    top: 0;    left: 0;    margin: 0;    padding: 0;}
.jcarousel-list li, .jcarousel-item { float: left; background:none; list-style: none; }
.jcarousel-next { z-index: 3; display: none; }
.jcarousel-prev { z-index: 3; display: none; }</pre></body></html>