body {
	background: url(Images/bg.jpg) center;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	color:#35271e;
}

a {color:#35271e}

h1 {
	font-size: 65px;
	margin-left: 60px;
	position: absolute;
	margin-top: 35px;
	color: #ada498;
	display: block;
}

h2 {
	font-size: 45px;
	color:#35271e;
	display: block;
	height: 20px;
	margin-top:35px;
}

h3 {
	font-size: 30px;
	color:#35271e;
	display: block;
	height: 20px;
	margin:0px;
}

#bg_glow {
	height: 528px;
	width: 482px;
	background-image: url(Images/bg_glow.jpg);
	position: absolute;
	top:0px;
	left:50%;
	margin-left:420px;
	display: inline;
}

#site {
	margin-left: auto;
	padding:0px;
	margin-top:0px;
	margin-right: auto;
	height: 600px;
	width: 842px;
}

#header {
	background:url(Images/header.jpg);
	width:842px;
	height:124px;
}

#nav {
	padding:0px;
	margin: 0px;
	list-style-type:none;
	display:block;
}

#nav li {
	float:left;
	display: block;
	position:absolute;
}

#nav li a{
	position:absolute;
}

#nav .left {
	height: 49px;
	width: 248px;
	background-image: url(Images/nav_left.jpg);
}

#nav .stedet {
	height: 49px;
	width: 104px;
	background-image: url(Images/nav_steder.jpg);
	margin-left:248px;
}

#nav .stedetover{
	background-image:url(Images/nav_steder_hover.jpg);
	cursor: hand;
}


#nav .stemningen {
	height: 49px;
	width: 145px;
	background-image: url(Images/nav_stemningen.jpg);
	margin-left:352px;
}

#nav .stemningenover {
	background-image:url(Images/nav_stemningen_hover.jpg);
	cursor: hand;
}

#nav .maden {
	height: 49px;
	width: 107px;
	background-image: url(Images/nav_maden.jpg);
	margin-left:497px;
}

#nav .madenover {
	background-image:url(Images/nav_maden_hover.jpg);
	cursor: hand;
}

#nav .right {
	height: 49px;
	width: 238px;
	background-image: url(Images/nav_right.jpg);
	display: block;
	float:left;
	margin-left:604px;
}

body#stedet .stedet {
		background:url(Images/nav_steder_hover.jpg);
}

body#stemningen .stemningen{
		background:url(Images/nav_stemningen_hover.jpg);
}

body#maden .maden{
		background:url(Images/nav_maden_hover.jpg);
}

#content {
	margin-top:49px;
	background-image: url(Images/content.jpg);
	height: 514px;
	width: 842px;
}

#listcontainer {
	position:absolute;
	left:50%;
	top:12px;
	height:100px;
	width:500px;
	margin-left:110px;
}

.list li{
	float:left;
	display:block;
	width: 145px;
	height: 48px;
	list-style:none;
	margin-left:35px;
}

.list a{
	display: block;
	width: 150px;;
	height: 55px;
	float:left;
	margin-left:-20px;
}

.list a.current {
	background:url(Images/Arrow.gif) left 22px no-repeat;
}

.ibyen {
	background:url(Images/ibyen.jpg) no-repeat;
}

.ibyenover {
	background:url(Images/ibyenover.jpg) no-repeat;
}

.aok {
	background:url(Images/aok.jpg) no-repeat;
}

.aokover {
	background:url(Images/aokover.jpg) no-repeat;
}

.panes {
	position:absolute;
	top:90px;
	float: right;
	width: 800px;
	height: 314px;
	overflow:hidden;
	left:50%;
	margin-left:-280px;
}

.scroll-pane{
	padding-left:50px;
	width: 710px;
	height: 275px;
	position:absolute;
	overflow:hidden;
}

#menukort{
	display:block;
	height:189px;
	width:200px;
	margin-top: -20px;
	background-image: url(Images/menukortet.jpg);
	background-repeat: no-repeat;
}

.next { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%;
		Right:-10%;
		color: #ada498;
		background:#35271e;
		font-size:30px;
		padding:10px;
		cursor:pointer;
		border: #ada498 solid 2px;
} 
 
.prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%;
		left:-10%;
		color: #ada498;
		background:#35271e;
		font-size:30px;
		padding:10px;
		cursor:pointer;
		border: #ada498 solid 2px;
}
 
/* progress indicator (animated gif). should be initially hidden */ 
.progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
		
} 
 
/* active thumbnail is raised on top of the mask using the z-index property */ 
#triggers a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}
