﻿/*	Layout	*/

#container
{
  position: relative;
  top: 5px;
  width: 954px;
  margin: 0px auto 0px;
  padding: 0px;
  background-color: white;
}

#entry
{
  position: relative;
  width: 950px;
  border: 2px solid #96b91d;
}

#entry img
{
  border: none;
}

#menu
{
  width: 200px;
}

#header
{
  position: relative;
  width: 950px;
  height: 190px;
  background-image: url(/img/top.gif);
  background-repeat: no-repeat;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

#main
{
  padding-top: 25px;
  position: relative;
  width: 954px; /*	height: 390px;*/
  background-color: white;
}

#footer
{
  background-color: #96b91d;
  padding: 5px 0px 0px 30px;
  position: relative;
  width: 924px;
}

#footer a
{
  text-decoration: underline;
  color: white;
}

#selectLanguage
{
  position:relative;
  margin: 40px 0 0 35px;
}

/*	Generelle innholdsfelt	*/

#content
{
  position: relative;
  margin: 4px 30px 10px 30px;
  width: 694px;
}

#kart
{
  position: absolute;
  top: 40px;
  left: 210px;
}

#locLabel
{
  position: absolute;
  visibility: hidden;
  /*color: #708915;*/
  color: Red;
  z-index: 101;
}

#osloRegion
{
  position: absolute;
  visibility: hidden;
  top: 145px;
  left: 180px;
  z-index: 100;
}

