@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Lagt til av audun: */
@media print {
  .kunscreen {
    display: none;
    }
  .menubck  {
    display: none;
    }

}

/* Lagt til av Paul-Inge: */
.menubck .inpath {
	font-weight:bolder;
}

.menubck #current {
	color:#e16629;
}

.searchbox { width:290px; height:auto; overflow:visible; float:right; margin-top:65px; margin-right:185px; }
.input-bot { height:auto; width:280px; float:left; padding-left:10px; }
.input-q { border:none; display:block; float:left; margin-top:10px; font-size:1em; padding-left:10px; width:195px;}
.input-button { margin-top:10px; margin-left:2px; width:41px; height:22px; }
.header { background-image:url("banner2.jpg"); width:950px; height:313px; }


/*-------------------------*/
.menubck, .body_bck {
	font-size:9px;
	vertical-align:top;
	background-repeat: repeat-y;
	padding-top:15px;
	/*border:1px solid red;*/
}

.menubck {
	background-image: url(v_meny.jpg);
	margin-right: 10px;
	margin-left: 10px;
}

.body_bck {
	background-image: url(bod_bck.jpg);
	height:100%;
}
.allcontent {
	/*vertical-align: top;*/
	font-size: 9px;
	color: #333333;
	margin:0px 10px;
	overflow:auto;
}
.content {
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
p {
	font-size: 12px;
	color: #333333;
}
a img {
	text-decoration: none;
	border: none;
	color: #1D60DC;
}
a {
	text-decoration: none;
	color: #1D60DC;
}
a:hover {
	text-decoration: none;
	color: #E16629;
}
li {
	
	font-size: 12px;
	color: #333333;
}

h2 {
	
	font-size: 12px;
	color: #333333;
}
h1 {
	
	font-size: 14px;
	color: #333333;
}
.heading {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	clear:both;
	width: 250px;
	/*float:right;*/
	float: none;
}

.centered {
	text-align:center;
}
div.frptxt {
	font-size: 10px;
	width: 250px;
	float: right;
}
div.articleimg {
	
	font-size: 10px;
	background-color: #F3F3F3;
	width: 490px;
	float: left;
}
img.content {
	padding: 3px;
	border: 1px dashed #999999;
	background-color: #FFFFFF;
	float: left;
	margin:0 15px 20px 0;
}
div.line {
	margin:2.5em 0 0.2em 0;
	width: 100%;
	border-top:1px solid #666666;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;*/
}
div.menuhead,
p.menuhead {
	text-indent: 25px;
	margin-bottom:0;
	border-bottom:1px solid #999999;
}

span.menuhead {
	font-size: 12px;
	font-weight: bold;
}
div.menuhead p{
	padding-bottom:0px;
	margin-bottom:0px;
}
.menuhead a { color:#000000; }
.menuhead a:hover { color:#e16629; }

td#right .menuhead {
	/*text-indent:20px;*/
	margin-left:20px;
	text-indent:0px;
	border-bottom:1px solid #999999;
	font-weight:bold;
	font-size:12px;
}
/* Endring av Paul: byttet ut div.menu med ul.menu på høyresiden (i template nav.jsp) */
div.menu,
ul.menu,
ul.resourcelist {
	font-size: 11px;
	margin:0 0 1.5em 10px;
	text-decoration: none;
}
ul.menu,
ul.resourcelist {
	list-style:none;
	padding-left:10px;
}
ul.menu li,
ul.resourcelist li {
	/*margin:0;
	padding:0;*/
	padding:1px 0;
	font-size:11px;
	line-height:12px; /* removes that really neat (un-removable) extra spacing in sweet sweet Internet Explorer's list items.... */
}
ul.menu li.selected,
ul.resourcelist li.selected {
	font-weight:bold;
	color:#EA6629;
}
img.menu {
	margin-left: 10px;
	text-decoration: none;
}
div.leftmenu,
td#left ul.menu {
	font-size: 11px;
	margin-left: 25px;
	text-decoration: none;
}
td#left ul.menu {
	padding:0;
}
td#left ul.menu li {
	line-height:11px;
}
td#left .menuhead {
	font-weight:bold;
	font-size:12px;
}


a.menu {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
a.menu_sel {
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
}


div.menu_sel {
	font-size: 11px;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
div.adresse {
	font-size: 9px;
	width: 100%;
	text-align: center;
    color: #666666;	
}
table.ord th {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
table.ord td {
	font-size: 9px;
	color: #666666;
}

.tiplink {
	float:right;
	/*margin-top:-1.4em;*/
}

.tiplink a { margin-left:1em; text-decoration:none; }
.tiplink a img { vertical-align:middle; }
.redaktor a {
	float:left;
}

div.redaktor {
	font-size: 10px;
	background-color: #FFFFFF;
	width: auto;
	padding:5px 10px;
	margin-right:2px;
	border:1px solid #333333;
	border-left:none;
	border-right:none;
	overflow:auto;
	/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;*/
}

/* --------  TEASERS  --------- */
.news-teaser {
	/*border:1px solid red;*/
	float:none;
	clear:both;
	width:100%;
}

.news-teaser-split {
	clear: both; 
	height:15px;
	margin-bottom:15px;
	border-bottom:1px solid #CCCCCC; 
	width:100%;
	/*border:1px solid red;*/
}

img.teaser {
	padding: 3px;
	border: 1px dashed #999999;
	background-color: #FFFFFF;
	float: left;
	margin:0px;
}

div.teaser {
	float:right;
	width:280px;
	/*border:1px solid red;*/
}

.news-teaser .text {
	font-size: 10px;
	width:100%;
	float:left;
}
.news-teaser {
	font-size: 10px;
	width:100%;
	float:left;
}

.news-teaser .heading {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	clear:both;
	width:100%;
	float:left;
}
/* for å få tekst til høyre og bilde til venstre*/
.image {
	width:45%;
	float:left;
}
.imagetext {
	font-size:10px;
	/*width:50%;
	float:right; */
}
.imagesource {
	font-size:10px;
	/*width:50%;
	float:left;*/
}
.largeimagesource {
	font-size:10px;
	width:95%;
	text-align:left;
}
.imageinfo{
	font-size:10px;
	width:55%;
	float:right;
}
.largeimageinfo{
	font-size:10px;
	width:95%;
	text-align:left;
}
.text {
	font-size: 12px;
	color: #333333;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	display:block;
}
.ingress {
	color: #666666;
	font-weight: bold;
}
.textsmall {
	font-size: 7px;
	color: #333333;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	display:block;
}
.level-up {
	margin-top:1em;
	margin-bottom:2em;
	text-align:center;
	font-size:11px;
}
/*----------- TIMESTAMPS -----------*/
.timeinfo { margin:0 0 1em 0; }

/*----------- ACTIVITIES -----------*/
.activity .detail { font-size:1em; padding:0.25em 0; font-size:1.25em; clear:both; }
.activity .detail .label { font-weight:bold; display:inline-block; width:40%; }
.activity .detail .labelmap { font-weight:bold; float:left; width:40%; }
.activity .detail .descr { float:right; width:60%; }
.activity .location { font-style:italic; margin-top:0.5em; font-size:1.25em; }

ul.activities { list-style:none; padding:0; margin:0; }
ul.activities li { border:1px solid lightgrey; background-color:#eeeeee; overflow:auto; margin:0 0 0.5em 0; padding:0.25em; }
ul.activities li .left { float:left; width:25%; }
ul.activities li .right { float:right; width:73%; min-height:40px; }
ul.activities h2 { margin-top:0; }
ul.activities .location { font-style:italic; }
ul.activities .detail { padding:0.25em 0; display:block; float:none; }
ul.activities .detail .label { font-weight:bold; }

td#right .menuhead { padding-right:8px; }
td#right ul.activities { list-style:none; padding:0; margin:0; }
td#right ul.activities li { border:none; border-bottom:1px solid lightgrey; background:none; margin:0 8px 0 18px; }
td#right ul.activities li,
td#right ul.activities li a { font-size:11px; } 
/*----------- VFS RESOURCE LIST -----------*/
