

/* 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.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
	}

table { font-size: 1.4em; line-height: 1.2em; margin-bottom: 1.2em; }
td{ padding: 5px;}


h1 {
	font-family: Georgia, serif;
	font-size: 4.8em;
	font-weight: normal;
	color: #a69028;
	}


h2 {
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	}
	
	h1#logo {
		width: 781px;
		height: 220px;
		background: url(images/header7.png) no-repeat center;
		text-indent: -9999px;
	}
	
	.punktlista {list-style-type: none}

/* END RESET */

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

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 781px;
	height: 1250px;
		position:relative;

	margin: 0 auto;
	background: url(images/content5.png) repeat-y;
	}
	#main-content {
		padding: 30px 50px 10px 175px;
	}
	
	#article-area {
		width: 425px;
		float: left;
		}
		
	#meny {
				width: 550px; height: 355px;  position: absolute; top: 306px; right: auto; left: 260px;

	}
	
		#audio {
				width: 550px; height: 355px;  position: absolute; top: 306px; right: auto; left: 260px;

	}
	
	#sidebar {
		width: 250px;
		float: right;
	}

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: 1330px; right: 185px;
		
		}
		
		
#footer {
	height: 162px;
	width: 781px;
	margin: 0 auto;
	background: url(images/footer2.png) no-repeat center center;
}

/* END STRUCTURE */