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


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



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



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



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






/*	KNAPPELINKER  */
#menu a {
	display:block;
	width:160px;
	height: 35px;
	/*margin: 1em 0; */
	/*padding: top, right, bottom, left*/
	padding: 8px 2px 2px 10px;
	font-family: Tahoma,Arial,Helvetica,Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #336633;
	background: url("steinknapper.gif") 0 0 no-repeat;
	text-decoration: none;
	border-width: 0px;
	text-align: center;
	cursor: hand;
	filter: Alpha(Opacity=100);
}

#menu a:hover {	
	background-position: -170px 0;
	font-size: 13px;
	color: #330000;
}







/*	BANNERKNAPPER  */
#bannermenu a {
	/*display:block;*/
	width:90px;
	height: 22px;
	/*margin: 1em 0; */
	/*padding: top, right, bottom, left*/
	padding: 8px 2px 8px 2px;
	font-family: Tahoma,Arial,Helvetica,Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url("bannerknapp.gif") 0 0 no-repeat;
	text-decoration: none;
	border-width: 0px;
	text-align: center;
	cursor: hand;
	filter: Alpha(Opacity=100);
}

#bannermenu a:hover {	
	background-position: 0 -36px;
	font-size: 13px;
	color: #000000;
}







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

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

.hlinkaktiv {
	color : #3399ff;
	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 : #336633;
	/*text-decoration : none;*/
}



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



/*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: #990000;		/*Slide*/
	scrollbar-shadow-color: #660000;
	scrollbar-highlight-color: #ccccff;
	scrollbar-3dlight-color: #ccccff;
	scrollbar-darkshadow-color: #003366;
	scrollbar-track-color: #CC3300;		/*Bakgrunn for slide*/
	scrollbar-arrow-color: #FF3300;
	font-weight: normal;
}