﻿.no-disp { display: none; }

body {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Arial, sans-serif;
  font-size: 11px;  _font-size:  68.75%;
  color: #606060;
  text-align: center;
}

/* **************************************************************** */
/* Basic Settings                                                   */
/* **************************************************************** */

div, table, caption { font-size : 1em; }

a,
a:link {
  color: #9d0202;
  text-decoration: none;
}

a:hover,
a:active { 
  color: #9d0202; 
  text-decoration: underline;
}
 
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0em;
}

li { 
  padding-bottom: 0em;   
}

form { margin: 0; }
label { display: block; }

hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
}

textinput, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  vertical-align: middle;
  width: 158px;
}

textarea { vertical-align: top; }

img { 
  margin: 0;
  padding: 0;
  border: none; 
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 1.4em;
  margin-bottom: .55em;
}

h2 {
  font-size: 1.27em;
  margin-bottom: .55em;
}

h3 {
  font-size: 1.09em;
  margin-bottom: .55em;
}

h4 {
  font-size: 1em;
  margin-bottom: .55em;
}

/* **************************************************************** */
/* Layout of template columns                                       */
/* **************************************************************** */

#three-col #wrapper,
#two-col #wrapper {
  text-align: left;
  margin: 0 auto 0 auto;
  overflow: visible;
}

.header {
  padding: 0;
  margin: 0 0 5px 0;
  height: 125px;
  background: #FFF url(../images/bg-header.gif) no-repeat 0% 0%;
}

.header-en {
  padding: 0;
  margin: 0 0 5px 0;
  height: 125px;
  background: #FFF url(../images/bg-header-en.png) no-repeat 0% 0%;
}

.header .logo, .header-en .logo { position: absolute; top: 19px; left: 33px; border: 0; }

.header-sub {
  padding: 0;
  margin: 0 0 5px -3px;
  height: 137px;
  background: #FFF url(../images/bg-header-sub.gif) no-repeat 0% 0%;
}

.header-sub .logo, .header-fireworks .logo { position: absolute; top: 0px; left: 0px; border: 0; }
.header-sub .landsbjorgLink, .header-fireworks .landsbjorgLink { position: absolute; top: 0px; right: 0px; border: 0; }

.header-fireworks {
  padding: 0;
  margin: 0 0 5px -3px;
  height: 137px;
  background: #FFF url(../images/bg-header-fireworks.jpg) no-repeat 0% 0%;
}

/* **************************************************************** */
/* Quick search in header for each template                         */
/* **************************************************************** */

#qsearch { 
  position: absolute; 
  top: 77px; 
  right: 16px;
  width: 170px;
}

#qsearch .content { padding: 0px 0px 0px 0px; }
#qsearch .content label { padding-left: 4px; margin-bottom: 2px; color: #fff; }

#qsearch .input-field { 
  float: left; 
  width: 117px; 
  height: 20px;
  margin-right: 4px; 
  padding: 0 0 0 25px; 
  border: none; 
  background: url(../images/bg-input-search.gif); 
}

#qsearch input.button {  
  float: left;
  width: 21px;
  height: 21px;
  border: none;
  margin-top: -1px;
  text-indent: -2000px;
  background: url(../images/bg-button-search.gif) no-repeat 100% 100%;
  cursor: pointer;
  _cursor: hand;
}

/* **************************************************************** */
/* Quick navigation in header for each template                     */
/* **************************************************************** */

.qnav { 
  position: absolute; 
  top: 9px; 
  right: 91px;
}

.qnav ul { float: left; margin: 0 0 0 0;  padding: 0 0 0 0; }
.qnav li { float: left; list-style: none; }
.qnav li a { float: left; color: #fff; padding: 0px 12px 0px 12px; }
.qnav li a:hover { color: #ededed; text-decoration: none; }

.qnav-sub, .qnav-fireworks { 
  position: absolute; 
  top: 9px; 
  right: 330px;
}

.qnav-sub ul, .qnav-fireworks ul { float: left; margin: 0 0 0 0;  padding: 0 0 0 0; }
.qnav-sub li, .qnav-fireworks li { float: left; list-style: none; }
.qnav-sub li a, .qnav-fireworks li a { float: left; color: #fff; padding: 0px 12px 0px 12px; }
.qnav-sub li a:hover, .qnav-fireworks li a:hover { color: #ededed; text-decoration: none; }

/* **************************************************************** */
/* Main Navigation                                                  */
/* **************************************************************** */

.main-navigation {
  position: absolute;
  top: 93px;
  left: 181px;
  
}

.main-navigation ul { float: left; margin: 0 0 0 0;  padding: 0 0 0 0; }
.main-navigation li { float: left; list-style: none; }
.main-navigation li a { 
  float: left; 
  width: 120px; 
  text-align: center;
  padding: 11px 0px 7px 0px; 
  margin-right: 2px; 
  background: url(../images/bg-main-nav.gif) no-repeat 0% 0%; 
  white-space: nowrap;
}

.main-navigation a,
.main-navigation a:visited,
.main-navigation a:link { font-size: 1em; font-weight: bold; color: #fff; text-transform: uppercase; text-decoration: none; }
.main-navigation a:hover {
  color: #fff; 
  background: url(../images/bg-main-nav.gif) no-repeat 0% 100%;
}

.main-navigation .current_page a, 
.main-navigation .current_page_ancestor a {
  color: #fff; 
  background: url(../images/bg-main-nav.gif) no-repeat 0% 100%;
}

/* **************************************************************** */
/* Fontsizer                                                        */
/* **************************************************************** */

.fontsizer {
  position: absolute;
  top: 6px;
  right: 9px;
}

.fontsizer ul { list-style: none; padding: 0; margin: 0; }
.fontsizer ul li { float: left; }
.fontsizer ul li a { float: left; display: block; color: #fff; font-weight: bold; }
.fontsizer ul li a.small-font { font-size:1.2em; padding: 3px 6px 0px 4px; }
.fontsizer ul li a.large-font { font-size:1.5em; padding: 1px 8px 0 0; }
.fontsizer ul li a.contrast {
  width: 22px;
  height: 20px;
  text-indent: -2000px;
  background:url(../images/bg-contrast.gif) no-repeat;
}

.fontsizer ul li a:hover { color: #ededed; text-decoration: none; }
.fontsizer ul li a.high-contrast:focus { -moz-outline-style: none; }

.fontsizer-sub {
  position: absolute;
  top: -5px;
  right: -50px;
}

.fontsizer-sub ul { list-style: none; padding: 0; margin: 0; }
.fontsizer-sub ul li { float: left; }
.fontsizer-sub ul li a { float: left; display: block; color: #fff; font-weight: bold; }
.fontsizer-sub ul li a.small-font { font-size:1.2em; padding: 3px 6px 0px 4px; }
.fontsizer-sub ul li a.large-font { font-size:1.5em; padding: 1px 8px 0 0; }
.fontsizer-sub ul li a.contrast {
  width: 22px;
  height: 20px;
  text-indent: -2000px;
  background:url(../images/bg-contrast.gif) no-repeat;
}

.fontsizer-sub ul li a:hover { color: #ededed; text-decoration: none; }
.fontsizer-sub ul li a.high-contrast:focus { -moz-outline-style: none; }

/* **************************************************************** */
/* Banner on frontpage                                              */
/* **************************************************************** */

.fp-banner {
  position: absolute;
  top: 130px;
  left: 182px;
  width: 547px;
  height: auto;
}
.fp-banner ul, .fp-banner-sub ul { float: left; margin: 0px; padding: 0;}
.fp-banner li, .fp-banner-sub li { float: left; list-style: none; }

.fp-banner-sub {
  position: absolute;
  top: 142px;
  left: 182px;
  width: 547px;
  height: auto;
}

/* **************************************************************** */
/* Second Navigation                                                */
/* **************************************************************** */

.second-navigation { width: 179px; background: url(../images/bg-second-nav-top.gif) no-repeat 0% 0%; }

.second-navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 3px 0 3px 22px;
  background: url(../images/bg-main-nav-level1.gif) no-repeat 0% 0%;
}

.second-navigation ul { list-style: none; padding: 10px 0 10px 0; margin: 0; }
.second-navigation ul.level1 { background: url(../images/bg-second-nav-bottom.gif) no-repeat 0% 100%; }
.second-navigation li { display: inline; padding: 0; margin: 0; }

.second-navigation .level1 .current_page a,
.second-navigation .level1 .current_page_ancestor a,
.second-navigation .level1 a:hover {
  color: #fff;
  text-decoration: none;
  background: url(../images/bg-main-nav-level1-active.gif) no-repeat 0% 0%;
}
.second-navigation .level1 .level2 { width: 179px; padding: 3px 0 3px 0; }
.second-navigation .level1 .level2 a { color: #000; padding-left: 30px; background: url(../images/bg-second-nav-level2.gif) repeat-y 0% 0%; }
.second-navigation .level1 .level2 a:hover { color: #000; background: url(../images/bg-second-nav-level2-hover.gif) repeat-y 0% 0%; }
.second-navigation .level1 .level2 .current_page a { color: #000; background: url(../images/bg-second-nav-level2-hover.gif) repeat-y 0% 0%; }

.second-navigation .level1 .level2 .level3 { width: 179px; padding: 0 0 0 0; }
.second-navigation .level1 .level2 .level3 a { color: #000; padding-left: 40px; background: url(../images/bg-second-nav-level2.gif) repeat-y 0% 0%; }
.second-navigation .level1 .level2 .level3 a:hover { color: #000; background: url(../images/bg-second-nav-level2-hover.gif) repeat-y 0% 0%; }
.second-navigation .level1 .level2 .level3 .current_page a { color: #000; background: url(../images/bg-second-nav-level2-hover.gif) repeat-y 0% 0%; }


/* **************************************************************** */
/* Breadcrumbs definitions                                          */
/* **************************************************************** */

#breadcrumbs {
  position: absolute;
  top: 141px;
  left: 163px;
  border: 1px solid #d2d2d2;
  font-size: .9em;
  color: #9a9a9a;
  font-weight: bold;
}

#three-col #breadcrumbs { width: 608px; }
#two-col #breadcrumbs { width: 900px; background: url(../images/bg-breadcrumbs-2col.gif) no-repeat 0% 0%;}
#one-col #breadcrumbs { width: 916px; left: 6px;  }

#breadcrumbs .content { padding: 0; }

#breadcrumbs ul { float: left; margin: 0px; padding: 2px 8px 2px 8px; }
#breadcrumbs li { float: left; list-style: none; }

#breadcrumbs a { color: #366fc3; text-decoration: none; font-weight: normal; }
#breadcrumbs a:hover { color: #366fc3; text-decoration: underline; }

#breadcrumbs .tracer-first-separator { display: none; }
#breadcrumbs .tracer-separator { margin: 0 4px 0 4px; }

/* **************************************************************** */
/* Footer                                                           */
/* **************************************************************** */

#footer 
{
  float: left;
  height: 32px;
  color: #fff;
  text-align: center;
  background: url(../images/bg-footer.gif) no-repeat 0% 0%;
  margin-top: 10px;
}

#footer .vcard .content { padding: 10px 0 0 0;  }
#footer .vcard .content .org { display: none; }

#footer .vcard .content a { color: #fff; }
#footer .vcard .content a:hover { color: #fff; }
#footer .vcard .content .seperator { padding: 0 5px 0 5px; background: url("../images/bg-sep-footer.gif") no-repeat 50% 50% ; }
