body
{
	background-color: #ffffff;
	font-family: "Times New Roman";
	color: #000000;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

img 
{
	border: 0px; 
}

h1, h2, h3 
{
	font-family: "Times New Roman";
	font-weight: normal;
}

h1 
{
	color: #847363;
	font-size: 28pt;
	width: 100%;
	text-align: center;
	margin-top: 30pt;
	margin-bottom: 20pt;
	padding: 0px;
}

h2
{
	font-size: 18pt;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}
h3
{
	font-size: 16pt;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

p 
{
	margin: 0 0 8pt 0;
}
p.ingress 
{
    font-size: 14pt;
    margin-bottom: 2em;
}

/* Header og lenker */

a
{
    color: #000000;
    text-decoration: none;
}

ul 
{
    list-style-type: square;
}

/** STRUCTURE */

#MainMenuContainer, #FooterContainer, #ContentHeaderReplace, .contentHeaderContainer, #AccessibleMainMenuContainer 
{
	display: none;
}

#LogoContainer 
{
    margin-bottom: 25px;
}

#PageContainer .page
{
	padding: 10px;
	margin: 0px;
	width: 620px;
}

#RelatedContainer 
{
	float: left;
	width: 100%;
	clear: left;
}

/** CONTENT */

#ContactInformation 
{
	padding-top: 10px;
}
#ContactInformation p 
{
	margin-bottom: 1pt;
}

/** FRONTPAGE */
.logo 
{
    width: 660px;
}
.home .print 
{
    display: none;
}

.home .news .date
{
    font-size: 10pt;
    color: #847363;
} 
.home .news .story {
	width: 100%;
	margin-bottom: 2em;
}
.home .news h2 
{
	font-size: 1.1em;
	padding: 0px;
    margin-top: 0.1em;
	margin-bottom:0.4em;
}
.home .news h3
{
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}

/** ------------------ */
.customerArticleList ul 
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.customerArticleList .logo 
{
    display: none;
} 
/** ------------------ */

.articleList ul 
{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
.articleList h3.year 
{
    font-size: 21pt;
}
.articleList h4 
{
    font-size: 16pt;
    font-weight: normal;
    margin-top: 0.1em;
	margin-bottom:0.3em;
}
.articleList li {
	margin-bottom: 1em;
}
.articleList ul.ingress li
{
    margin-bottom: 2em;
}
.articleList ul.ingress h4 
{
    font-size: 16pt;
}

.articleList .date
{
    font-size: 10pt;
    color: #847363;
} 
/** ------------------ */
.article a 
{
    white-space: pre-line;
}
/** ------------------ */
.management h2 
{
    margin-bottom: 0.2em;
}
.management p.title 
{
    font-weight: bold;
    margin-bottom: 0.5em;
}

/** Kontaktinformasjon */

.contactPage .contentHeaderContainer {
	width: 100%;
	text-align: center;
	display: block;
}

ul.contactInformation {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2em;
}

.contactInformation li {
	float: left;
}
.contactInformation li.mail {
	width: 32%;
}
.contactInformation li.visit {
	width: 32%;
}
.contactInformation li.phone {
	width: 36%;
}
.contactInformation h2 
{
	font-size: 1em;
	font-weight: bold;
}
.contactInformation .phone h2
{
	visibility: hidden;
}
.contactInformation dl {
	float: left;
}
.contactInformation dt {
	clear: left;
	float: left;
	width: 30%;
}
.contactInformation dd {
	float: right;
	width: 69%;
}

.contactPage .article h3 {
	font-size: 1em;
	font-weight: bold;
}
