@charset "utf-8";

/***************************************
			Resets and defaults

***************************************/
img
{
	border: 0px none;
}

a
{
	border: 0px none;
	outline: none;
	cursor: pointer;
}

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: white;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited
{
	color: #3fa3aa;
	text-decoration: none;
}

a:active, a:hover
{
	text-decoration: underline;
}


/***************************************
			Body structure

***************************************/

#bgimage
{
	overflow: hidden;	
}

#maincontainer
{
	overflow: hidden;
	background-color: black;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-image:url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#middlecontent
{
	position:relative;
	margin:0 auto;
	width: 660px;
	height: 800px;
	z-index: 2;
}

#content
{

	background-repeat: no-repeat;
	width: 660px;
	height: 543px;
	top: 123px;
	z-index: 12;
	position:relative;
}

#innercontent 
{
	padding-left: 13px;
	padding-top: 20px;
	z-index: 8;
}

#footer
{
	width: 656px;
	height: 80px; 
	background-color:black;
	top: 140px;
	position: relative;
	z-index: 99;
	font-size: 11px;
	text-align: center;
}

#tipsenvenn
{
	padding-top: 90px;
}

#tipstekst
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
/***************************************
				Content

***************************************/
#header
{
	z-index: 99;
	width: 660px;
	height: 155px;
	position: absolute;
	top: 40px;
	left: -12px;
}

#footer img
{
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 3px;
}

#flash
{
	z-index: 8;
	border: 10px solid white;
	width: 611px;
}

#flashkart
{
	padding-top: 70px;
}

#hvaleft
{
	padding-top: 80px;
	float: left; 
	width: 45%; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}

#hvaright
{
	padding-top: 20px;
	float: right; width: 45%;  
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}

.fokustekst
{
	color: #cde0e2;
	font-weight: bold;
}

#logosmall
{
	width: 200px;
	float: left; 
	position: relative;
}

#logo
{
	width: 400px;
	float: left; 
	position: relative;
	top: -26px;
	left: 20px;
}

#menytop
{
	width: 400px;
	float: right; 
	position: relative;
	top: 57px;
	left: 67px;
}

/***************************************
			Main page

***************************************/

	/*********************************
	*********** HVORDAN **************
	**********************************/
	a:visited, a:active, a:hover
	{
		text-decoration: none;
		border: 0px none
	}
	
	a.hvordan, a.hvor, a.hva, a.hvem, a.hvordan_small, a.hvor_small, a.hva_small, a.hvem_small
	{
		display: inline-block;
		text-decoration: none;
		background-position: 0 0;
		margin-right: 5px;
	}
	
	a.hvordan, a.hvor, a.hva, a.hvem
	{
		height: 85px;
	}
	
	a.hvordan_small, a.hvor_small, a.hva_small, a.hvem_small
	{
		height: 43px;
	}
	
	a.hvordan
	{
		width: 210px;
		background: url(../images/hvordan.png) 0 0 no-repeat;	
	}
	
	a.hvordan_small
	{
		width: 105px;
		background: url(../images/hvordan_small.png) 0 0 no-repeat;	
	}
	
	a.hvordan:hover
	{
		background-position: -210px 0px;
	}
	
	a.hvordan_small:hover
	{
		background-position: -105px 0px;
	}
	/*********************************
	************* HVOR ***************
	**********************************/
	
	a.hvor
	{
		width: 140px;
		background: url(../images/hvor.png) 0 0 no-repeat;
	}
	a.hvor_small
	{
		width: 70px;
		background: url(../images/hvor_small.png) 0 0 no-repeat;	
	}
	
	a.hvor:hover
	{
		background-position: -140px 0px;
	}
	
	a.hvor_small:hover
	{
		background-position: -70px 0px;
	}
	
	/*********************************
	************* HVA ****************
	**********************************/
	
	a.hva
	{
		width: 100px;
		background: url(../images/hva.png) 0 0 no-repeat;
	}
	
	a.hva:hover
	{
		background-position: -100px 0px;
	}
	
	a.hva_small
	{
		width: 50px;
		background: url(../images/hva_small.png) 0 0 no-repeat;
	}
	
	a.hva_small:hover
	{
		background-position: -50px 0px;
	}
	
	/*********************************
	************* HVEM ***************
	**********************************/
	a.hvem
	{
		width: 150px;
		background: url(../images/hvem.png) 0 0 no-repeat;
	}
	
	a.hvem_small
	{
		width: 75px;
		background: url(../images/hvem_small.png) 0 0 no-repeat;	
	}
	
	a.hvem:hover
	{
		background-position: -150px 0px;
	}
	
	a.hvem_small:hover
	{
		background-position: -75px 0px;
	}