.button {
	position: absolute;
	z-index: 10;
}

.button a {
	display: block;
	background-repeat: no-repeat;
}

.button a:link, .button a:visited {
	background-position: 0 0;
}

.button a:active, .button a:hover {
	background-position: 0 -34px;
}

.button a:link.selected, .button a:visited.selected {
	background-position: 0 -68px;
}

#button1 {
	left: 22px;
	bottom: 20px;
}

#button1 a {
	background-image: url(../img/program.gif);
	width: 85px;
	height: 34px;
}

#button2 {
	left: 147px;
	bottom: 20px;
}

#button2 a {
	background-image: url(../img/sponsorer.gif);
	width: 90px;
	height: 34px;
}

#button3 {
	left: 247px;
	bottom: 20px;
}

#button3 a {
	background-image: url(../img/frivillige.gif);
	width: 85px;
	height: 34px;
}

#button4 {
	left: 344px;
	bottom: 20px;
}

#button4 a {
	background-image: url(../img/cleese_98.gif);
	width: 113px;
	height: 34px;
}

#button5 {
	left: 495px;
	bottom: 20px;
}

#button5 a {
	background-image: url(../img/arrangoer.gif);
	width: 87px;
	height: 34px;
}

#button6 {
	left: 603px;
	bottom: 20px;
}

#button6 a {
	background-image: url(../img/forside.gif);
	width: 75px;
	height: 34px;
}

#to_front {
	text-align: center;
	padding-bottom: 10px;
}

#to_front a  {
	text-decoration: none;
}

#to_front a img {
	border: none;
}

#submenu {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #000000;
	width: 150px;
}

#submenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
}

#submenu li a {
	height: 20px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(../img/arrow.gif);
}

#submenu li a:link, #submenu li a:visited {
	color: #000000;
	background-position: right -25px;
}

#submenu li a:active, #submenu li a:hover {
	color: #40a8e8;
	background-position: right 0;
}

