body	{
	font-family: arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	font-size: 9pt;
	text-align: justify;
}

h1	{
	font-size: 24pt;
	font-family: Times New Roman, Times, serif;
	/* font-family: arial, helvetica, sans-serif; */
	letter-spacing: 5px;
	text-align: center;
	color: #666633; 
	page-break-after: avoid;
	page-break-inside: avoid;
}

h2	{
	color: #666633; 
	/* color: #ff1111;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif; */
	font-size: 17pt;
	letter-spacing: 2px;
	font-family: Times New Roman, Times, serif;
	page-break-after: avoid;
	page-break-inside: avoid;
}


h3	{
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	/* font-family: arial, helvetica, sans-serif; 
	font-weight: bold; */
	color: #666633; 
	page-break-after: avoid;
	page-break-inside: avoid;
}


/* 
.pagebreak	{
	page-break-after: always;
}
*/ 
nobreak	{
	page-break-inside: avoid
}


.startliste-klasse {
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
      
}

.startliste-dato {
	color: #666633;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	text-align: right;

}

.startliste-overskrift {
	background-color: #e0e0e0;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
/*	letter-spacing: 1px; */
	margin-left: 2em;
	margin-right: 2em;
}



.startliste-overskrift-2 {
	background-color: #ffffff;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
/*	letter-spacing: 1px; */
	margin-left: 2em;
	margin-right: 2em;
}


.startliste-innhold {
	background-color: #e0e0e0;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
}

.startliste-innhold-2 {
	background-color: #ffffff;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
}

.startliste-innhold-right {
	text-align: right;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
}

.subline {
	text-align: center;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
}

.mark-ok {
	color: #ee9911;
	text-align: center;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

.tidtaking-stor	{
	font-size: 14pt;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
.mark-ok-stor {
	color: #ee9911;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
}


.meny-active, .meny-active a:link, .meny-active a:hover, .meny-active a:active, .meny-active a:visited {
	color: #cccccc;
	background: #aa2334;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	vertical-align: top;
}


.meny-passive, .meny-passive a:link, .meny-passive a:active, .meny-passive a:visited {
	color: #aa2334;
	background: #aaaaaa;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	vertical-align: top;
}

.meny-passive a:hover {
	color: #aa2334;
	background: #aaaaaa;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	vertical-align: top;
}

a:link, a:active, a:visited {
	color: #aa2334;
	text-decoration: none;
}

a:hover {
	color: #aa2334;
	text-decoration: underline;
}

.sitat {
	font-style: italic;
	/* font-weight: bold; */ 
	font-size: 1.1em;
	/* color: #666633; */
	font-family: Times New Roman, Times, serif;	
}

.hovedfelt {
	padding: 1px 10px 10px 10px;
	background: #e0e0e0;
	border-top: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.hovedfelt-passive :hover {
	padding: 10px;
	background: #999999;
	border-top: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}


.skillefelt {
	background: #aaaaaa;
	font-size: 1pt;
}

.ImgLeftBorder {
	float: left; 
	margin-right: 10px; 
	border: 3px solid #000;
}
.ImgRightBorder {
	float: right; 
	margin-left: 10px; 
	border: 3px solid #000;
}
.ImgLeft {
	float: left; 
	margin-right: 10px; 
}
.ImgRight {
	float: right; 
	margin-left: 10px; 
}

.column{
	float: left;
	width: 45%;
	margin: 1%; 
}


.clear { 
	clear: both;
}

abbr[title], acronym[title] { 
	border-bottom: thin dotted; 
	cursor: help; 
}

