@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: "" "";
}
em{
	font-style: italic;
}
/* Reset styles - END */
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background-color: #FFF;
}
/* 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: #000;
	font-size: 14px;
}
p{
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
	line-height: 140%;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 110%;
	font-weight: normal;
	margin-bottom: 6px;
}
h2{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 12px;
}
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: 950px;
}
#topContainer{
	float: left;
	width: 940px;
	height: 273px;
	padding: 10px 5px 5px 5px;
	background-image: url(../images/toparea-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#midContainer{
	float: left;
	width: 950px;
	position: relative;
}
#contentArea{
	float: left;
	width: 950px;	
	margin-bottom: 32px;
}
#bottomContainer{
	clear: both;
	float: left;
	width: 950px;
	position: relative;
	text-align: left;
}

/* Top content - menu */

#menuArea{
	float: left;
	width: 950px;
	height: 98px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: repeat-y;
}

#menuContainer{
	float: left;
	width: 950px;
	background-color: #FFF;
}
#menuContainer ul,#menuDestination ul{
	float: left;
	width: 950px;	
	list-style: none;
}
#menuContainer li,#menuDestination li{
	list-style: none;
	float: left;
	text-align: left;
	width: 190px;
	height: 27px;
	padding-top: 5px;
	display: block;
}
#menuContainer li a,#menuDestination li a{
	margin: 0;
	padding: 0;
	display: block;
	width: 180px;
	padding-left: 8px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 100%;
	text-decoration: none;
}
.item0{
	background-image: url(../images/menu-tl-01.gif);
	background-repeat: no-repeat;
}
.item1{
	background-image: url(../images/menu-tl-02.gif);
	background-repeat: no-repeat;
}
.item2{
	background-image: url(../images/menu-tl-03.gif);
	background-repeat: no-repeat;
}
.item3{
	background-image: url(../images/menu-tl-04.gif);
	background-repeat: no-repeat;
}
.item4{
	background-image: url(../images/menu-bl-01.gif);
	background-repeat: no-repeat;
}
.item5{
	background-image: url(../images/menu-bl-02.gif);
	background-repeat: no-repeat;
}
.item6{
	background-image: url(../images/menu-bl-03.gif);
	background-repeat: no-repeat;
}
.item7{
	background-image: url(../images/menu-bl-04.gif);
	background-repeat: no-repeat;
}
.item8{
	background-image: url(../images/menu-tl-05.gif);
	background-repeat: no-repeat;
}
.item9{
	background-image: url(../images/menu-bl-05.gif);
	background-repeat: no-repeat;
}
.blank{
	background: none !important;
	background-color: #FFF !important;
	color: #FFF !important;
}
#menuDestination{
	float: left;
	width: 950px;
	height: 32px;
}
#submenuContainer{
	float: left;
	width: 190px;
	min-height: 160px;
	background-image: url(../images/content-bg.gif);
	background-position: -190px 0px;
}
#submenuContainer ul{
	
}
#submenuContainer li{
	float: left;	
	text-align: left;
}
#submenuContainer li a{
	display: block;
	width: 175px;
	padding: 5px;
	height: 22px;
	padding-left: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.submenuItem1{
	background-image: url(../images/submenu-01.gif);
	background-repeat: repeat-x;
}
.submenuItem2{
	background-image: url(../images/submenu-02.gif);
	background-repeat: repeat-x;
}
.submenuItem3{
	background-image: url(../images/submenu-03.gif);
	background-repeat: repeat-x;
}
.submenuItem4{
	background-image: url(../images/submenu-04.gif);
	background-repeat: repeat-x;
}
.submenuItem5{
	background-image: url(../images/submenu-05.gif);
	background-repeat: repeat-x;
}
.submenuItem6{
	background-image: url(../images/submenu-06.gif);
	background-repeat: repeat-x;
}
.submenuItem7{
	background-image: url(../images/submenu-07.gif);
	background-repeat: repeat-x;
}
.submenuItem8{
	background-image: url(../images/submenu-08.gif);
	background-repeat: repeat-x;
}
#sponsorContainer,#sponsorContainer2{
	float: left;
	width: 950px;
	height: 32px;
	margin-bottom: 32px;
	background-image: url(../images/sponsor-host-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#sponsorContainer img,#sponsorContainer2 img{
	float: left;	
}
#creditsArea{
	float: left;
	width: 950px;
	height: 32px;
	margin-bottom: 32px;
	text-align: left;
}
#creditsArea .creditItem{
	float: left;
	width: 380px;
	padding-top: 3px;
	font-size: 14px;
}
#creditsArea h4{
	display: inline;	
}
#creditsArea a{
	text-decoration: none;
	color: #333;
}
#sitemapArea{
	float: left;
	width: 950px;
	text-align: left;
	margin-bottom: 64px;
}
#sitemapArea ul{
	float: left;
	width: 950px;
	height: 32px;
	background-image: url(../images/sponsor-host-bg.jpg);
	background-repeat: repeat;
}
#sitemapArea li{
	float: left;
	width: 190px;
	height: 32px;
}
#sitemapArea li a{
	display: block;
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	color: #333;
	text-decoration: underline;
}

/* Artikkel og innholdsstiler */
#columnSplitContainer{
	float: left;
	width: 950px;
	position: relative;
}
#mainArea{
	float: left;
	width: 930px;
	padding: 10px;
	text-align: left;
	min-height: 140px;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	position: relative;
}

#mainContentContainerForm{
	float: left;
	width: 540px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
}
#contactFormContainer{
	float: left;
	width: 380px;
	
}
#contactFormContainer .formArea{
	float: left;
	width: 380px;
}
#formContactContent{
	float: left;
	width: 380px;
}
.formArea .formLine{
	float: left;
	width: 380px;
}
.formArea .formLine .formRight{
	margin: 0;
	padding: 0;
	float: left;
	width: 380px;
}
.formArea .formLine .formRight label span{
	margin: 0;
	padding: 0;
	float: left;
	width: 380px;
	height: 16px;
	padding-top: 12px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.formArea .formLine .formRight label input{
	margin: 0;
	padding: 0;
	float: left;
	width: 372px;
	height: 24px;
	padding: 3px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
}
.formArea .formLine .formRight label textarea{
	margin: 0;
	padding: 0;
	float: left;
	width: 372px;
	height: 88px;
	padding: 3px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
}
#confirmRequest{
	float: right;
	width: 380px;
	height: 32px;
	text-align: right;
	margin-top: 32px;
	margin-bottom: 32px;
}
/* Normal article / page layout */

#mainImageContainer{
	float: left;
	margin-bottom: 25px;	
}
#galleryText{
	float: left;
	text-align: left;
}
#blogMainText{
	float: left;
	text-align: left;
}
#blogMainText h1{
	width: 312px;
	font-size: 22px;
}
p.description{
	font-weight: bold;	
}
/* 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;
	display: inline;
}
