/* CSS för glide-sidor */

  html {
    width: 100%;
  }

  body{
    padding: 0;
    margin: 1em 1em 1em 1em;
    background-repeat: repeat-x;
    font-family: 'verdana';
    font-size: 90%;
    text-align: center;
    color: silver;
    width: 90%
    }

  .maindiv{
    float: center;
    background-color: black;
    width: 67em;
    margin: 0 auto;
  }

  .logotyp {
    height: 6em;
    padding: 10px;
    text-align: center;
    z-index: 1;
  }

  .policy {
    font-size: 70%;
  }

  div#countdownDiv {
    text-align: center;
    font-size: 70%;
    font-weight: bold;
    float: left;
    margin: 0 0 0 1em;
  }

/* Länkarna */
  .featuredcontenttoggler{ /* div som styr glide-sidornas länkar */
    position: relative;
    width: 8em;
    float: left;
    margin: 1em 1em 1em 1em;
    line-height: 150%;
    text-align: left;
    height: 24em;
  }

  .featuredcontenttoggler a{ /* utseende för glide-sidornas länkar */
    border: 0;
    color: silver;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
  }

  .featuredcontenttoggler a.selected{
     color: gray;
  }

 .featuredcontenttoggler a:hover{
    color: gray;
    }
	
  h1 {font-size: 98%;}

/* mail-länkar */
  #link1 {color:green;text-decoration:none;}
  #link2 {color:green;text-decoration:none;}
  #link3 {color:green;text-decoration:none;}
  #link4 {color:green;text-decoration:none;}
  #link5 {color:green;text-decoration:none;}
  #link6 {color:green;text-decoration:none;}
  #link7 {color:green;text-decoration:none;}

/* Slidesidorna */
  .glidesidamain{
    position: relative; /* Låt stå */
    width: 49em;
    margin: 0 8em 1em 0;
    height: 32em;
    text-align: left;
    overflow: hidden;
    border: 0;
    z-index: 1;
  }

  .featuredcontentglider{ /* hanterar glide-sidornas innehåll */
    position: absolute; /* Låt stå */
    margin: 1em 0 0 1em;
    background: black;
    visibility: hidden;
    width: 48em;
  }

/* div-block att dela in referens-sidan i tre */
  div#leftref{
    position: absolute;
    top: 4em;
    left: 1em;
	  width: 19em;
	  height: 23em;
	  font-size: 70%;
    margin: 1em 2em 0 0;
  }

  div#centerref{
	position: absolute;
	left: 22em;
	top: 4em;
	  width: 19em;
	  height: 23em;
	  font-size: 70%;
    margin: 1em 2em 0 0;
  }

  div#rightref{
    position: absolute;
	  left: 43em;
	  top: 5em;
	  width: 25em;
	  height: 23em;
	  font-size: 70%;
    margin: 0 1em 0 0;
  }

/* Länkar till referenser, karta */
   .lankar{
    color: #990000;
    text-decoration: none;
    font-size: 90%;
   }
   
   .videolankar{
	color: #999999; 
	text-decoration: none;
	font-size:x-small;
	font-weight: bold;
	}

/* Kontakta oss */
  div#left{
    position: absolute;
	  top: 1em;
	  font-size:90%;
	  height: 22em;
  }

  div#center{
	  position: absolute;
	  left: 14em;
	  top: 3em;
	  font-size:90%;
	  height: 22em;
  }

   div#right {
    position: absolute;
	  left: 19em;
	  top: 3em;
	  font-size:90%;
	  height: 22em;
  }

.images {
    float: right;
    margin: 3em 0 1em 1em;
  }

   .popupbild {
     position: absolute;
       top: 0;
       left: 22em;
   }


/* Footer */
  .footer {
    margin: 0 auto;
    width: 90%
    height: 3em;
    text-align: center;
    font-size: 85%;
    background-color: black;
  }

  .webmaster {
     width: 100%
     float: right;
     text-align: right;
     margin: 0 -6em 0 0;
     color: green;
     text-decoration: none;
     font-size: 55%;
   }

/* Banners */

div.banners {
    float: right;
    margin: -32em 1em 1em 1em;
    z-index: 3;
  }

img {
    border:none;
  }

