/* --- HEADER --- */
#header {
	position: relative;
	background: url(images/header_bg_grey.gif) no-repeat;
	width: 1020px;
	height: 158px;
}

#header #leaderboard {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 728px;
	height: 90px;
	background-color: white;	
}

#header #buttons {
	position: absolute;
	bottom: 25px;
	left: 20px;
	width: 750px;	
}

#header #buttons #button-list {
	background:url(images/knoppen.gif) no-repeat;
	width: 750px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#header #buttons #button-list span {
	display: none;
}

#header #buttons #button-list li, #header #buttons #button-list a {
	height: 25px;
	width: 120px;
	display: block;
}

#header #buttons #button-list li {
	float:left;
	list-style:none;
	display:inline;
	margin-right: 5px;	
}

#header #buttons #button-list a.selected_0 { background:url(images/knoppen.gif) 0px -25px no-repeat; }
#header #buttons #button-list a.selected_1 { background:url(images/knoppen.gif) -125px -25px no-repeat; }
#header #buttons #button-list a.selected_2 { background:url(images/knoppen.gif) -250px -25px no-repeat; }
#header #buttons #button-list a.selected_3 { background:url(images/knoppen.gif) -375px -25px no-repeat; }
#header #buttons #button-list a.selected_4 { background:url(images/knoppen.gif) -500px -25px no-repeat; }
#header #buttons #button-list a.selected_5 { background:url(images/knoppen.gif) -625px -25px no-repeat; }
