/*
###########################################################################################
 OM DENNE CSS-FILA
###########################################################################################

Denne CSS-fila er skrevet av Arne-Daniel S. Haldorsen, 22. mai 2005.
Fila er inspirert av CSS-en til www.nettplassen.com

*/

/*
###########################################################################################
 INSTILLINGER FOR DOKUMENTET OG BODY-DELEN
###########################################################################################
*/

html {
    margin: 20px;
}
body { 
    font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #000; 
}

/*
###########################################################################################
 VANLIGE LINKER
###########################################################################################
*/

a:link {
	color: #868FA2;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #868FA2;
}
a:hover {
	text-decoration: none;
	color: #001034;
}
a:active {
	text-decoration: underline;
	color: #001034;
}

/*
###########################################################################################
 EGENSKAPER FOR SKRIFT (IKKE LINKER)
###########################################################################################
*/

div.header {
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Verdana, Helvetica, sans-serif, Sans;
	font-size: 35px;
	color: #051B3F;
	font-weight: bold;
}
div.meny {
	border-bottom: 5px #051B3F solid;
}
h1 {
	margin-top: 24px;
	margin-bottom: 8px;
	font-family: Arial, Verdana, Helvetica, sans-serif, Sans;
	font-size: 25px;
	color: #051B3F;
	font-weight: bold;
}
h2 {
	margin-top: 18px;
	margin-bottom: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif, Sans;
	font-size: 16px;
	font-weight: normal;
	color: #38466f;
	font-weight: bold;
}
.graaskrift {
	color: #999999;
}
.roedskrift {
	color: #990000;
}
.groennskrift {
	color: #009900;
}

/*
###########################################################################################
 EGENSKAPER FOR SKJEMAFELTOBJEKTER
###########################################################################################
*/

form {
	margin: 0px;
	padding: 0px;
}
input {
	color: #000000;
	background: #FCFCFC;
	border: 1px #617394 dotted; 
	margin: 2px;
}
textarea {
	color: #000000;
	background: #FCFCFC;
	border: 1px #617394 dotted; 
	margin: 2px;
}

/*
###########################################################################################
 EGENSKAPER FOR ANDRE OBJEKTER
###########################################################################################
*/

tr.farge1 {
	background: #F6F6F6;
}
tr.farge2 {
	background: #FFFFFF;
}
.kode {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background: #FCFCFC;
	/* border-bottom: 1px #617394 dotted; */
	border-top: 1px #E6E9EB dotted;
	border-bottom: 1px #E6E9EB dotted;
	border-left: 5px #E6E9EB solid;
	border-right: 1px #E6E9EB dotted;
	
}