@charset "utf-8";
/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background-image: url('../images/background.jpg');
	background-color: #333;
	background-position: top center;
	background-repeat: repeat;
}
/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */

/* General font styles */
td,div,p{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #333;
	font-size: 12px;
}
p{
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
	line-height: 140%;
}
a{
	color: #938060;
	text-decoration: none;
}
table td a{
	font-weight: bold;	
}
#breadcrumbContainer  a{
	color: #999;
}
a:hover{
	text-decoration: underline;	
}
h1{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
	line-height: 100%;
	font-weight: normal;
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px solid #CCC;
}
h2{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
h2.description{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	border: none;
}
h3{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
h4{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	padding-bottom: 12px;
	margin-bottom: 14px;
	margin-top: 7px;
	border-bottom: 1px solid #CCC;
}
h5{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	font-weight: normal;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCC;
	
}
h6{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3px;
	
}
#outerWrapper{
	width: 100%;
	height: 100%;
}
/* Outer containers */
#contentWrapper{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#topContainer{
	float: left;
	width: 960px;
	height: 152px;
	background-color: #FFF;
	background-image: url(../images/top-banner.gif);
	background-repeat: no-repeat;
}
#midContainer{
	float: left;
	width: 960px;
	background-color: #FFF;
	position: relative;
}
#bottomContainer{
	float: left;
	width: 960px;
	background-color: #FFF;
	position: relative;
}
#bottomEdge{
	float: left;
	width: 925px;
	height: 10px;
	background-image: url(../images/bottom-edge.png);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	padding-top: 20px;
	text-align: right;
	font-size: 11px;
	color: #666;
	padding-right: 35px;
}
#bottomEdge a{
	color: #666;
}
/* Top content - breadcrumb path */
#breadcrumbContainer{
	float: right;
	width: 920px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #999;
	text-align:right;
}
#breadcrumbContainer  a{
	color: #999;
	text-decoration: none;
	display: inline;
}
#breadcrumbContainer a:hover,#breadcrumbContainer a:active{
	color: #333;
}
/* Top content - logo */
#logoContainer{
	float: left;
	width: 960px;
	height: 91px;
}
/* Top content - menu */
#menuContainer{
	float: left;
	width: 960px;
	height: 34px;
}
#menuHolder{
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
.menuButton{
	float: left;
	margin-right: 0px;
}
.menuButtonLeft{
	float: left;
	width: 7px;
	height: 34px;
	background-image: url(../images/tab-left.gif);
	background-repeat: no-repeat;
}
.menuButtonMid{
	float: left;
	background-image: url(../images/tab-center.gif);
	background-repeat: repeat-x;
}
.menuButtonMid a{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.menuButtonRight{
	float: left;
	width: 7px;
	height: 34px;
	background-image: url(../images/tab-right.gif);
	background-repeat: no-repeat;
}
.menuButton.selected .menuButtonLeft{	
	background-image: url(../images/tab-selected-left.gif);
	background-repeat: no-repeat;
}
.menuButton.selected .menuButtonMid{	
	background-image: url(../images/tab-selected-center.gif);
	background-repeat: repeat-x;
}
.menuButton.selected .menuButtonRight{	
	background-image: url(../images/tab-selected-right.gif);
	background-repeat: no-repeat;
}
.menuButton .menuButtonLeft.hover{	
	background-image: url(../images/tab-hover-left.gif);
	background-repeat: no-repeat;
}
.menuButton .menuButtonMid.hover{	
	background-image: url(../images/tab-hover-center.gif);
	background-repeat: repeat-x;
}
.menuButton .menuButtonRight.hover{	
	background-image: url(../images/tab-hover-right.gif);
	background-repeat: no-repeat;
}
/* submenu - menu */
#subMenuContainer{
	float: left; 
	width: 312px;
}
#subMenuContainer ul{
	list-style-position: outside;
}
#subMenuContainer li{
	margin: 0;
	padding: 0;
	float: left;
	width: 312px;
	text-align: left;
	margin-bottom: 4px;
	margin-top:3px;
	background-image: url(../images/submenu-closed-bg.jpg);
	background-repeat: repeat-x;
}


#subMenuContainer li.pathed{
	background-image: url(../images/submenu-expanded-bg.jpg);
	background-repeat: repeat-x;
}
#subMenuContainer li.selected{
	background-image: url(../images/submenu-selected-bg.jpg);
	background-repeat: repeat-x;
}
#subMenuContainer li.pathed a{
	color: #333;
}
#subMenuContainer ul li.pathed ul li a{
	color: #333;
}
#subMenuContainer ul li ul li{
	float: left;
	width: 310px;
	text-align: left;
	margin-bottom: 0px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-image: url(../images/submenu-l2-bg.jpg);
	background-repeat: repeat-x;
}
#subMenuContainer ul li ul li.pathed{
	width: 312px;
	border-left: none;
	border-right: none;
	background-image: url(../images/subsubmenu-pathed.jpg);
	background-repeat: repeat-x;
}
#subMenuContainer ul li ul li.selected{
	width: 312px;
	border-left: none;
	border-right: none;
	background-image: url(../images/subsubmenu-selected-bg.jpg);
	background-repeat: repeat-x;
}
#subMenuContainer ul li ul li.selected a,#subMenuContainer ul li ul li.pathed a{
	color: #FFF;
}
#subMenuContainer li a{
	padding-top: 11px;
	padding-bottom: 9px;
	padding-left: 25px;
	padding-right: 10px;
	width: 277px;
	display: block;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	text-transform: uppercase;
	position: relative;
}
/* Bottom content */
#addressInfoContainer{
	float: left;
	width: 145px;
	margin-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 15px;
	text-align: left;
	font-size: 11px;
	color: #999;
	border-top: 1px solid #CCC;
}
#companyInformationContainer{
	float: left;
	width: 730px;
	margin-right: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	font-size: 11px;
	color: #333;
	border-top: 1px solid #CCC;
}
/* Fremside stiler */
#frontImageContainer{
	float: left; 
	width: 960px;
	height: 298px;
	overflow: hidden;
}
.imageContainerPrimary{
	float: left;
	width: 597px;
}
.imageContainer{
	float: left;
	width: 960px;
}
.imageContainerSecondary{
	float: left;
	width: 363px;
}
/* Artikkel og innholdsstiler */
#columnSplitContainer{
	float: left;
	width: 960px;
	position: relative;
	border-top: 1px solid #CCC;
}
#mainArea{
	float: left;
	width: 550px;
	margin: 35px;
	margin-right: 10px;

	
}
#mainContentContainer{
	float: left; 
	width: 550px;

	text-align: left;
	position: relative;
	
}
#articleListContainer{
	float: left;
	width: 550px;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
}
#articleListContainerThin{
	float: left;
	width: 312px;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
}
#articleListContainerR{
	float: left;
	width: 312px;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
	

}
#articleListContainerR h4{
	width: 312px;
	font-size:12px
}
.articleItemContainer{
	float: left;
	width: 550px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;

	
}
.articleItemContainerR{
	float: left;
	width: 312px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
		border-bottom:#CCC 1px solid;
}
.articleItemContainerThin{
	float: left;
	width: 312px;
	padding-bottom: 25px;
	text-align: left;
	position: relative;
}
.articleItemContainer img{
	float: left;
	margin-right: 25px;
}
.articleItemContainer p{
	float: left;
	width: 392px;
}
.articleItemContainer h4{
	float: left;
	width: 392px;
}
.articleItemContainer h4 a{
	color: #000;
}
.articleItemContainerThin h4 a{
	color: #000;
}
.articleItemContainer p.wide{
	float: left;
	width: 550px;
}
.articleItemContainer p.wide{
	float: left;
	width: 550px;
}
.articleItemContainer.wide p{
	float: left;
	width: 550px;
}
.articleItemContainer h4.wide{
	float: left;
	width: 550px;
}
.articleItemContainerR p{
	float: left;
	width: 312px;
}
.articleItemContainerR h4{
	float: left;
	width: 312px;
}
.articleItemContainerR h4 a{
	color: #000;
	font-size:14px;
}

.articleItemContainerR p.wide{
	float: left;
	width: 312px;
}
.articleItemContainerR p.wide{
	float: left;
	width: 312px;
}
.articleItemContainerR.wide p{
	float: left;
	width: 312px;
}
.articleItemContainerR h4.wide{
	float: left;
	width: 312px;
}
#subArea{
	float: left;
	width: 312px;
	margin: 35px;
	margin-top:32px;
	margin-left: 10px;
	position: relative;
}
#newsContainer{
	float: left;
	width: 312px;
	text-align: left;
	margin-bottom: 25px;
}
#newsHeaderContainer{
	margin-bottom: 0px;
	position: relative;
}
#newsHeaderContainer h4{
	margin-bottom: 0px;
}
#newsHeaderContainer span{
	position: absolute;
	right: 0px;
	top: 5px;
}
#newsHeaderContainer span a{
	color: #000;
}
#newsListContainer{
	float: left;
	width: 100%;
}
.newsItemContainer{
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	border-bottom: 1px solid #CCC;
	cursor:pointer;
}
.selected a{
	font-weight: bold;

}
.newsItemContainer a{
	font-size: 12px;	
}

.newsItemContainer:hover{
	background-color:#F1F1F1;
}

.newsItemContainer h4{
	font-size: 12px;	
}

#relatedContainer{
	float: left;
	text-align: left;
}
.relatedItem{
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.relatedItem h4 a{
	color: #000;
}
/* Normal article / page layout */

#mainImageContainer{
	float: left;
	margin-bottom: 25px;	
}
#galleryText{
	float: left;
	text-align: left;
}
#blogMainText{
	float: right;
	text-align: left;
}
#blogMainText h1{
	margin-top:8px;
	width: 312px;
	font-size: 22px;
}
p.description{
	font-weight: bold;	
}
.blogImageContainer{
	float: left;
	width: 550px;
	margin-bottom: 15px;
}
.galleryImageItem{
	float: left;
	width: 246px;
	height: 159px;
	overflow: hidden;
}
.galleryItemContainer{
	float: left;
	width: 274px;
}
.galleryItemTop{
	float: left;
	width: 274px;
	height: 11px;
}
.galleryItemMid{
	float: left;
	width: 246px;
	padding-left: 13px;
	padding-right: 15px;
}
.galleryItemMid p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.galleryImageItem{
	margin-bottom: 5px;	
}
.galleryItemBottom{
	float: left;
	width: 274px;
	height: 11px;
}
/* Editor styles - lol lissom */
#edit_test{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}
#insert_test{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 100%;
	text-align: center;
}
.editPanel{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	z-index: 999;
	text-align: right;
}
.editPanel a{
	
}
.editPanel img{
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 8px;
}
table.tOmtale td{
	vertical-align: middle;
	padding-bottom: 10px;
	font-size: 11px;
}
td{
	vertical-align: top;
	padding-bottom: 10px;
}