/*Vanlig tekst*/
P  {	
	font-family : arial;	
	font-size : 12px; color: #000000;
}


/*Tabeller*/
Table  {	
	font-family : arial;	
	font-size : 12px; color: #000000}



/*Største overskrift*/
H1  {	
	color : #666666;
	font-size : 20px;
	font-family : Arial, Helvetica, sans-serif; font-weight: bold;
}



/*Nest største overskrift*/
H2  {
	color : #666666;
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
}



/*Tredje største overskrift*/
H3  {
	color : #666666;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
}



/*Minste overskrift (svært lite brukt)*/
H4  {
	color : #666666;
	font-size : 12px;
	font-family : font-family:"Comic Sans MS","sans-serif","arial";
}



/*Farge på link*/
A  {
	font-weight : bold;
	color : #669900;
	text-decoration : none;
}



/*Linker som har vært brukt (ikke smart å sette annen farge enn vanlig link, da dette virker svært forstyrrende!*/
A:Visited  {
	font-weight : bold;
	text-decoration : none;}



/*Nåværende (sist klikkede) link*/
A:Active  {
	font-weight : bold;
	color : #669900;
	text-decoration : none;
}



/*Når man peker på linken*/
A:Hover  {
	font-weight : bold;
	color : #333333;
}



/*Vanlig tekst. All tekst som ikke er definert. Stort sett bør denne være lik "P" (øverst)*/
BODY  {
 	font-size : 12px;
	font-family : arial;
	color: #000000;
	scrollbar-face-color: #999999;		/*Slide*/
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #ccccff;
	scrollbar-3dlight-color: #CCFF33;
	scrollbar-darkshadow-color: #003366;
	scrollbar-track-color: #CCCCCC;		/*Bakgrunn for slide*/
	scrollbar-arrow-color: #000066;
	font-weight: normal
}
	
/*	KNAPPELINKER  */
#menu a {
	display:block;
	width:175px;
	height: 31px;
	/*margin: 1em 0; */
	/*padding: top, right, bottom, left*/
	padding: 5px 2 0px 40px;
	font-family: Tahoma,Arial,Helvetica,arial;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	background: url("menyknappdobbel.png") 0 0 no-repeat;
	text-decoration: none;
	border-width: 0px;
	cursor: hand;
/*	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
*/
}

#menu a:hover {	
	background-position: -203px 0;
	color: #000000;
}


/*	KNAPPELINKER  */
#submenu a {
	display:block;
	width: 170px;
	height: 31px;
	/*margin: 1em 0; */
	/*padding: top, right, bottom, left*/
	padding: 5px 0px 0px 0px;*/
	font-family: Tahoma,Arial,Helvetica,arial;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	background: url("subknappdobbel2.png") 0 0 no-repeat;
	text-decoration: none;
	border-width: 0px;
	cursor: hand;
/*	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;*/
}

#submenu a:hover {	
	background-position: -170px 0;
	color: #000000;
}

/*Alle knapper*/
.knapp {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border-style: transparent;
	border-width: 2px;
	border-color: #669900;
	height: 20;
}



/*Uthevede knapper*/
.uknapp {
	background-color: #CCFF66;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border-style: transparent;
	border-width: 2px;
	border-color: #669900;
	height: 20;
}

.fakturatekst {	
	font-family : arial;	
	font-size : 12px;
}



/*Vanlig tekstfelt for inntasting av informasjon*/
.tekstfelt {
	background-color: #FFFFFF;
	color: #999999;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border-width: 3px;
	border-color: #669900;
	height: 15;
	border: 0px;
	border-style: solid;
	align: right;
}


/*Tekstfelt for ordbok der rammen ikke synes og at den er transparent*/
.ordbok {
	//background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border-width: 0px;
	border-color: transparent;
	height: 13;
	border: 0px;
	border-style: transparent;
	align: left;
}

/*Tekstfelt for negative tall. Brukes stort sett i skjemaer (påmelding eller faktura) hvor prisen kan bli negativ. Normalt RØD*/
.feltminus {
	background-color: #FFFFFF;
	color: #FF0000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border-width: 3px;
	border-color: #FFFFFF;
	height: 15;
	border: 0px;
	border-style: solid;
	align: right;
}

/*Tekstfelt som skal utheves. Bruke stort sett i skjemaer der brukeren ikke skal endre teksten - bare lese*/
.tekstfeltuthevet {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border-width: 3px;
	border-color: #FFFFFF;
	height: 15;
	border: 0px;
	border-style: solid;
	align: right;
}


/*Alle rullegardinsmenyer*/
.rullemeny {
	background-color: #FFFFFF;
	color: #999999;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border-width: 3px;
	border-color: #669900;
	height: auto;
	option-shadow-color: #CCFF33;
	option-highlight-color: #FFFFFF;
	option-3dlight-color: #FFFFFF;
	option-darkshadow-color: #669900;
	option-track-color: #CCCCCC;
	option-arrow-color: #000000;
	border-style: transparent;
}


/*Tekstfelter som er på en linje. De på flere linjer følger oppsettet fra "BODY", på samme måte som programmet forøvrig*/
.fil {
	background-color: #FFFFFF;
	color: #999999;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	border-width: 3px;
	border-color: #669900;
	height: auto;
	file-shadow-color: #666600;
	file-highlight-color: #FFFFFF;
	file-3dlight-color: #FFFFFF;
	file-darkshadow-color: #669900;
	file-track-color: #CCCCCC;
	file-arrow-color: #000000;
	border: 3px;
	border-style: transparent;
}

.svartlink {  color: #000000}


/*Gigasvære bokstaver til utheving av viktige beskjeder*/
.store { font-size : 14px;
	font-family : arial;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}

/*Bittesmå bokstaver til overskrift i f.eks kalender*/
.bitteliten { font-size : 9px;
	font-family : arial,helvetica;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}

/*Tekstfelt for meldinger når lange lister hentes (eks. resultatlister) GRØNN*/
.ventetekst {
	border-style: transparent;
	background-color: transparent;
	color: #CC0000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	border-width: 0px;
/*	border-color: #FFFFFF;*/
	height: 15;
	border: 0px;
	align: left		;
}



div.nysideetter{
page-break-after : always;
}

div.nysidefor{
page-break-before : always;
}

