﻿  body
      {
      margin: 0;
      padding: 0;
      color: #555;
      font: 12px/160% Arial, Verdana, sans-serif;
      text-align: center;
      padding-bottom:60px;
      background-color: #efeeea;
      margin-bottom: 100px;
      }

  .clearall
    {
    clear: both;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0;
    }
  
  /* Reset margin and padding for all elements */
  * {
    margin: 0;
    padding: 0;
    }

  /* Links */
  a
    {
    outline: none;
    }

  a:link, a:visited
    {
    color: #03690d;
    text-decoration: none;
    }

  a:hover
    {
    color: #03690d;
    }

  a:active
    {
    background: #e5f0e6;
    }

  a.nounderline:hover
    {
    text-decoration:none;
    border-bottom:none;
    }

  a.telefon
    {
    color: #03690d;
    text-decoration: none;
    width: auto;
    height: 20px;
    margin-top: 9px;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url(../bilder/icon-mobile-phone.gif);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0 1px 1px #fff;
    font-weight: bold;
    }
  
  a.epost
    {
    color: #03690d;
    text-decoration: none;
    width: auto;
    height: 20px;
    margin-top: 9px;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url(../bilder/icon-email.gif);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0 1px 1px #fff;
    font-weight: bold;
    }
  
  a.ring, a.mail
    {
    position: relative;
    margin: 0 auto 0 auto;
    display: none;
    display: block;
    width: 80%;
    color: #03690d;
    font-size: 250%;
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid #808080;
    vertical-align: middle;
    padding-top: 5%;
    padding-bottom: 5%;
    box-shadow: 10px 10px 5px #000000;
    background-color: #efeeea;
    }
  
  a.vit
    {
    color: #03690d;
    width: 100%;
    height: 100%;
    display: block;
    }
  
  a.popup
    {
    position: absolute;
    vertical-align: middle;
    width: 10%;
    cursor: pointer;
    right: 10px;
    top: 10px;
    }
  
  a.popup:hover
    {
    border: none;
    }
  
  a.glomt_losen
    {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    background-color: #efeeea;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    font-size: 2vh;
    }
  
  /* Images */
  img
    {
    border: none;
    }

  img.full
    {
    float: left;
    margin: 1em 0 0;
    }

  img.right
    {
    float: right;
    margin: 0 0 30px 30px;
    }

  img.left
    {
    float: left;
    margin: 0 30px 30px 0;
    }

  img.top
    {
    margin-top: 29px;
    }

  /* Typography */
  h1, h2
    {
    margin: 0 0 1em;
    padding-top: 29px;
    color: #03690d;
    font-family: Arial, Verdana, sans-serif;
    font-size: 26px;
    line-height: 100%;
    }

  h2
    {
    font-size: 20px;
    margin: 0 0 .5em;
    padding: 0;
    }

  h1 span, h3 span.add
    {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    }

  h3
    {
    margin: 0 0 .5em;
    padding: .5em 0 0;
    color: #333;
    font-size: 16px;
    text-align: left;
    }

  h3.section
    {
    margin: 1.5em 0 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.2em;
    }
  
  hr
    {
    height: 4px;
    margin: 25px 0;
    padding: 0;
    border: none;
    background: url(../bilder/divider-dottedline.gif) repeat-x top left;
    font-size: 4px;
    line-height: 4px;
    clear: both;
    }

  ul
    {
    list-style: disc inside;
    margin: 0 0 1em 15px;
    }

  ul a:link, ul a:visited
    {
    border: none;
    }

  ul a:hover
    {
    border-bottom: 1px solid #03690d;
    }

  p
    {
    margin: 0 0 1em;
    text-align: left;
    }

  #container
    {
    margin: 0 auto 0 auto;
    text-align: center;
    }

  #admin
    {
    float: left;
    width: 100%;
    margin: 0 0 0 -1px;
    background: url(../bilder/bg-admin.jpg) top center no-repeat, #c5af89 url(../bilder/bg-body2.jpg) top center repeat-y;
    }

  #meny
    {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #03690d;
    z-index: 10000;
    }

  #nedermeny
    {
    position: fixed;
    background-image: url(../bilder/bg-contact-small.png), url(../bilder/bg-footer-small.png);
    background-position: top center, center top;
    background-repeat: no-repeat, repeat;
    bottom: 0;
    width: 100%;
    height: 38px;
    z-index: 10000;
    }

  #logo
    {
    position:relative;
    background: url(../bilder/logo.png) no-repeat;
    width:227px;
    height:53px;
    margin: 0 auto 0 auto;
    margin-top:5px;
    text-decoration: none;
    }

  #anv_meny
    {
    position: fixed;
    min-height: 100%;
    width: 100%;
    background-color: #efeeea;
    z-index: 9999;
    display: none;
    color: #03690d;
    }
  
  #anv_meny ul
    {
    position: relative;
    top: 100px;
    list-style: none;
    font-size: 150%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-right: 20px;
    
    padding-top: 10px;
    padding-left: 10px;
    display: block;
    }
  
  #anv_meny ul li
    {
    margin-right: 40px;
    margin-bottom: 10px;
    display: block;
    background-color: #f6f6f6;
    text-align: left;
    font-weight: bold;
    }
  
  #anv_meny ul li a
    {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #d8d8d8;
    background-color: #f6f6f6;
    border-radius: 4px;
    display: block;
    }
  
  #anv_meny ul li a:hover
    {
    background-color: #e3e3e3;
    border: none;
    }
  
  #anv_sok
    {
    position: fixed;
    top: 100px;
    background-color: #efeeea;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    float: right;
    display: none;
    width: 80%;
    height: 100px;
    right: 0px;
    display: none;
    vertical-align: middle;
    z-index: 10001;
    }

  #anv_sok input
    {
    margin-top: 18px;
    padding: 5px 5px 5px 5px;
    height: 50px;
    width: 100%;
    margin-left: 10px;
    font-size: 22px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    }

  #meddelande
    {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 99999;
    }

  .mobilmeny
    {
    position: fixed;
    top: 8px;
    left: 10px;
    background: url(../bilder/meny.png) no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    margin: 0 auto 0 auto;
    text-decoration: none;
    z-index: 99999;
    }

  .sok
    {
    position: fixed;
    top: 20px;
    right: 10px;
    background: url(../bilder/forstoringsglas.png) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    margin: 0 auto 0 auto;
    text-decoration: none;
    z-index: 99999;
    }

  table.product th
    {
    color: #03690d;
    font-size: 200%;
    padding-right: 10px;
    white-space: nowrap;
    }

  .mobilmeny p
    {
    position: relative;
    float: right;
    margin-right: -50px;
    margin-top: 20px;
    font-size: 20px;
    color: #FFFFFF;
    }

  ul.mobmeny
    {
    list-style: none inside;
    padding: 10px;
    }

  ul.mobmeny li
    {
    background-color: #efeeea;
    width: 100%;
    height: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    }

  ul.mobmeny li a
    {
    display: block;
    text-decoration: none;
    color: #03690d;
    }
  
  ul.loggain
    {
    list-style: none inside;
    color: #03690d;
    }
  
  ul.loggain li
    {
    padding-top: 10px;
    }

  ul.produkt
    {
    list-style: none;
    margin-bottom: 100px;
    }

  ul.produkt li
    {
    position: relative;
    text-align: left;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-top: 20px;
    vertical-align: middle;
    box-shadow: 10px 10px 5px #888888;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    }

  ul.produkt li p
    {
    position: relative;
    vertical-align: text-top;
    font-size: 150%;
    bottom: 20px;
    left: 10px;
    padding-top: 20px;
    line-height: normal;
    display: inline-block;
    }

  ul.produkt li img
    {
    margin: 0 auto 0 auto;
    max-width: 100%;
    display: block;
    padding-bottom: 20px;
    }

  a.logolank
    {
    width:100%;
    height:100%;
    display:block;
    background-color:transparent;
    text-decoration:none;
    }

  a.logolank:hover
    {
    display:block;
    text-decoration: none;
    border-bottom:none;
    }

  #main, #main-full
    {
    margin: 0 auto 0 auto;
    margin-top:10px;
    width: 80%;
    max-width: 850px;
    padding: 0 29px 0px;
    background: #fff;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-align:center;
    display: block;
    }
  
  #main form, #main-full form
    {
    padding-bottom: 50px;
    }
  
  #flash-msg
    {
    position: fixed;
    margin-top: 40px;
    height: 8%;
    width: 100%;
    background-color: #e8e8e8;
    color: #03690d;
    border-bottom: 1px solid #d8d8d8;
    text-shadow: 0 1px 1px #fff;
    font-size: 150%;
    font-weight: bold;
    padding-top: 20px;
    z-index: 12002;
    }
  
  #pallet
    {
    background: url(../bilder/pall/icon-pallet-empty.png) bottom left no-repeat;
    height: 36px;
    width: 41px;
    }

  #pallet .articles-one
    {
    background: url(../bilder/pall/icon-pallet-one.png) center left no-repeat;
    }

  #pallet .articles-two
    {
    background: url(../bilder/pall/icon-pallet-two.png) center left no-repeat;
    }

  #pallet .articles-three
    {
    background: url(../bilder/pall/icon-pallet-three.png) center left no-repeat;
    }

  #pallet .articles-four
    {
    background: url(../bilder/pall/icon-pallet-four.png) center left no-repeat;
    }

  #pallet ul
    {
    list-style: none inside;
    float: left;
    margin: 12px 5px 6px 10px;
    padding: 5px 0 5px 5px;
    background: url(../bilder/pall/divider-pallet.gif) top left repeat-y;
    }

  .description
    {
    text-align: left;
    }

  .product-table
    {
    width: 100%;
    margin: 0 0 30px;
    vertical-align: top;
    margin: 0 auto 0 auto;
    color: #000000;
    padding-bottom: 30px;
    }

  .product-table caption
    {
    text-align: left;
    color: #03690d;
    font-weight: bold;
    }

  .product-table th
    {
    color: #03690d;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 5px;
    }

  .product-table th.last
    {
    text-align: right;
    font-weight: bold;
    }

  .product-table td
    {
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
    }

  .product-table td.last
    {
    text-align: left;
    }

  a.webbversion:hover
    {
    text-decoration: none;
    border-bottom: none;
    }
  
  table.teknisk-info
    {
    margin: 0 auto 0 auto;
    }
  
  table.teknisk-info th
    {
    padding-right: 10px;
    }
  
  table.teknisk-info input
    {
    background-color: #e8e8e8;
    color: #03690d;
    border: 0;
    font-size: 250%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    }
  
  table.loggain
    {
    width: 100%;
    padding-right: 20px;
    }
  
  table.loggain input.skicka
    {
    width: 50%;
    }
  
  table.loggain input
    {
    background-color: #e8e8e8;
    color: #03690d;
    font-size: 150%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 100%;
    }
  
  div.overlay
    {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 5px #888888;
    padding-right: 50px;
    cursor: crosshair;
    z-index: 10001;
    overflow-x: hidden;
    overflow-y: scroll;
    }
  
  div.stangknapp
    {
    position: relative;
    background: url(../bilder/icon-close.png) no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
    bottom: -15px;
    overflow: visible;
    display: block;
    }
  
  select
    {
    position: relative;
    background-color: #e8e8e8;
    color: #03690d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 250%;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    }
  
  select.pris
    {
    position: relative;
    background-color: #e8e8e8;
    color: #03690d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 100%;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-top: 10px;
    }
  
  input.pris
    {
    position: relative;
    background-color: #e8e8e8;
    color: #03690d;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 100%;
    width: 100%;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-top: 10px;
    }
  
  input.komihag
    {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
    margin-top: 20px;
    }
  
  span.komihagtext
    {
    font-size: 4vw;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #03690d;
    }
  
  li.data
    {
    font-size: 150%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
    }
  
  li.data span
    {
    float: right;
    text-align: right;
    padding-right: 10px;
    }

  p.stor
    {
    font-size: 250%;
    text-align: center;
    }
  
  p.inloggad
    {
    text-align: center;
    font-size: 150%;
    color: #FFFFFF;
    padding-top: 5px;
    }

  a.tillbaka
    {
    position: fixed;
    background-color: #e8e8e8;
    bottom: 38px;
    left: 0;
    width: 50%;
    height: 50px;
    }
    
  a.tillbaka h1
    {
    font-size: 150%;
    padding-top: 20px;
    }

  a.forsta_sidan
    {
    position: fixed;
    background-color: #e8e8e8;
    bottom: 38px;
    right: 0;
    width: 50%;
    height: 50px;
    }
    
  a.forsta_sidan h1
    {
    font-size: 150%;
    padding-top: 20px;
    }

  p.gron
    {
    padding: 0;
    color: #03690d;
    text-align: left;
    margin: 0;
    font-size: 10px;
    }
  
  table.glomt_losenord
    {
    display: none;
    }

#mitten-video
    {
    position: fixed;
    right: 0;
    bottom: 0;
    background-image: url(../bilder/mitten.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: auto;
    background-attachment: scroll;
    background-color: transparent;
    min-height: 100%;
    /*height: 180px;*/
    min-width: 100%;
    z-index: -999998;
    }
        
#bakgrund-video
    {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -999999;
    }