BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #FFFFFF;
}
#bg {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.mc-hide-scrolls {
	overflow:hidden;
}
body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}
div.mc-image {
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}
#overlayer {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
	text-align: right;
}
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
}
.header.selected{
	color:#00aeef;
}
.menu {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 20px;
	float: right;
	width: 165px;
}
.menu a.menuname {
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
	margin-left: 4px;
	float:right;
}
.menu a.menubutton {
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
	margin-left: 4px;
	float:right;
}
.menu a.menuname:hover {
	cursor:default;
	text-decoration:none;
}
.menu a.menubutton:hover, .menu a.menubutton.selected {
	color: #00aeef;
	text-decoration:none;
}
#pagination {
	bottom: 20px;
	height: 18px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	display:none;
}
#pagination #buttons {
	width:84px;
	height: 18px;
    margin: 0 auto;
    overflow: hidden;
}

#pagination .pagebt {
	background-image: url(../gfx/bolletje.png);
	background-repeat: no-repeat;
	background-position: center -18px;
	height: 18px;
	width: 18px;
	float:left;
	cursor:pointer;
	margin-left:3px;
}
#pagination .pagebt:hover, #pagination .active {
	background-image: url(../gfx/bolletje.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 18px;
	width: 18px;
	float:left;
	margin-left:3px;
}
