/* HD------------*/
#hd {
	position:relative;
	height:257px;
}
#hd a#logo {
	position:absolute;
	left:27px;
	display:block;
	background-color:#4e504f;
	background-image:url(/images/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
	height:33px;
	width:252px;
	text-transform:uppercase;
	padding-left:200px;
	padding-top:15px;
}
#hd #forhandler {
	position:absolute;
	right:27px;
	font-size:10px;
	color:#999;
	top:30px;
}
#hd a#logo:hover {
	background-color:#606261;
}
#hd a#logo span {
	display:none;
}

#hd #menu {
	position:absolute;
	background-color:#e0e2e3;
	top:49px;
	width:980px;
	height:36px;
}
#hd #menu ul {
	margin:0;
	padding:0;
}
#hd #menu li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#hd #menu a {
	float:left;
	display:block;
	color:#3d3f3e;
	text-transform:uppercase;
	text-decoration:none;
	height:20px;
	font-size:14px;
	padding:8px;
	padding-left:14px;
	padding-right:14px;
	border-right:1px solid #a3a5a5;
	border-left:1px solid #fff;
}
#hd #menu a:hover, #hd #menu a.active {
	background-color:#cc0001;
	color:#FFF;
	border-right:1px solid #961818;
}


#hd #stripe {
	position:absolute;
	top:86px;
	width:980px;
	background-color:#cc0001;
	height:169px;
}
#hd #stripe_content {
	height:161px;
	background-color:#FFF;
}
#hd #stripe #theme {
	background-image:url(/images/hd_bilde.jpg);
	width:614px;
	overflow:hidden;
	height:160px;
	float:left;
}
#hd #stripe #flash {
	float:right;
}

/* /HD------------*/