@charset "utf-8";
/* CSS Document */

html, body
{
	margin:0;
	width:100%;
	height:100%;
	background-image:url(../gfx/bakgrunn.png); 
	background-repeat:no-repeat;
	background-color:#ffffff; 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000; 
}

select, option
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

a
{
	color:#000000;
	text-decoration:underline;
}

td.top
{
	background-image:url(../gfx/bgtop.gif); 
	background-repeat:no-repeat;
	background-position: left top;
	height:75px;
}

img
{
	margin:0
}

select
{
	margin-left:37px;
	width:150px;
}

div#div_fylke
{
	font-weight:normal;
	font-size:20px;
}

div#div_kommune
{
	font-weight:bold;
	font-size:14px;
}

div#div_navn
{
	font-weight:bold;
}


div#div_bilde
{
	border:thin solid #454545;
	width:65px;
	height:74px;
}

.ansattLeft
{
	padding-right:8px;
}

.ansattRight
{
	padding-left:8px;
}


