/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */


body {
	margin: 0px;
	background-color: #F4F5F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
	behavior: url(/css/csshover.htc);
	line-height: 1.2em;
}


p,span,div,li,td,th,label {
	font-family: Arial, Helvetica, sans-serif;
	color: #3E3E3E;
	font-size: 1em;
	line-height: 1.2em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3E3E3E;
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 10px;
}

form { margin: 0px; }


a:link,
a:visited {	color:#bc2105; text-decoration: underline;}

a:hover,
a:active { color:#858569; text-decoration:underline;}

.error { color: #ff3300; font-weight: bold;  }
.warning { color: #ffff00; font-weight: bold;  }
.ok	{ color: #009933; font-weight: bold; }

/* Predefined style classes
------------------------------------------------------------------ */

.imageMarginRight
{
	margin: 0 4px 4px 0;
}

.imageMarginLeft
{
	margin: 0 0 4px 4px;
}



/* NOTES FROM CUSTOMER
-------------------------------------------------------------------
	Det er varierende bruk at to fonttyper, Verdana og Ariel. Hovedtanken er at menyer og lenker i de ytterste spaltene str i Verdana, 		mens bodytekst i Ariel.
	Rollovereffekt p tekst vises med mrk beige (Arve: #858569).
	Alle lenker i bodytekst vises med understreking og rdt (HEX # bc2105) som default.
	Ingresser vises i fet.
	H1 er i Photoshopskissen 18px Arial.
	Artikkel/Bodytekst: Ariel 12 px
*/

