body {
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #e8f1f9;
}

* {
	margin: 0;
	padding: 0;
}

/*** IMG ***/
.sommerfugl {
	float: right;
	margin-right: 220px;
}
	
.tekstbilde {
	float: right;
	margin: 10px 40px 10px 10px;
}


/*** PNG FIX ***/
 	img, div, a, input, background { 
 	behavior: url(iepngfix.htc);
}

p {
	margin-bottom: 11px;
}

a {
	text-decoration: none;
	color: #4e6d9c;
}

a:hover {
	text-decoration: none;
	color: #6588bb;
}

.scrolltitle {
	color: #333;
} 

.right {
	text-align: right;
	margin-top: -15px;
}

.left {
	float: left;
}

.right-toppen a {
	float: right;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.right-toppen a:hover {
	text-decoration: none;
	font-weight: bold;
}

.space {
	padding: 0 0 0 120px;
}

.ikke {
	_padding-left: 25px;
}

#hack {
	width: 120px;
	height: 150px;
	float: left;
}

.hack2 {
	padding-left: 0px;
}


/*** FONTS ***/
h2 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-left: 0px;
}

h3 {
	margin-bottom: 5px;
	margin-top: 20px;
}

h4 {
	font-size: 13px;
}

img {
	border: none;
}

.les {
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

.til {
	border: none;
	padding-left: 7px;
	font-size: 12px;
}

.innrykk {
	margin-left: 30px;
}

#tilbaketil {
	width: 750px;
	text-align: right;
}

#kontaktskjema {
	width: 400px;
}

.kontakt {
	border: 1px solid #dadada;
	padding: 2px;
	margin: 0px;
	margin-bottom: 5px;
}

.input {
	margin-bottom: 5px;
}

.submit {
	background: #4e6d9c;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	border: none;
	padding: 2px 8px;
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 0px;
}



/*** MENU ***/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 143px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	color: #333;
	}
	
li ul {
	position: absolute;
	left: 142px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: url(images/transparent.png); /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block;
	background: #fff;
	font-size: 12px;
} /* The magic */


/*** DIVZ ***/

#container {
	width: 980px;
	float:
}

#menu {
	position: absolute;
	overflow: visible;
	margin: 247px 0 0 18px;;
	z-index: 1;
}

#tull {
	position: absolute;
	margin: 220px 0 0 18px;
}

#wrapper {
	width: 800px;
	float: right;
	background: url(images/transparent.png) repeat;

}

#header {
	height: 261px;
	background: url(images/header.png) no-repeat;
}

#content {
	margin: 30px 15px 10px 25px;
	_height: auto !important;
	background: transparent;
}

#footer {
	height: 35px;
	background: transparent;
	position: relative;
	font-size: 10px;
	color: #555555;
	margin: 30px 25px 0 25px;
}