body{margin:0 0 0 0; background-color:#000000; background-image:url(../images/achtergrond.jpg); background-position:center; background-repeat:no-repeat}

.layoutonder{ font-family:verdana;  font-size:12px; color:#666666; text-decoration:none; font-weight:bold;}

.lijn{ font-family:verdana;  font-size:9px; color:#ed8410; text-decoration:none; font-weight:normal;}

a.link:link{font-family:verdana;  font-size:14px; color:#666666;  text-decoration:none;}
a.link:visited{font-family:verdana;  font-size:14px; color:#666666;  text-decoration:none;}
a.link:hover{font-family:verdana;  font-size:14px; color:#FF6600;  text-decoration:non;}
a.link:active{font-family:verdana;  font-size:14px; color:#666666;  text-decoration:none;}

.lijntje{font-family:verdana;  font-size:13px; color:#666666;  text-decoration:none;}


.layoutintro{ font-family:verdana;  font-size:12px; color:#666666; text-decoration:none; font-weight:normal; padding:0 20px 0 20px; text-align:justify}

.top{ font-family:verdana;  font-size:10px; color:#666666;  text-decoration:none; font-weight:bold;}


#slider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:385px;
	bottom:-17px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

