/*
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

*/

/* brukes til å "legge bakgrunn" på venstremenyen */

LI {
	line-height: 25px
}

A 
{
	color:black ! important
}
.toppSticos #compendialogo {display:none }
.toppSticos #topplink2 {display:none }

body {
	background:transparent 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ørrelse 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;	
	border-width: 0px 1px;
}

#container{
	margin-left: -190px;
}

#content{
	margin-left: 180px;	
}

.historikk {
	left: 200px;	
}

#skjema{
	left: 181px;
}
/* /dimensjoner */

#toppsticos topplink2 {
	display:none
}

#left, #head {background-image:url('bg.gif')}

#head img {margin: 30px 0px 0px 20px;float:left;}

#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;}

.search {display: none}

/*brukerhjelp infoboks*/

#COMH-7VZEK9 h6 {color:#663288;background-color:#EBECEC;}
#COMH-7VZEK9 {color:#663288;}
 .infoboks div div a { color:#663288; text-decoration:none;}

 /*fjerne brukerhjelp for sticos kunder*/
 .role-Sticos #COMH-7VZEK9 {display:none;}
 
 
 
