
/** Blocks **/

BODY
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

DIV#innhold {
	padding: 30px 30px 30px 17px;
}

/** Default tekst */

BODY, P, LI, H1, H2, H3, H4, TD, TH {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:black;
}

/** Overskrifter */

H1 { 
	font-size: 15px; 
	font-weight:bold;
	margin-top: 25px;
	margin-bottom: 5px;
}
H2 { 
	font-size: 12px; 
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

/** Avsnitt / ingress */

P {
	margin-top: 0px;
	margin-bottom: 8px;
}

P, LI {
	line-height: 16px;
}

P.ingress, P.ingress2
{
	color:#AD0000;
	font-weight:normal;
	font-style:italic;
}

P.ingress2 {
	color:#005987;
}

/** Bildetekst */

DIV#fjellbildetekst {
	padding:10px 10px 10px 7px;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

/** Tabeller */

TABLE {
	border-collapse: collapse;
}

TH {
	font-weight: bold;
}

TD, TH {
	font-size: 9px;
}

TD, TH {
	padding: 2px 6px 2px 6px;
}

TD, TD.understrek-tynn {
	border-bottom: 1px solid #BDCDDF;
}

TD.understrek-tykk {
	border-bottom: 2px solid #BDCDDF;
}

TD.understrek-ingen {
	border-bottom: none;
}

TABLE#underskrifter TD {
	border-bottom: none;
	padding: 0px 10px 0px 0px;
}

TD.layoutcell, TABLE#meny TD {
	border-bottom: none;
	padding: 0px 0px 0px 0px;
}

TABLE#organer TD {
	border-bottom: none;
	font-size:11px;
	padding: 2px 12px 2px 0px;
}

/** Linker */

A:link, 
A:hover, 
A:visited, 
A:active
{
	color:#AD0000;
	text-decoration:underline;
}




