﻿body
{
	background: #000000 url(images/autra_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#PageHeaderGrid
{
	display: block;
	/*display:-moz-deck;*/ /*Workaround for å holde bredden på toppen i FF*/
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 0px 0px;
	/*width: 1000px;*/ /*IE <= 6*/
	max-width: 1000px; /*fungerer bra i IE7, Firefox 2 og Opera 9*/
	/*width: expression(document.body.clientWidth < 602? "600px" : document.body.clientWidth > 1002? "1000px" : "auto");*/ /*fungerer bare for IE7*/
	height:140px;
	background: url(Images/BgImage.gif) no-repeat;
	overflow: hidden;
}

#PageFooterGrid
{
	display: block;
	height: 70px;
	background: #EBEAE5;
	color: black;
	text-align: center;
	/*width: 1000px;*/ /*IE <= 6*/
	max-width: 1000px; /*fungerer bra i IE7, Firefox 2 og Opera 9*/
	/*width: expression(document.body.clientWidth < 602? "600px" : document.body.clientWidth > 1002? "1000px" : "auto");*/ /*fungerer bare for IE7*/
}

#PageFooter
{
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 0px;
}

.PageContainerBorder {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0px solid #333333;
	border-top: 0px solid #333333;
}