	html,body
	{
		margin: 0;
		padding: 0;
		
		width: 795px;
	}
	
	body
	{
		background-image: url("../img/bg.png");
		background-repeat: repeat-y;
		
		font-size: 11px;
		
		font-family: verdana, arial, sans-serif;
    	color: #363636;
	}
	
	img
	{
		border: 0;
	}
	
	/* { border: 1px solid black }  */
	
	h1
	{
		font-size: 2em;
	}
	h2
	{
		margin-top: 1em;
		font-size: 2em;
	}
	
	a
	{
	    color: #50508E;
	    text-decoration: none;
    }
    a:hover
	{
	    color: #50508E;
	    text-decoration: underline;
    }
    
	img#head 
	{ 
		position: absolute;
		top: 10px;
		left: 10px;
		
		z-index: 2;
	}
	
	ul#navigasjon
	{		
		position: absolute;
		top: 0;
		left: 0;
		
		margin: 0;
		padding: 0;
		
		display: block;
		height: 147px;
		width: 772px;

		background-color: #ffffff;
		background-image: url("../img/square.png");
		background-repeat: no-repeat;
		background-position: bottom;
		
		list-style: none;
	}
	
	ul#navigasjon li
	{
		/*display: block;
		float: left;
		
		clear: both;*/
		
		position: relative;
		top: 7.6em;
		right: -236px;
		
	    width: 105px;
	    height: 34px;
	    background: url("../img/menulink.png") top left no-repeat;
	    margin: 0;
	    float: left;
	    color: #ffffff;
	    
	    line-height: 43px;
	    
	    text-align: center;
	    text-transform: uppercase;
	    
	    font-family: arial, verdana, sans-serif;
	    
	    margin-bottom: 16em;
	}
	ul#navigasjon li a
	{	
	    color: #ffffff;
	}
	ul#navigasjon li a:hover
	{	
	    color: #ffffff;
	    text-decoration: none;
	}
	
	ul#uker
	{
		float: left;
		margin-left: 10px;
		margin-right: 24px;
		
		list-style: none;

		margin-top: 12em;
		padding-left: 0;
	    width: 105px;
	}
	body>ul#uker
	{
		margin-left: 22px;
	}
	ul#aviser
	{
		float: left;
		clear: both;
		margin-left: 0;
		
		list-style: none;

		/*margin-top: 16em;*/
		margin-top: 1em;
		padding-left: 0;
	    line-height: 26px;
	    width: 129px;
	}
	ul#aviser li
	{
		padding-left: 20px;
		margin: 0;
		padding: 0;
	}
	ul#aviser li a
	{
		display: block;
		padding-left: 20px;
		height: 100%;
		width: 100%;
	}
	ul#aviser li a:hover
	{
	    text-decoration: none;
	}	
	a.brown
	{
	    background: url("../img/brown.png") top left no-repeat;
	    color: #ffffff;
	}
	a.brown:hover
	{	
	    background: url("../img/white.png") top left no-repeat;
	    color: #60574e;
	}
	a.white
	{
	    background: url("../img/white.png") top left no-repeat;
	    color: #60574e;
	}
	
	ul#magasin
	{
		margin-left: 20px;	
			
		list-style: none;
	}
	ul#magasin li a
	{
		padding-left: 0;
	}
	
	div#avis
	{
		position: absolute;
		top: 147px;
		width: 611px;
		padding-left: 10px;
		padding-right: 20px;
		
		margin-left: 129px; /* FF */
		
		background: url("../img/gradient.png") top left no-repeat;
	}

table#pdflist img
{
	border: 1px solid #cccccc;
}
table#pdflist
{
	clear: both;
}
	
	/**
	  * IE hacks
	  */
	
	body > ul#aviser
	{
		/*margin-top: 140px;*/
		padding-left: 20px;
		padding: 0;
	}
	
	body > h1
	{
		margin-top: 1em;
	}
		
	ul#magasin
	{
		padding-left: 2px;
	}
	
	* html div#avis
	{
		margin-left: 129px; /* FF */
		margin-left: -20px; /* IE6 */
	}
	
h3
{
	font-size: 1.1em;
}
		
div#miniff
{
	float: right;
	margin-top: -3em;
}
div#lossalg
{
	/*border: 1px solid #cccccc;*/
	float:right;
	clear: both;
	width: 50%;
	padding-left: 2em;
	margin-left: 5px;
	
	border-left: 1px solid #cccccc;
}
div#lossalg div#tekst img
{
	float: right;
	width: 130px;
	height: 186px;
	margin-left: 1em;
}
div#bildetekst
{
	clear: both;
	font-weight: bold;
	padding-top: 1em;
}
div#lossalg label
{
	font-weight: bold;
}
div#lossalgkjop input
{
	display: inline;
}

div.lossalgOneLine label
{
	display: block;
}

fieldset
{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	
	margin-top: 1em;
	margin-bottom: 1em;
	
	width: 230px; padding: 1em;
}
legend
{
	border-top: 1px solid #cccccc;
	border-left: 3px solid #cecece;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	
	padding-top: 0.7em;
	padding-bottom: 0.3em;
	padding-left: 0.2em;
	
	font-weight: bold;
}
fieldset label,input
{
	margin-top: 4px;
}
label
{
	font-weight: bold;
	display: block;
}
input[type=password]
{
	display: block;
}
fieldset#abo input[type=submit]
{
	margin-top:1em;
}
/* Dirty IE-hacks for å vise fieldset/legend riktig \*/
* html legend{ position:absolute; top: -1.1em; left: 0.5em; }
* html fieldset{ position: relative; margin-top:1em; padding-top:2em; }

input
{
	font-size: 13px;
	font-family: arial, sans-serif;
}

input[type=radio]
{
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
}
input[type=checkbox]
{
	vertical-align: middle;
}

div#driftsmelding
{
	position: absolute;
	left: 350px; /*350px*/
	top: 20px;
	
	width: 420px; /*420px*/
	height: 70px;
	
	overflow: hidden;
	
	z-index: 100;
}




dfn
{
	text-decoration: underline;
	cursor: pointer;
}
dfn.div
{
	position: absolute;
}

cite
{
	color: #ff0000;
	margin-right: 3px;
}