/****************************************************
	P A G E L A Y O U T
	1em = 10px
****************************************************/
body {
	background-color: #F6F4EB;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 911px;	
}

div#Page {
	padding-top: 98px;
	text-align: left;
	background-image: url('images/page_bg.gif');
	background-repeat: repeat-y;
	width: 911px;
}

div#HeaderContainer {
	position: absolute;
	top: 0;
	height: 100px;
	width: 911px;
	background-image: url('images/header_bg.gif');
	background-repeat: repeat-y;
}

div#PrintFooter {
	display: none;
}

div.Clear {
	clear: both;
}

div#FooterContainer {
	position: relative;
	height: 50px;
	width: 911px;
	background-image: url('images/footer_bg.gif');
	background-repeat: no-repeat;
}

div#FooterText {
	padding-left: 125px;
	padding-top: 15px; 
}

div#FooterAboutText {
	display: block;
	float: left;
	width: 180px;
	position: relative;
	top: 15px;
	left: 20px;	
}

div#FooterAboutText a {
	color: #948A7C;
}

div#FooterAboutText a:hover {
	color: #948A7C;
}

div#FooterAboutText a:visited {
	color: #948A7C;
}



/****************************************************
	H E A D E R C O N T A I N E R
****************************************************/
div#TopBanner {
	height: 75px;
	margin-left: 30px;
}

div#TopBannerLogo {
	width: 202px;
	height: 75px;
}

div#TopBannerLinks {
	padding-top: 16px;
	display: inline;
}

div#TopBar {
	background-color: #4C6079;
	width: 874px;
	margin-left: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}

div#TopContactLink a {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin-left: 1px;
	margin-top: 1px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	background-color: #4C6079;
	width: 78px;
}

div#TopContactLink a:hover, 
div#TopContactLink a.navigation_active, 
div#TopContactLink a.navigation_open {
	color: #000000;
	background-color: #F6F3EC;
}




div#NavigationTopBar, div#NavigationDropDown {
	height: 20px;
	width: 680px;
}

div#TopBarSearchForm {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;

}

li#TopBarSearchForm form {
	margin: 0px;
	padding: 0px;
	height: 18px;	
}

.divEATeaserHeader {
	background-image: url('images/ea_teaser_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 6px;
	padding-left: 8px;
	height: 24px;
	color: #8F3226;
}

/****************************************************
	M I S C
****************************************************/

ul.Vertical {
	clear: both;
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.VisSkjul
{
	display: none;
}

.VisSkjulShow
{
	display: block;
}

.Byg-Button {
	border: 1px solid #EEE7D1;
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
	cursor: hand;
}


.inputFlatBorder {
	border: 1px solid #4C6079 !important;
}

.BygBrochure-Error
{
	width: 400px;
	border: solid 1px Red;	
	font-family: Verdana;
	font-size: 11px;
	color: Red;	
	padding: 10px;
	margin-bottom: 10px;
}