body{ height:100%;
      text-align: center; 
	  font-family:"Agency FB", Arial, serif;}

/*this is what we want the div to look like*/
div.fullscreen{
  /*display:block;*/

  /*set the div in the top-left corner of the screen*/
  position:absolute;
  top:0;
  left:0;
  
  /*background-color:#8B4789;*/
  
  /*set the width and height to 100% of the screen*/
  width:100%;
  height:100%;
}

div.total{
 background-color:#C1FFC1;
 width:850px; 
 height:950px;
 position:relative;
 margin: 0px auto
} 

.tekst{
 text-align: left; 
} 

#map{
width:850px;
height:600px; 
position:relative;
margin: 0px auto
}

.video-container {
	width:320px;
	height:315px;
    /*position: relative;*/
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.foto-container {
	width:270px;
	height:315px;
    /*position: relative;*/
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}


.foto-container img,
.foto-container object,
.foto-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
} 