﻿/*
Denne filen overstyrer standard, siden den lastes etter standard.
Her legges kundespesifikke ting inn.

Eksempel på overstyring:
#content {background: blue;color:white;font-weight:bold;}

Denne gjør at element med id=content får blå bakgrunnsfarge, fet, hvit tekst

--

IE7-spesifikk style: *:first-child+html
IE6-spesifikk style: * html

*/

/* brukes til å "legge bakgrunn" på venstremenyen */
body {
	background: #fff url(bgleft180.gif) repeat-y scroll 0%;
}

/* låser bredde på håndboka */
form {
	max-width: 995px;
}
/* IE6 */
* html form { width: 995px; } 

/* ikke venstemeny på strukturendring */
body#keywordmenu, body#underarbeid { background:none; }

/* posisjon/st�ørelse på hjem-linken */
#head a#hjem{
top:0; 
left:0;
width: 150px;
height: 100px;
background-color: transparent;
}

/*
Dimensjoner/avstander meny
*/
.headlinks {
	margin-left: 180px;
}

#left {
	width: 180px;
	height: 100px;		
}

#container{
	margin-left: -190px;
}

#content{
	margin-left: 180px;	
}

#tilHistorikk {
	left: 200px;	
}
/* /dimensjoner */

#left {
	border-width: 0px 1px;
}

#skjema{
	left: 181px;
}

#head {background:transparent url('toplogo.gif') no-repeat; height: 125px}

#head img {margin: 55px 50px 0 0;float:right;}

#leftmenu li.slidein {background-color:#fff;}

.headlinks a{color: #555;padding: 2px 5px;background: #F7F6F6;}
.headlinks span {padding:0;}
.headlinks .active a{color:#000;background: #fff;}

body *{font-family:verdana}
form {font-family:verdana}

.framside h1#subject {
	display:none
}
.framside h1#nyheter { display: none }
.framside #body1 { display: none } 