﻿/*	Layout	*/

#container
{
  position: relative;
  top: 1px;
  width: 900px;
  margin: 0px auto 0px;
  padding: 0px;
  background: white url(/img/top.jpg) no-repeat top;
}

#menu
{
  width: 165px;
}

#iconMenu
{
  height: 46px;
  margin-left: 23px;
}

#main
{
  position: relative;
  top: 200px;
  width: 900px;
  margin-top: 2px;
  background: url(/img/Bg.gif) repeat-y;
  z-index: 100;
}

#mainTable
{
  border-bottom: 1px solid #88aa28;
  background: url(/img/bg_gress.jpg) no-repeat right bottom;
}

/*	Generelle innholdsfelt	*/

#content
{
  position: relative;
  margin: 4px 100px 10px 30px; /*    width: 654px;*/
}

.banner
{
  position: absolute;
}
