@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(webside_geosense.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper
{
width: 650px;
height: 825px;
margin: 0 auto;
top: 0 auto;

}

#linker
{
margin-top: 178px;
margin-left: 29px;

}


#innhold
{
width: 585px;
height: 570px;
margin: 0px;
margin-top: 40px;
margin-left: 29px;
overflow:auto;


}



h1 { 
	color: #000000;
	font-size: 18px;
	margin-top: 10px;
	
}
.tabell {
	font-size: 12px;
}

p  {
margin-top: 12px;
}

#footer
{

}

#linker a {
	color:#000000;
	text-decoration: none;
}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#006837;}  /* mouse over link */
a:active 
{
color:#000000;}  /* selected link */ 
.forsidetekst {
	font-size: 14px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


