

/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% "Lucida Grande", sans-serif;
	background: url(images/background.png) top left repeat;
}

ul { list-style: none inside; }
p { font-size: 1.4em; line-height: 1.7em; margin-bottom: 1.2em; }
a { outline: none; }
a img { border: none; }

table { font-size: 1.4em; line-height: 1.2em; margin-bottom: 1.2em; }


h1 {
	font-family: Georgia, serif;
	font-size: 4.8em;
	font-weight: normal;
	color: #a69028;
	}
	h1#logo {
		width: 781px;
		height: 220px;
		background: url(images/header7.png) no-repeat center;
		text-indent: -9999px;
	}

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 781px;
	height: 1180px;
	margin: 0 auto;
	background: url(images/content5.png) repeat-y;
	}
	#main-content {
		padding: 30px 50px 10px 175px;
	}
	#article-area {
		width: 425px;
		float: left;
	}
	#meny {
		
		text-align:center; width: 550px; height: 350px;  position: absolute; top: 290px; right: auto; left:350px;
	
		}
	

ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 65px;
		
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.kontakt a {
			width: 186px;
			background: url(images/kont-nav.png) bottom center no-repeat;
		}
		ul#nav li.omoss a {
			width: 122px;
			background: url(images/omoss-nav.png) bottom center no-repeat;
		}
		ul#nav li.fardig a {
			width: 192px;
			background: url(images/far-nav.png) bottom center no-repeat;
		}
		ul#nav li.cater a {
			width: 133px;
			background: url(images/cat-nav.png) bottom center no-repeat;
		}
		ul#nav li.hem a {
			width: 148px;
			background: url(images/hem-nav.png) bottom center no-repeat;
		}
		ul#nav li a:hover {
			background-position: center center;
		}
		
#footer-text{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.0em;
			font-weight: normal;
			color: #3e3c3c;
			width: 770px; height: 159;  position: absolute; top: 1262px; right: 185px;
		
		}
		
		
#footer {
	height: 162px;
	width: 781px;
	margin: 0 auto;
	background: url(images/footer2.png) no-repeat center center;
}

/* END STRUCTURE */