/**
 * Reset padding and margins to mitigate browser differences.
 */
* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	font-family: Arial, sans-serif;
	margin: 1em 0.5em;
}

li, dd { 
	margin-left: 1em; 
}

fieldset { 
	padding: .5em; 
}

div {
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #575757;
	background-color: #F9F9F9;
}

td p {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #575757;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}
#page_container {
/*	background: url(/_composer/images/sidmall2.jpg) top left no-repeat;	*/
	width: 900px;
	overflow: hidden;
	margin: 0px auto;
	padding: 5px 20px 20px 20px;
	background-color: #FFF;
}

/**
 * Head
 */

div#head {
	width: 900px;
	margin: 0;
	padding: 0;
	height: 50px;
}

div#head h1 {
	display: none;
}

div#head #logo {
	position: relative;
	float: right;
	height: 38px;
	overflow: hidden;
	margin: 7px 34px 1px 1px;
}


div#head a img {
	border: 0;
}

/**
 * Containers
 */ 
div#main-container {
	position: relative;
	clear: both;
	float: left;
	z-index: 1;
	width: 900px;
}

div#content-container,
div#content-container-splash,
div#content-container-wide {
	background: url(/_composer/images/background-content-standard2.jpg) top left no-repeat;
	position: relative;
	float: left;
	z-index: 1;
	width: 503px;
	min-height: 475px;
	overflow: hidden;
}
div#content-container-splash {
	background: url(/_composer/images/background-content-splash2.jpg) top left no-repeat;
}

div#content-container-wide {
	background: url(/_composer/images/background-wide-right.jpg) top right no-repeat;
	width: 900px;
}
div#content {
	padding: 67px 15px 10px;	/* 62px top padding is needed for "grey borders area" */
	color: black;
}
div#content-container-wide div#content {
	background: url(/_composer/images/background-wide-left.jpg) top left no-repeat;
}

div#services-container {
	position: relative;
	float: left;
	z-index: 1;
	width: 397px;
	overflow: hidden;
}

div#flash-container {
	background: url(/_composer/images/background-flash-standard.jpg) top left no-repeat;
	z-index: 1;
	width: 397px;
	height: 334px;
	overflow: hidden;
}

div#services {
	padding: 10px;
	color: #575757;
}

/**
 * Footer
 */
div#footer {
	position: relative;
	clear: both;
	float: left;
	width: 900px;
	color: #575757;
	z-index: 0;
	margin: 10px 0px 25px;
}
div#footer table {
	position: relative;
	float: left;
	margin-left: 24px;
}

div#footer ul {
	position: relative;
	float: left;
	margin: 3px 0px 0px 0px;
	list-style: disc;
	list-style: none;
	font-size: 9px;
	white-space: nowrap;
}
div#footer ul#util-menu {
	clear: both;
}
div#footer ul#contact_data {
}
div#footer ul#lang-menu {
	margin: 0px 0px 0px 7px;
}
div#footer .first-li {
	list-style: none;
}
div#footer li {
	float: left;
	margin: 2px 4px 2px 3px;
	letter-spacing: 0.5px;
}

div#footer li a {
	font-weight: normal;
	text-decoration: none;
	color: #575757;
}
div#footer li a:hover {
/*	font-weight: bold;	*/
	text-decoration: underline;
}

div#footer #personalnytt {
	display: none;
	position: relative;
	float: right;
	top: 16px;
	right: 33px;
}

/**
 * Powered by Composer
 */
#pbscomposer {
	position: absolute;
	margin-top: 110px;
	left: 0; 
	top: 0;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #575757;
	width: 189px;
	text-align: center;
	text-decoration: none;
} 

#pbscomposer:hover {
	text-decoration: underline;
}
