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


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



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



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



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



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

.hlink {
	color : #666666;
	font-weight : bold;
}

.hlinkaktiv {
	color : #FFFFFF;
	font-weight : bold;
}


/*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 : #FF6600;
	text-decoration : none;
}



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



/*Vanlig tekst. All tekst som ikke er definert. Stort sett bør denne være lik "P" (øverst)*/
BODY  {
 	font-size : 12px;
	font-family : verdana;
	color: #333333;
	scrollbar-face-color: #ffcc33;		/*Slide*/
	scrollbar-shadow-color: #333300;
	scrollbar-highlight-color: #999900;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #333300;
	scrollbar-track-color: #ffffcc;		/*Bakgrunn for slide*/
	scrollbar-arrow-color: #cc6600;
	font-weight: normal;
}

/*Alle knapper*/
.knapp {
	background-color: #ffcc33;
	color: #000000;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	border-style: transparent;
	border-width: 2px;
	border-color: #cc6600;
	height: 25;
}


/*Knapplang = knapp fordi disse stilene brukes på flere webber*/
.knapplang {
	background-color: #ffcc33;
	color: #000000;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	border-style: transparent;
	border-width: 2px;
	border-color: #cc6600;
	height: 25;
}




/*	KNAPPELINKER  */
#menu a {
	display:block;
	width:170px;
	height: 25px;
	/*margin: 1em 0; */
	/*padding: top, right, bottom, left*/
	padding: 0px 2px 0px 0px;
	/*font-family: Tahoma,Arial,Helvetica,Tahoma,Arial;*/
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	background: url("menyknapp.jpg") 0 0 no-repeat;
	text-decoration: none;
	border-width: 0px;
	cursor: hand;
	/*filter: Alpha(Opacity=60);*/
}


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

/*	KNAPPELINKER  */
#submenu a {
	display:block;
	width:170px;
	height: 25px;
	/*margin: 1em 0; */
	/*padding: top, right, bottom, left*/
	padding: 0px 2px 0px 0px;
	/*font-family: Tahoma,Arial,Helvetica,Tahoma,Arial;*/
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	background: url("menyknapp2.jpg") 0 0 no-repeat;
	text-decoration: none;
	border-width: 0px;
	cursor: hand;
	/*filter: Alpha(Opacity=60);*/
}


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

/*Vanlig tekst*/
.liten  {	
	font-family : verdana;	
	font-size : 9px;
	color: #666666;
}

/*Vanlig tekst*/
.sub  {	
	font-family : verdana;	
	font-size : 9px;
	color: #666666;
}

/*Kalenderknapper (usynlige knapper som velger dato)*/
.kalenderknapp {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	border-color: #FFFFFF;
	height: 18;
}

/*Vanlig tekstfelt for inntasting av informasjon*/
.tekstfelt {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	border-width: 3px;
	border-color: #cccccc;
	height: 17;
	border: 1px;
	border-style: solid;
	align: left;
}

/*Alle knapper*/
.litenknapp {
	background-color: #ffcc33;
	color: #000000;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	border-style: transparent;
	border-width: 1px;
	border-color: #cc6600;
	height: 17;
}


/*Felt for visning av bildetekst og foto: */
.bildetekst {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
	border-width: 0px;
	border-color: #FFFFFF;
	/*height: 15;*/
	border: 0px;
	/*border-style: solid;*/
	overflow: hidden; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	/*overflow:-moz-scrollbars-vertical;*/
	align: left;
}