html 
	{
	}

body	
	{
	color: black;
	background-color: #DFFFCA;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

a, a:link, a:visited		
	{
	color: black;
	background-color: none;
	text-decoration: underline;
	}
a:hover
	{
	color: #008015;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5		
	{
	color: #005030;
	}
#topquote
	{
	font-style: italic;
	margin-top: 10px;
	font-size: 13px;
	}
	
p	
	{
	color: black;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#smallheading
	{
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid gray;
	margin-top: 30px;
	}

div.innhold ul li a
	{
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 9px 0;
	}
	
/* Her er styling av overskriften */	
	
#heading
	{
	border: 0px red solid;
	padding-top: 9px;
	padding-bottom: 25px;
	margin-bottom: 0px;
	width: 800px;
	font-size: 24pt;
	font-variant: small-caps;
	text-align: center;
	color: #006442;
	border-bottom: 0px gray dotted;
	text-decoration: none;
	font-family: Times New Roman;
	background-image: url(green_thorium_gradiant_l.jpg); 
	background-repeat: no-repeat;
	background-position: left top;
			}
 
/* Her kommer fullstendig oppsett og styling of drop-down menyen . Denne menyen er hentet fra cssplay.co.uk, tusen takk til arbeidet han gjør der!*/

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:158px;
padding:7px 0;
color:#000;
background-color :#9CFBA6;
text-decoration:none;
border: 1px gray dotted;
text-align:center;
height: auto;
font-variant: small-caps;
font-weight: bold;

}
/* style the links hover */
.menu :hover{
color:#008040;
background-color: #9CFBA7;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:158px;
height:0;
margin-top: 3px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
 
/* Her følger den gamle stylinga av menyen:
a.menu
	{
	text-decoration: none;
	border: 0px white solid;
	float: left;
	height: auto;
	margin-left: 68px;
	margin-top: 2px;
	color: black;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13pt;
	font-family: Times New Roman;
		}
a.menu:hover, a.menu:active
	{
	color:#788A8C;
	}
	*/
	
.container
	{
	position: relative;
	text-align: left;
	width: 800px;
	min-height: 600px;
	height: auto;
	top: 0px;
	margin: 0 auto;
	border: 1px white solid;
	background-color: #C8F050;
	
		}
/* for Internet Explorer */
/*\*/
* html.container {
height: 600px;
}
/**/

div.header
	{
	width: 800px;
	margin: 0px 0px 0px 0px;
	height: 95px;
	background-image: url(green_thorium_gradiant_r.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #C1FB9B;
	}
div.innhold
	{
	margin: 20px 10px 0 10px;
	}
div.footer
	{
	position: absolute; 
	border-top: 1px gray solid;
	left: 0; 
	bottom:0;
	width:100%; 
	height:20px;
	text-align: center;
	font-size: 10pt;
	font-family: Times, serif;
		}
div.nytid
	{
	padding: 10px 20px 0 0;
	text-align:right;
        float:right;
        font-size: 0.85em;
	}
	
div.nytopp
	{
        float:left;
	}
	


div.nyhet
	{
	border-bottom: 1px solid gray;
	}

div.list
	{
	margin-left:30px;
	}

p.nyhet
	{
	clear:left;
	}

.form1
	{
	font-size: 11pt;
	border: black 1px solid;
	width: 200px;
	margin: 2px 580px 10px 0px;
	}
	
.form2
	{
	font-size: 11pt;
	border: black 1px solid;
	width: 400px;
	margin: 2px 380px 10px 0px;
	}	
	
img.valpic
	{
	float: right;
	border:0;
	width:88px;
	height:31px;
	margin: 0 0 0 0;
	}
