body
{
	background: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
}

#box_alles
{
	min-width: 930px;
	max-width: 1460px;
	float:left; /* breedte afhankelijk van children */
	/*
	border: 2px solid red;
	background: green;
	*/ 
}

h1
{
	font-size: 140%;
}

p.navp
{
	color:#999;
	margin-top:10px;
}
p.navp a
{
	padding:2px;
	font-weight:bold;
}
p.navp a.huidigePagina 
{
	color: #999;	
	text-decoration:none;
}
p.navp span
{
	margin-left:3em;
}

#foto_box
{
	width:auto;
	margin-bottom:10px;
	float:left; 
}

#foto_box div.foto
{
	width:200px;
	border:solid 1px #fff;
	float:left;
	margin:10px 10px 0 0;
	background: #aaa;
	padding:10px;
	text-align:center;
}

#foto_box div.foto div
{
	height:210px;
	padding: 0;
	margin:0;
	border-width:0;
}
.code
{
	font-size: 90%;
}

a {color:white;}
a:hover {color: #ccc;}

img
{
	border:solid 2px white;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	margin-bottom:6px;
}

/*
 * navigatie previous/next
 */

div.nav 
{ 
	background: #333;
	text-align:center;
	position:relative;
	/*
	height:25px; 
	width:1430px;
	*/
	margin-right:10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	
	clear:both;
}

.prev, .prev_dimmed 
{ 
	position:absolute;
	left:10px;
	top:6px;
}
.prev a 
{
	padding: 4px 4px 4px 14px;
	background-image: url(/images/prev.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	display:block;	
}	
.prev a:hover
{
	background-position: left -64px;
}	 
.prev_dimmed a
{
	padding: 4px 4px 4px 14px;	
	background-position: left -32px;
	color: #999;
	display:block;		
}

.next, .next_dimmed 
{ 
	position:absolute;
	right:10px;
	top:6px;
}
.next a 
{
	padding: 4px 14px 4px 4px;
	background-image: url(/images/next.gif);
	background-repeat: no-repeat;
	background-position: right 6px;	
	display:block;		
}	
.next a:hover
{
	background-position: right -64px;
}	 
.next_dimmed a
{
	padding: 4px 14px 4px 4px;	
	background-position: right -32px;
	color: #999;
	display:block;		
}	 
