﻿body
    {
    margin: 0;
    padding: 0;
    background: #c5af89 url(../bilder/bakgrund.png) top center repeat-y;
    color: #00000;
    font-family: "Times New Roman,Georgia,Serif";
    text-align: center;
    padding-bottom:60px;
    height:100%;
    width:100%;
    text-align: center;
    }
  
/* Reset margin and padding for all elements */

* {margin: 0; padding: 0;}

a
  {
  font-size: 100%;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #b9a431;
  display: block;
  }

a.lanktext
  {
  font-size: 15px;
  font-weight: normal;
  line-height: 45px;
  }

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

#meny
  {
  position:absolute;
  top:0px;
  width:100%;
  background-color:#ffffff;
  padding-bottom:40px;
  display: block;
  min-width: 250px;
  }

#border
  {
  margin: 0 auto 0 auto;
  background: url(../bilder/border.png) repeat-x;
  height:16px;
  width:100%;
  position:absolute;
  bottom:0px;
  }

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

#gardspump
  {
  position: fixed;
  background: url(../bilder/gardspumpsida.png) no-repeat;
  background-size: contain;
  height: 150px;
  width: 60px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  }
  
#svarta
  {
  position:fixed;
  left:0px;
  top:0px;
  right:0px;
  height:100%;
  width:100%;
  background: rgba(64, 64, 64, 0.5);
  z-index:9999;
  }

.vitblock
  {
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 5px;
  background-color: #ffffff;
  width: 100%;
  min-height: 100px;
  margin-top: 150px;
  box-shadow: 5px 5px 5px #000000;
  vertical-align: middle;
  }

.spiktopvanster
  {
  position: absolute;
  background: url(../bilder/spik.png) no-repeat;
  width: 23px;
  height: 24px;
  top: 5px;
  left: 5px;
  }

.spiktophoger
  {
  position: absolute;
  background: url(../bilder/spik.png) no-repeat;
  width: 23px;
  height: 24px;
  top: 5px;
  right: 5px;
  }

.spikbottenvanster
  {
  position: absolute;
  background: url(../bilder/spik.png) no-repeat;
  width: 23px;
  height: 24px;
  bottom: 5px;
  left: 5px;
  }

.spikbottenhoger
  {
  position: absolute;
  background: url(../bilder/spik.png) no-repeat;
  width: 23px;
  height: 24px;
  bottom: 5px;
  right: 5px;
  }

p.text
  {
  padding-top: 50px;
  padding-bottom: 50px;
  }

.sokpostnummer
  {
  margin: 0 auto 0 auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 90%;
  height: 100px;
  }

.sokpostnummer textarea
  {
  min-height: 200px;
  }

.karta
  {
  position: relative;
  margin: 0 auto 0 auto;
  background: url(../bilder/svkarta.png) no-repeat;
  width: 237px;
  height: 559px;
  padding-bottom: 40px;
  }

.poskarta
  {
  position:absolute;
  height:5px;
  width:9px;
  background: url(../bilder/krona.png) no-repeat;
  z-index:1001;
  }

span.af_rubrik
  {
  color:#b9a431;
  font-size: 30px;
  padding-bottom: 0px;
  }

span.undertext
  {
  font-style: italic;
  }

.sprangskiss
  {
  margin: 0 auto 0 auto;
  position: relative;
  background: url(../bilder/sprangskiss.png) no-repeat;
  background-size: contain;
  background-position: top center;
  height: 927px;
  width: 100%;
  top: 25px;
  }

table.reservdelar
  {
  margin: 0 auto 0 auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: left;
  }

table.reservdelar th
  {
  font-size: 100%;
  color: #b9a431;
  }

table.reservdelar th, td
  {
  padding: 10px;
  }

.galleri 
  {
  margin: 0 auto 0 auto;
  position: relative;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #000000;
  width: 100%;
  height: auto;
  margin-top: 150px;
  }