@charset "utf-8";
/* CSS Document */

@import "reset.css";

body{
	margin:0 0 0 0;
	font:70%/170% Verdana, Arial, Helvetica, sans-serif;
	background:#fffacd;
	text-align:center;
}

div{
	text-align:left;
	vertical-align:top;
}

.clear{
	clear:both;
}

#top{
	width:100%;
	height:25px;
	padding:0 0 15px 0;
	text-align:left;
	border:dashed #333;
	border-width:0 0 1px 0;
}
	#top img{
		margin:10px 0 10px 10px;
		cursor:pointer;
	}

#wrapper{
	width:100%;
	height:auto;
	text-align:center;
	margin:25px 0 0 0;
}

#stamboom2{
	width:95%;
	height:auto;
	padding:10px;
	margin:0px auto;
	border:1px solid #ccc;
	background:#efefef;
}

#stamboom2 h1{
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:underline;
		margin:0 0 20px 0;
		color:#333333;
}

#stamboom2 td{
	height:20px;
}

#stamboom2 .background{
	background-color:#e6e6e6;
	border:1px solid #ccc;
	color:#777777;
	padding:0 0 0 5px;
}
	.naam{
		width:80%;
		height:auto;
		float:left;
	}
	.image{
		width:20%;
		padding:5px 0 0 0;
		height:auto;
		float:right;
	}

#wijziging{
	width:400px;
	height:auto;
	padding:10px;
	margin:0px auto;
	border:1px solid #ccc;
	background:#efefef;
}

	#wijziging li{
		list-style:inside circle;
		background:#e6e6e6;
		padding:10px;
		margin:0 0 10px 0;
	}

	#wijziging h1{
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		color:#333333;
	}
	
	#wijziging .input{
		width:296px;
		height:18px;
		border:1px solid #b5b5b5;
		background:#fff;
		margin:0 0 5px 0;
	}
	
	#wijziging .input2{
		width:296px;
		height:50px;
		border:1px solid #b5b5b5;
		background:#fff;
		margin:0 0 5px 0;
	}
	
	#wijziging a:link{
		color:#000000;
		text-decoration:underline;
	}
	#wijziging a:active{
		color:#000000;
		text-decoration:underline;
	}
	#wijziging a:visited{
		color:#000000;
		text-decoration:underline;
	}
	#wijziging a:hover{
		color:#000000;
		text-decoration:none;
	}

#aantal{
	width:500px;
	height:auto;
	padding:20px 0 0 0;
	margin:0px auto;
	text-align:center;
	color:#333333;
}

#zoekveld{
	width:300px;
	height:auto;
	padding:10px;
	margin:0px auto;
	border:1px solid #ccc;
	background:#efefef;
}
	#zoekveld h1{
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
		color:#333333;
	}
	
	#zoekveld #input{
		width:296px;
		height:18px;
		border:1px solid #b5b5b5;
		background:#fff;
		padding:1px;
	}
	
	#zoekveld #dropdown{
		width:296px;
		height:auto;
		border:1px solid #b5b5b5;
		background:#fff;
		padding:1px;
		position:absolute;
		margin:-2px 0 0 0;
		z-index:1;
		visibility:hidden;
		display:none;
	}
	
	#zoekveld #dropdown li{
		width:266px;
		height:18px;
		padding:2px 0 6px 30px;
		margin:0 0 2px 0;
		border:solid #cccfcc;
		border-width:0 0 1px 0;
		background: url(../_images/bg_suggest_result.jpg) left top no-repeat #eeeeee;
		list-style:none;
		cursor:pointer;
	}
	
	#zoekveld #dropdown a:link{
		color:#333333;
		text-decoration:none;
	}
	#zoekveld #dropdown a:active{
		color:#333333;
		text-decoration:none;
	}
	#zoekveld #dropdown a:visited{
		color:#333333;
		text-decoration:none;
	}
	#zoekveld #dropdown a:hover{
		color:#333333;
		text-decoration:none;
	}
	
	
	#zoekveld #zoeken{
		float:right;
		background:url(../_images/bg_zoekbutton.jpg) no-repeat;
		height:20px;
		width:100px;
		border:0px;
		margin:10px 0 0 0;
	}

#wrapper #basis_naam{
	width:100%;
	height:auto;
	text-align:center;
	margin:0 0 25px 0;
}
	#wrapper #basis_naam h1{
		font-size:20px;
		font-weight:bold;
		margin:0px;
	}

#wrapper #basisgegevens_top{
	width:auto;
	height:25px;
	margin:0 0 0 50px;
	text-align:left;
}

	#wrapper #basisgegevens_top .top{
		width:19%;
		height:25px;
		text-align:left;
		font-size:12px;
		color:#000000;
		float:left;
	}


#wrapper #extra{
	width:auto;
	height:25px;
	margin:100px 0 0 50px;
	text-align:left;
}

	#wrapper #extra .top{
		width:19%;
		height:25px;
		text-align:left;
		font-size:12px;
		color:#000000;
		float:left;
	}
	
		#wrapper #extra a:link{
			color:#333333;
			text-decoration:underline;
		}
		
		#wrapper #extra a:active{
			color:#333333;
			text-decoration:underline;
		}
		
		#wrapper #extra a:visited{
			color:#333333;
			text-decoration:underline;
		}
		
		#wrapper #extra a:hover{
			color:#333333;
			text-decoration:none;
		}
	
#wrapper #basis_fotos{
	width:100%;
	height:200px;
	text-align:center;
}

#wrapper #basis_fotos #vergroting{
	width:100%;
	height:25px;
	padding:25px 0 25px 0;
	text-align:center;
}
	#wrapper #basis_fotos #vergroting h2{
		font-size:12px;
		font-weight:bold;
		color:#000000;
	}

.foto{
	width:24%;
	height:175px;
	text-align:center;
	float:left;
}
	.foto img{
		cursor:pointer;
	}	

	.foto .goed img{
		border:1px solid #e5e0b3;
	}

#foto{
	display:none;
	visibility:hidden;
}

#laatfotozien{
	padding:5px 10px 10px 10px;
	position:absolute;
	top:25px;
	left:25px;
	border:1px solid #cccccc;
	background:#e9e9e9;
}
	#laatfotozien .top{
		height:20px;
		margin:0 0 5px 0;
	}
	
	#laatfotozien .img{
		border:1px solid #cccccc;
	}
	
#aanpassen{
	margin:25px 0 0 50px;
}

	#aanpassen a:link{
		font-size:12px;
		color:#333333;
		text-decoration:underline;
	}
	#aanpassen a:active{
		font-size:12px;
		color:#333333;
		text-decoration:underline;
	}
	#aanpassen a:visited{
		font-size:12px;
		color:#333333;
		text-decoration:underline;
	}
	#aanpassen a:hover{
		font-size:12px;
		color:#333333;
		text-decoration:none;
	}

#wrapper #opslaan{
		float:right;
		background:url(../_images/bg_opslaan.jpg) no-repeat;
		height:20px;
		width:100px;
		border:0px;
		margin:10px 0 0 0;
}	

#wrapper #verder{
		float:right;
		background:url(../_images/bg_verdergaan.jpg) no-repeat;
		height:20px;
		width:100px;
		border:0px;
		margin:10px 0 0 0;
}	