/*
Stylesheet for ML-material v2003, SiteLite 3
Børre Stenseth, Ostfold University College,2003
*/

BODY {
	color: black;/* #683E1E;#783E1E;*/
	font-family:"Verdana","Geneva","Arial","Times",sans-serif;
	font-size: 13px;
	text-align: left;
	margin-left:0px;
	margin-top:0px;
}

A:link	 {color:#10286F;}
A:visited {color:#10286F;}
A:active  {color:black;}
A:hover   {color:red;}

H1{	font-size: 18px; font-weight: bold;}
H2{	font-size: 16px;font-weight: normal;}
H3{	font-size: 15px;font-weight: bold;}
H6{	font-size: 20px;font-weight: normal;}
H4{	font-size: 14px; 
    font-weight: bold;	
    font-style: italic;
    margin-bottom:3px;}

P,UL,OL,TD,TH{font-size:13px;}

.kursiv{font-style:italic}

.fname{
 margin-top:10px;
 font-weight:600}
 
.fdesc{margin-left:10px}



LI{margin-top:7px;}
.masterpar{
  margin-left:20px;
}

.masterstrong{
   text-align:left;
   vertical-align:top;
}

/* <!--SITENAME--> */
.sitename{
  font-size:24px;
  font-weight: bold;
  color:#10286F;
  padding-top:10px;
  padding-bottom:17px;
  text-align:left;
}
.partheader{
  font-size:24px;
  font-weight: bold;
  color:#10286F;
  padding-top:10px;
  padding-bottom:17px;
  text-align:left;
}

/* <!--PAGENAME--> */
.pagename{
  font-size:18px;
  font-weight: bold;
  color:#000000;
}


.legend{
  margin-top:15px;
	font-size: 12px;
	font-weight:600;

	line-height:100%;
   color:#000000;
}

.fieldcontent{
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
  padding-bottom: 1em;
}

/* ----- styles hardcoded by SITELITE ------*/

/*<!--CONLIST--> Page relevant toc (left bar) */
.clevel0,.clevel1,.clevel2,.clevel3,.clevel4,
{
font-size: 11px;
font-weight:200;
background-color:transparent;
text-decoration:none;
line-height:100%;
width:120px;
}

.clevel0{ margin-left:0px;}
.clevel1{ margin-left:7px;font-weight:500px;
margin-top:17px;margin-bottom:6px}
.clevel2{ 
   margin-left:15px;
   margin-top:5px;
}
   
.clevel3{ margin-left:21px;}
.clevel4{ margin-left:28px;}


/*-active-*/
.aclevel0,.aclevel1,.aclevel2,.aclevel3,.aclevel4,
{
font-size: 11px;
font-weight:200;
background-color:transparent;
text-decoration:none;
line-height:100%;
color:#783E1E; 
width:120px;
}

.aclevel0{ margin-left:0px;}
.aclevel1{ margin-left:7px;font-weight:500;margin-top:17px;margin-bottom:6px}
.aclevel2{ 
   margin-left:15px;
   margin-top:5px;
}
.aclevel3{ margin-left:21px;}
.aclevel4{ margin-left:28px;}

/* <!--TOC--> on sitemap pages */
.tlevel0,.tlevel1,.tlevel2,.tlevel3,.tlevel4,
{
font-size: 11px;
font-weight:200;
background-color:transparent;
text-decoration:none;
line-height:120%;
}

.tlevel0{ margin-left:0px;}
.tlevel1{ margin-left:0px; line-height:150%;}
.tlevel2{ margin-left:14px; line-height:120%;
          padding-left:10px;
          background-image:url(../gfx/bullet.gif);
           background-repeat: repeat-y;
}
.tlevel3{ margin-left:21px;}
.tlevel4{ margin-left:35px;}


/* local toc*/
.localtoc{ font-size:12px;}

/*<!--INDEX--> on index pages */
.index-keyword{  font-size:13px; font-weight: bold; line-height:120%;}
.index-entry{    font-size:13px; font-weight: normal; margin-left:7px;}



/* -------- END OF styles hardcoded by SITELITE -------*/



/* bottom of pages, author, date, message etc. */
.mainfooter{
  font-size:8pt;
  margin-left:180px;
  color:#555555;
}

.leftfooter{
  font-size:8pt;
  margin-left:10px;
  color:#555555;
}


/*Standard PRE inline*/

PRE {
	white-space: pre;
	font-family: "Courier", "Courier new", mono-space;
	background-color: #ffffff;
	font-size: 12px;
	color: black;
}


