/* 

Hovedstilark , Kari Traa Skilag.
Produsert av Olav Øyen for OLV Digital.
www.webhazard.no

All kopiering uten tillatelse er forbudt.
(c) 2009.

*/

html {}

body {
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/hovedmal/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  }

/* 

Hovedstiler

Inneholder:
- Grunnstiler
- Navigasjon
- Headere & Fotnoter
- Grunnstiler p,h1,h2,h3,h4,h5,h6

*/

/*  Grunnstiler */

#wrapper {
	width: 950px;
	margin: 0 auto;
}
  
#container {
	width: 950px;
	height: 100%;
	overflow: auto;
	background: #FFF;
	}
  
/*  Header */

#header {
  height: 180px;
  width: 950px;
  background: none;
  }
  
#header_spacer {
  background: none;
  width: 950px;
  height: 134px;
  }
  
#menywrap {
  height: 38px;
  width: 950px;
  background: url(../img/hovedmal/bg_meny.png);
  color: #F0F;
  text-align: center;
  background-repeat: no-repeat;
  }

#meny { 
	width: auto;
	text-align: center;
	margin: 0 0 0 43px;
	}

/*  Navigasjon */

#dropdown {
	z-index: 30
}

#dropdown li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#dropdown li a
{	display: block;
	margin: 0 20px 0 0;
	padding: 11px 10px;
	width: auto;
	height: 16px;
	background: none;
	color: #fe58e6;
	text-align: center;
	text-decoration: none}

#dropdown li a:hover {
	color: #fff;
	background: #fe58e6;
}

#dropdown div {	
	clear: both;
	position: absolute;
	visibility: hidden;
	margin: 0;
	background: #fff;
	text-align: left;
	border: none;
	width: auto;
	z-index: 1;
}

#dropdown div a {
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	padding: 7px 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fff;
	color: #fe58e6;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#dropdown div a:hover {	
	color: #fff;
	background: #fe58e6;
}
	
/*  Fotnoter */

#innhold_bgslutt {
  clear: both;
  width: 950px;
  height: 15px;
  background: url(../img/hovedmal/bg_innholdbunn.png) no-repeat;
  }
  
#footer {
  width: 950px;
  height: 20px;
  text-align: right;
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #055ea2;
  }
