body {
	background:#111;
   background-image:url('./images/Background.jpg');
	margin:5px;
	color:#FFF;
    font-size:10px;
	font-family:Verdana;
	text-align:center;
}

#main{
	width:900px;
	margin:0px auto;
	margin-top:5px;
} 
 
/* The Nivo Slider styles */
#slider {
	margin-top:15px;
	position:relative;
	min-height:600px;
	background:#202834 url("images/loading.gif") no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}



.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	background:url("images/arrows2.png") no-repeat;	
	cursor:pointer;
	width:32px;
	height:34px;
	text-indent:-9999px;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* Menu items */

#footer_wrapper {
	margin-top:15px;
	width:900px;
}
#cright {
    float:left;
	width:10x;
	color:#666;
	margin-top:5px;
	text-transform:uppercase;
	font-size:10px;
	text-align:left;	
}

#cright a {
	text-decoration:none;
	color:#FFF;
}
#cright a:hover{	
	color:#0076a0;
}
#social {float:right;}
#social img{margin-right:10px;border:0px;}

#hor {
	list-style:none;
	padding:0;
	margin:0;	
}

	#hor li {
		float:left;
		padding:6px;
		padding-bottom:0px;
	}

	#hor a {
		display:block;
		height: 12px;
		text-indent:-999em;
	}
	
	#hor a.home {
		width:45px; 
		background:url("images/home.png") no-repeat 0 0;	
	}

	#hor a.portret {
		width:70px; 
		background:url("images/portret.png") no-repeat 0 0;	
	}
	
	#hor a.kids {
		width:35px; 
		background:url("images/kids.png") no-repeat 0 0;	
	}
	#hor a.natuur {
		width:180px; 
		background:url("images/natuur.png") no-repeat 0 0;	
	}
	#hor a.overig {
		width:55px; 
		background:url("images/overig.png") no-repeat 0 0;	
	}
	#hor a.weblog {
		width:65px; 
		background:url("images/weblog.png") no-repeat 0 0;	
	}
.clear {
	clear:both;	
}

