﻿#TopBanner
{
	width: 100%;
	height: 95px;
	background-image: url('images/topbanner.jpg');
	background-repeat:no-repeat;

}

#Menu
{
	width: 795px;
	height: 15px;
	position: absolute;
	vertical-align:middle;
	top: 115px;
	left: 216px; 
	background-color: #D7D7D7;
}

#LeftColumn
{
	width: 200px;
	height: 100%;
	position: absolute;
	top: 115px;
	left: 10px; 
	background-image:url('Images/VenstreBilde.jpg');
	background-repeat: repeat-y;
}

#RightColumn
{
	width: 190px;
	height: 100%;
	position: absolute;
	top: 5px;
	right:0;

}

#Content1
{
	width: 795px;
	position: absolute;
	top: 137px;
	left: 216px;
	height: 100%
}
html, body, #PageSize 
{
	height: 100%;
	width:100%;
	min-height: 100%;
	}

	
html>body, html>body #PageSize 
{
	height: auto;
	}

#Footer
{
	width: 600px;
	height: 15px;
	text-align: center;
	left: 216px; 
}

#Footer p 
{
	margin: 0.5em 0 1em 2em;
	}

#InfoBox1
{
	padding-left: 5px;
	padding-right:15px;
	padding-top: 10px;
	width: 590px;
}


