	/*specs for utseendet til websidenes body*/

body		{
	font-family: arial, helvetica, sans-serif;
	background-color: #000000;
	vertical-align: top;
	margin: 0px 10px 10px 0px;
}

/*tar bort alle eventuelle rammer rundt bilder som også fungerer som linker*/

img		{border: 0;}

.tabellramme{
	border: thin dotted #333333;
}	

.hemsedalmenytekst{
	font-family: Arial, Helvetica, sans-serif
	color: #ff9800;
	font-size: 90%;
	}
.hemsedalsmalltxt{
	font-family: Arial, Helvetica, sans-serif
	color: #ff9800;
	font-size: 70%;

	}

.sokmini {
	font-family: Arial, Helvetica, sans-serif;
	color: #0C2172;
	text-decoration: none; 
	font-size: 8pt; 
	margin: 0px;
	padding: 0px;

}	
	
	/*hovedtekst(maintext) på websidene*/
.maintxt{
font-family: arial, helvetica, sans-serif;
font-size: 75%; 
color: black;
}

	/*hovedtekst(mainheader) på websidene*/
.mainhead{ 
font-family: arial, helvetica, sans-serif; 
color: #000099;
background-color: white;
font-size: 135%;
font-weight: bold;
}

	/*menytekst*/
.menytxt{
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #000099;
}

.menyheader{
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

	/*spechs for ubesøkte linker*/
a:link{
text-decoration: none;
}
	/*spechs for besøkte linker*/
a:visited{
color: #B30500; 
background-color: none;
text-decoration: none;
}

	/*spechs for aktive i en eller annen ofom*/
a:active{
color: silver; 
background-color: white;
text-decoration: none;
}

	/*spechs for ubesøkte linker*/
a:hover{
color: green; 
background-color: none;
text-decoration: underline;
}

.test {
color: #000099;
text-decoration: none;
background-color: none;
}

.maintxtblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000099;
}
.stattxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
