@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: url(images/bodypix.jpg) repeat-x;
	background-color: #f1f1f1;
	}

#container {
	z-index: 1;
	position: relative;
	Width: 924px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto; /* holder content sentrert */
	background-color: #fff;
	border: none;
	}

#logobilde {
	z-index: 2;
	position: relative;
	width: 924px;
	height: 220px;
	margin-top: 0px; /* følger linja bestemt av content diven */
	margin-bottom: 0px;
	}

#logo {
	z-index: 2;
	position: relative;
	width: 924px;
	height: 127px;
	margin-top: 0px; /* følger linja bestemt av content diven */
	margin-bottom: 0px;
	}

#meny {
	position: relative;
	width: 924px;
	height: 31px;
	margin-top: 0px; /* følger linja bestemt av content diven */
	margin-bottom: 0px;
	background: url(images/menypix.jpg) repeat-x;
	z-index: 3;
	}

#menu {
	float: left;
	width: 820px;
	height: 31px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 95px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 3px 20px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #09F;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#skygge {
	position: relative;
	width: 924px;
	height: 10px;
	margin-top: 0px; /* følger linja bestemt av content diven */
	margin-bottom: 0px;
	background: url(images/skyggepix.jpg) repeat-x;
	z-index: 3;
	}

#content {
	z-index: 3;
	position: relative;
	Width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto; /* holder content sentrert */
	background-color: #fff;
	border: none;
	}

#footer {
	position: relative;
	clear: both;
	width: 924px;
	height: 16px;
	margin-top: 30px; /* følger linja bestemt av content diven */
	margin-bottom: 0px;
	background: url(images/footerpix.jpg) repeat-x;
	z-index: 3;
	}

.footertext {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 4;
	text-align: center;
	color: #CCC;
	font-size: 12px;
	}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

.bilde1 {
	float: right;
	border: 3px solid #242788;
	margin-right: 5px;
	margin-bottom: 5px;
	}
