/* Tabell for emneord */

#topareacontainer table {
	background: url(../images/menubg.gif) bottom left repeat-x #000;
	width: 550px;
	border-bottom: 1px solid #9EA19A;
	margin: 10px 0 0 0;
} 

#topareacontainer td {
	width: 33%;
} 

#topareacontainer td a {
	color: #FD1;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
}

#topareacontainer td a:hover {
	color: #FFF;
	text-decoration: underline;
	background: url(../images/li_arrow2.gif) no-repeat 8px 50%;
}

/* standardtabell */
TABLE.standardtabell TD { 
	font-size: 0.9em; 
	}
.standardtabell { 
	border-left: 1px solid #c5e2a6; 
	border-top: 1px solid #c5e2a6; 
	clear: both; 
	padding:0px; 
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	border-collapse: collapse;
	}
.tittelitabell { 
	font-size: 130%; 
	}
.standardtabell TH { 
	padding: 3px; 
	font-size: 0.9em;
	background-color: #c5e2a6; 
	vertical-align: top; 
	font-weight: bold; 
	line-height: 1.2em;
	color: #000000; 
	border: 1px solid #c5e2a6; 
	text-align: left; 
	}
.standardtabell TH.mager { 
	font-weight: normal; 
	}
.standardtabell TD { 
	padding: 3px; 
	border-right: 1px solid #c5e2a6; 
	border-bottom: 1px solid #c5e2a6; 
	}
.standardtabell TD.grahoyre  { 
	background-color: #deedcc; 
	text-align: right; 
	}
.standardtabell TD.gravenstre { 
	background-color: #deedcc; 
	text-align: left; 
	}
.standardtabell TD.gramidtstilt { 
	background-color: #deedcc; 
	text-align: center; 
	}
.standardtabell TD.hoyre  { 
	text-align: right; 
	}
.standardtabell TD.venstre { 
	text-align: left; 
	}
.standardtabell TD.midtstilt { 
	text-align: center; 
	}
.standardtabell TH.midtstilt { 
	text-align: center; 
	}

