/* INNER TEMPLATE STYLES
------------------------------------------------------------------ */

/*  This file should contain the design styles for the inner template(s).*/


/* INNER MAIN STYLES AND LINKS
------------------------------------------------------------------ */

/* FRONTPAGE */

.rightTop {
	background-image:url(../templateImages/mainContentRightTop.gif);
	background-repeat:no-repeat;
	height:10px;}
	
.rightMiddle {
	background-image:url(../templateImages/mainContentRightMiddle.gif);
	background-repeat:repeat-y;
	padding:15px}

.rightBottom {
	background-image:url(../templateImages/mainContentRightBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:9px;}

.rightBoardLeader {
	background-image:url(../templateImages/mainContentRightBoardLeader.jpg);
	background-repeat:no-repeat;
	height:140px;
	padding:50px 15px;}
	
.rightBoardLeader h2 {/* HEADING */
	color:#000000;
	font-size:100%;
	margin:0;}
	
.rightBoardLeader h3 {/* INTRODUCTION */
	color:#4E575C;
	font-size:100%;
	font-style:italic;
	font-weight:normal;
	margin:0;}
	
.rightBoardLeader h4 {/* TEXT */
	color:#4E575C;
	font-size:100%;
	margin:0;
	font-weight:normal;}
	
	

/* IMAGES
------------------------------------------------------------------ */

	

/* BASIC
------------------------------------------------------------------ */
#basic {}

#basic h1 {	/* HEADING */
	color:#d50100;
	font-size:130%;
	margin-bottom:11px;}
	
#basic h2 {	/* INTRODUCTION */
	color:#4E575C;
	font-size:100%;
	margin:0;
	margin-bottom:11px;}
	
#basic h3 {	/* TEXT */
	color:#4E575C;
	font-size:100%;
	font-weight:normal;
	margin:0;}
	
.basicBgTop {
	background-image:url(../templateImages/basicBgTop.gif);
	background-repeat:no-repeat;
	height:10px;}
	
.basicBgMiddle {
	background-image:url(../templateImages/basicBgMiddle.gif);
	background-repeat:repeat-y;
	padding:20px 100px 30px 100px;}
	
.basicBgBottom {
	background-image:url(../templateImages/basicBgBottom.gif);
	background-repeat:no-repeat;
	height:18px;}


/* NEWS (nyhet.cfm uses style mainly from basic module)
------------------------------------------------------------------ */

/* NEWS HEADING */
#news h1, 
#newsArticle h1 {
	color:#000000;
	font-size:100%;
	margin:5px 0 0 0;}
	
#newsArchive h1 {
	color:#000000;
	font-size:100%;
	margin:0;}
	
/* NEWS ARCHIVE HEADING */
#newsArchive .heading {
	color:#d50100;
	font-size:130%;
	font-weight:bold;
	margin-bottom:20px;}

#news .h2Bg {
	background-image:url(../templateImages/newsH2Bg.gif);
	background-repeat:no-repeat;
	height:30px;}
	
/* SMALL TITLE */	
#news h2 {
	float:left;
	color:#808080;
	padding:4px 5px;;
	font-size:100%;
	text-transform:uppercase;
	margin:0;}
	
#newsArchive h2 {
	font-size:100%;
	color:#000000;
	margin:0;}
	
#news h2 a:link,
#news h2 a:visited {
	color:#808080;}
	
#newsArticle h2,
#newsArchive h2 {}

/* INTRODUCTION (ingress in Norwegian) */
#news h3,
#newsArticle h3,
#newsArchive h3 {
	margin:0;
	padding-bottom:30px;
	font-size:100%;
	font-weight:normal;
	color:#4E575C;}
	
#newsArchive h3 {
	color:#000000;
	font-weight:normal;
	padding-bottom:15px;}

/* DATE */
#news h4,
#newsArticle h4,
#newsArchive h4 {
	margin:0;
	font-size:90%;
	font-weight:normal;
	font-style:italic;
	color:#808080;}
	
/* LINK COLORS */
#news a:link,
#news a:visited {
	color:#808080; 
	text-decoration: none;} 
#news a:hover, 
#news a:active {
	color:#808080; 
	text-decoration:underline;}
	
#news h1 a:link,
#news h1 a:visited {
	color:#000; 
	text-decoration: none;} 
#news h1 a:hover, 
#news h1 a:active {
	color:#000; 
	text-decoration:underline;}

#news .text,
#newsArticle .text,
#newsArchive .text {}

#news .readMore,
#newsArchive .readMore {}
	
#news .Thumbnail,
#newsArticle .Thumbnail,
#newsArchive .Thumbnail {}

#news img,
#newsArticle img,
#newsArchive img,
#news img a:link,
#news img:visited,
#newsArchive img a:link,
#newsArchive img:visited {}

/* ARCHIVE 1-2-3 AND SO ON */	
#moreresults ul {
	margin-left:0px;
	padding-left:0px;}
	
#moreresults ul li {
	display:inline;}
	
	
/* FORM GREY INPUT FIELD */	
#grey input,
#grey textarea {
	background-color:#808080;
	color:#FFFFFF;}

