body, html {
	height: 100%;
	}

body {
	margin: 0; 
	padding: 0;
	background-color: #f8f8f8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #576f93;
	}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d65c2d;
	font-size: 1.4em;
	}
	
h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #576f93;
	font-size: 1.2em;
	}

img	{
	border: 0;
	}

.left_text {
	text-align:left;
	}

#wrapper {
	min-height:100%;
	}

* html #wrapper {
	height:100%;
	}

#header {
	width: 100%;
	background-image:url(../images/img_bg.png);
	border: 0;
	}

#header_1000 {
	width: 1000px;
	height: 149px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
#logo {
	width: 500px;
	height: 147px;
	position: relative;
	overflow: hidden;
	float: left;
	border: 0;
	}
	
#nav{
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 24px;
	width: 500px;
	height: 95px;
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	overflow: hidden;
	float: left;
	border: 0;
	}
		
#nav ul { list-style: none; margin:0; padding:0; border: 0;}

#nav li {float:left;}

#navlist {
	list-style: none; 
	margin: 0;
	padding: 0;
	height: 100%;
		}
		
#navlist li
		{
	float: left;
	line-height: 1.1em;
	margin: 50px 1px 1px 1px;
	padding: 0 0 0 0;
	height: 100%;
		}
		
#navlist li a {
	margin: 10px 10px 10px 10px;
	color: #3e3c34;
	text-decoration:none;
		}
		
#navlist li a:hover {
	color: #0d0c07;
		}
		
#navlist li a#current {
	color: #0d0c07;
		}

#content {
	width: 1000px;
	padding-bottom: 115px;
	margin: auto;
	}
	
#left_content_500 {
	width: 500px;
	margin: 0 auto;
	position: relative;
	float: left;
	text-align: center; 
	overflow: hidden;
	}

#nytt {
	font-size:22px;
	color: #114052;
	margin-top: 10px;
	width: 434px;
	height: 165px;
	padding: 10px 10px 0 30px;
	background: url(../images/img_nytt_bg.png);
	}
	
#right_content_500 {
	width: 500px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	float:left;
	}

.butik {
	width: 980px;
	height: 170px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	float:left;
	background-color: #f2eedf; 
	overflow: hidden;
	}
	
.butik2 {
	width: 980px;
	height: 170px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	float:left;
	background-color: #f8f8f8; 
	overflow: hidden;
	}

#footer {
	width: 100%;
	height: 115px;
	margin: -115px auto 0 auto;
	position:relative;
	background-image:url(../images/img_footer.png);
	background-color: #2a65ac;
	color: #000;
	text-align: center;
	clear:both;
	}

#footer_1000 {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	height: 115px;
	position:relative;
	font-size: 24px;
	}
	
	/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
