﻿.panel_button {	
	position: relative;
	
	right: 41px;
	width: 119px;
	height: 43px;
	float: right;
	z-index: 20;
	cursor: pointer;
}

#toppanel {
	position: absolute;
	width: 832px;
	left: 0px;
	z-index: 25;
}

#panel {
	width: 832px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
background-image: url("/Files/Billeder/RRS/gfx/aabningstider.png"); background-attachment: scroll; background-repeat: no-repeat; background-position-x: 6px; background-position-y: 0px; background-color: transparent;
	height: 100px;
	width: 832px;
	position: absolute;
	z-index: -1;
}


