@charset "utf-8";
body{
	margin:0px;
	background-color:#20211b;
	border:none;
	width:100%;
	height:100%;
	
}
.menubar_wrapper{
	background-image:url(images/menubar.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:350px;
	margin-top:50px;
	z-index:80;
}
.menubar_logo{
	background-image:url(images/leftback.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:350px;
	width:425px;
	float:left;
}
.menubar_menu{
	width:562px;
	height:350px;
	float:left;
}
.menu_item1{
	background-image:url(images/nytt.jpg);
	width:100px;
	height:350px;
	float:left;
	}
.menu_item2{
	background-image:url(images/galleri.jpg);
	width:144px;
	height:350px;
	float:left;
}
.menu_item3{
	background-image:url(images/mig.jpg);
	width:157px;
	height:350px;
	float:left;
}
.menu_item4{
	background-image:url(images/kontakt.jpg);
	width:161px;
	height:350px;
	float:left;
}
.gallery{
	width:702px;
	background-image:url(images/galleri_back.jpg);
	height:130px;
	margin-left:600px;
	margin-top:50px;
	z-index:90;
	position:absolute;
	padding-left:8px;
}
.nytty{
	background-image:url(images/nytty.jpg);
	background-repeat:no-repeat;
	width:588px;
	height:351px;
	margin-top:-50px;
	margin-left:500px;
	z-index:90;
	position:absolute;
	float:left;
	color:#a0d3e4;
	padding-top:8px;
	padding-left:10px;
	padding-right:30px;
}
.om_mig{
	background-image:url(images/om_mig.jpg);
	background-repeat:no-repeat;
	width:384px;
	height:355px;
	margin-top:-50px;
	margin-left:50px;
	z-index:90;
	position:absolute;
	float:left;
	color:#a0d3e4;
	padding-top:8px;
	padding-left:10px;
	padding-right:30px;
}
.om_mig b{
	line-height:18px;
}
.kontakt_mig{
	background-image:url(images/om_mig.jpg);
	background-repeat:no-repeat;
	width:408px;
	height:359px;
	margin-top:-50px;
	margin-left:280px;
	padding-left:4px;
	z-index:90;
	position:absolute;
	float:left;
	color:#a0d3e4;
}
.preview_boxes{
	margin-top:22px;
	width:348px;
}
.prev_boxes_arrow_left{
	padding-right:18px;
	margin-bottom:6px;
	padding-top:3px;
}
.prev_boxes_arrow_right{
	margin-left:8px;
	margin-bottom:6px;
	padding-top:3px;
}
#container {
  	position: relative;
	width:600px;
	height:62px;
  	overflow: hidden;
	padding-top:7px;
	overflow:hidden;
}

#scroller {
  width: 1708px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
	width:100px;
	height:100px;
	float: left;
  	font-size: .8em;
}