/*
Notes:

All color names:
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red,
silver, teal, white, and yellow.
*/

body
{
  background: white;
  font-family: Verdana, sans-serif;
  font-size: 13px;
}

a:hover { color: black; text-decoration: none}
a:link { text-decoration: none }
a:visited { color: #0000FF; text-decoration: none }
a:active { color: #333333; text-decoration: none }
a.plain { text-decoration: none } /* No underlining of links of this class. */





/*hovedmenyen#####################################*/



.overskrift{
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-size:140%;

}

.litenovers{
	font-weight: bold;
	
}

.litenovers2{
	font-weight: bold;
	}

.feit{
	font-weight: bold;
	
}

.sub1{
	padding:2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

.sub2{
	padding:2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	border-top:2px;
	

	}


.tabel1{
	border: solid;
	border-color:black;
	border-width: 2px;
	width: 100%;
	}
.tabell2{
	border: solid;
	border-color:black;
	border-width: 2px;
	}
.tekst{
	font-size:100%;
	font-weight: bold;
	}
	

 .forsoverskrift{
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-size:110%;
	font-weight: bold;

}
.forsidetabell{
	border: solid;
	border-color:black;
	border-width: 2px;
	width: 300px;
	
	}

.forsidetabellstor{
	border: solid;
	border-color:black;
	border-width: 2px;
	width: 600px;
	
	}

.bruntabell{
	border: solid;
	border-color:black;
	border-width: 2px;
	padding:2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	width: 100%;
	
	}

.hovedtabell{
	
	
	}