
div.intro {
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	margin-left: 25px;
	margin-top: 0px;
	width: 460px;
}

div.text {
	font-size: 			12px;
	color: 				#555555;
	
	margin-left: 		25px;
	margin-top: 		15px;
	padding-right:		20px;	
	width: 				460px;
	height: 			220px;
	
	overflow:			auto;
	
	border:				0px solid black;
}

div.wide {
	width:				800px;
}

div.high {
	height:				420px;
}

#foto_groot {
	float: 				right;
	text-align:			center;
	
	line-height: 		0px;
	margin-right: 		25px;
	margin-top: 		0px;
	
	width:				300px;
	
	/*border:				1px solid black;*/
}

#fotos {
	/*position: absolute;*/
	position:relative;
	/*top: 470px;*/
	width:300px;
	margin-left: 25px;
}

#fotos #foto_items {
	height: 220px;
	width: 840px;
}

#fotos #foto_items td{
	vertical-align: top;
}

#fotos #foto_items td#foto{
	padding-top: 25px;
	width: 33%;
}

.foto_naam {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

.foto_onderschrift {
	color: #8a8a8a;
	font-size: 10px;
}

div#content_links {
	/*height: 530px;*/
}