.denlillegronne {
}

.bakgrunn {
	height: 500px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	overflow: hidden;
	border: double #006600;
	
}

.footer {
	width: 800px;
	height: 25px;
	top: -200px;
	left: 0px;
	text-align:center;
	position:relative;
}

.tekstboks {
	width: 425px;
	height: 300px;
	top: -290px;
	left: 250px;
	position: relative;
	overflow: auto;
	text-align:justify;
	padding-right: 10px;
	padding-left: 25px;
}

.forside {
 position:relative;
 left: 50px;
 }
 
.forside2 {
position:relative;
left: 75px;
}

.h1 {		/* titler */
	font-family: Trebuchet MS;
	font-size: 16px;
}
	
	
.h2 {		/* mellomtitler */
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight:bold;	
}

.h3 {		/* standard tekstboks skrift */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font: normal;
}

.h4 {		/* uthevet skrift */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	color: #006600;
}

.h5 {		/* footer */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
  	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#006600;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}
