@charset "utf-8";
/* CSS Document */

body {

	background-image: url(../pictures/site/bg_geel.png);

}

#header {
	height: 235px;
}
	
#logo {
	z-index: 1;
	position: absolute;
}
#afb_top {
	position: absolute;
	/*float: none;
	clear: none;
	display: inline;*/
	bottom: 0px;
	z-index: 1;
}
/* -------------------------------------------------- */
#nav {
	position: absolute;
	right: 0px;
	float:right;
	margin:25px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 100px;
	width: 500px;
	z-index: 1;

}

#nav ul {

	padding: 0px;
	margin-left: 0px;
	display: inline;
	list-style: none;
	border-left: none;
	width:500px;

}

#nav li {

	margin-left: 0;
	display: inline;
	list-style: none;
	border-left: none;
	background:none;

}

#nav li span {

	display:none;

}

#nav li a {
	
	background-image:url(../pictures/site/nav_geel.png);
	border:0px auto;
	height:100px;
	float:left;
	background-repeat:no-repeat;

}


#btn1 a { width:84px; background-position:0px 0px;}
#btn2 a { width:85px; background-position:-84px 0px;}
#btn3 a { width:85px; background-position:-169px 0px;}
#btn4 a { width:85px; background-position:-254px 0px;}
#btn5 a { width:85px; background-position:-339px 0px;}
#btn6 a { width:75px; background-position:-425px 0px;}


#btn1 a:hover, #btn1 a.sel { background-position:-0px -100px;}
#btn2 a:hover, #btn2 a.sel { background-position:-84px -100px;}
#btn3 a:hover, #btn3 a.sel { background-position:-169px -100px;}
#btn4 a:hover, #btn4 a.sel { background-position:-254px -100px;}
#btn5 a:hover, #btn5 a.sel { background-position:-339px -100px;}
#btn6 a:hover, #btn6 a.sel { background-position:-425px -100px;}


/* -------------------------------------------------- */
