/*  The DOS Spirit Version 7 Codename Core CSS 
 *  Copyright The DOS Spirit Foundation. Author: Bakkelun 
 */

/* Core Layout CSS */
body,html {
	padding: 0;
	margin: 0;
	background: url(../images/backgrounds/pagebg.png) top center no-repeat fixed #fefaee;
	font: normal 12px/ 18pt Tahoma, Arial, sans-serif;
	color: #000;
}

div#page {
	width: 1000px;
	margin: 0 auto;
}

div#header { position: relative; }

td { vertical-align: top; }

/* Holder innholdstekst og tekstuelt innhold */
div.content {
	width: 990px;
	padding: 10px;
	clear: both;
	position: relative;
}

div#lc {
	width: 630px;
	float: left;
	margin-right: 15px;
	text-align: justify;
}

div#rc {
	width: 340px;
	float: right;
}

div#footer {
	text-align: center;
	width: 100%;
	clear: both;
	color: #1b4260;
	bottom: 0;
	padding: 0;
	background-color: #cedbed;
}

div.clearer {
	clear: both;
}

div#searcharea {
	background-color: #d3d3d3;
	width: 960px;
	padding: 10px 10px 6px;
}

div#loginarea {
	position: absolute;
	top: 100px;
	left: 18px;
	padding: 5px;
}

div#loginarea span.detail a {
	padding: 5px;
	color: #333;
}

div#loginarea span.detail a:hover {
	color: #fff;
}

a {
	font-weight: 700;
	color: #1a3d5a;
	text-decoration: none;
}

a:hover {
	color: #397fb5;
	text-decoration: underline;
}

span.searchwordhighlight {
	font-size: 15px;
	color: #f00;
}

div#tabnav li {
	float: left;
	padding: 2px;
	margin-right: 4px;
	border: 2px solid #DAECF6;
	border-bottom: none;
	padding: 0 5px;
	cursor: pointer;
}

div#tabnav li:hover {
	color: #397FB5;
	border-color: #397FB5;
}

ul#mainnav li a {
	font-size: 9px;
	color: #1A415F;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 10px;
	margin: 2px 0;
	height: 20px;
}

ul#mainnav li a:hover,ul#mainnav li #current {
	color: #fff;
	background: url(../images/mh.png) top left repeat-x;
}

div.message {
	padding: 5px;
	background-color: #d2f0ff;
	border: 1px dashed #333;
	text-align: center;
}

/* Overskrifter / Headings */
h1,h2,h3,h5,h1 a,h2 a,h3 a {
	font: lighter 25px Georgia, Tahoma, serif;
	color: #333;
	margin: 0;
	padding: 5px 0;
}

h2, h2 a {
	color: #2b6da5;
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 20px;
}

h3 { font-size: 18px; }

h4,h6 {
	font: bold 12px Tahoma, Arial, serif;
	padding: 5px 0;
	margin: 0;
	color: #404D6C;
}

h5 {
	font-weight: 100;
	font-size: 40px;
	color: #544A34;
}

/* H6 brukes kun til formatering av lenker! Typisk download */
h6 {
	width: 100%;
	padding: 8px 0;
	text-align: center;
	background-color: #cedbed;
	color: #1B4260;
}

h6:hover,a h6:hover {
	background: url("../images/blount.gif") top right no-repeat #1B4260;
	color: #fff;
}

img a { border: none; }

div#tabdata div {
	display: none;
	padding: 4px;
	border-top: 2px solid #397FB5;
}

div#tabdata div.active {
	display: block;
}

/* julekalenderspesifikt */
div.kalender {
	float: left;
	text-align: center;
	background-color: #E7F1FB;
	margin: 0 1px 5px 0;
	border: 1px solid #333;
}

div.retroplayer {
	color: #fff;
}

.autocomplete-w1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 8px 0 0 6px;
}

.autocomplete {
	font-size: 14px;
	border: 1px solid #999;
	background: #fff;
	cursor: pointer;
	text-align: left;
	width: auto;
	height: auto;
	margin: -6px 6px 6px -6px;
}

.autocomplete .selected {
	background: #f0f0f0;
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
}

.autocomplete strong {
	font-weight: 700;
	color: #397FB5;
}

.modal { 
	background-color: #fff; 
	position: absolute;
	top: 0;
	left: 5%;
	opacity: 0.9;
	height: 500px; 
	overflow: auto; 
	width: 80%;
	padding: 5px 10px;
	border: 2px solid #999;
	display: none;
	z-index:1;
	margin: 10px;
}
