body{
	margin:		0;
}

a{
	color:		black;
	text-decoration:	none;
}

.container{
	width:		850px;
	height:		100%;
	margin:		0 auto;
	font-family:	Tahoma, "Trebuchet MS", Arial, Sans-serif;
	font-size:	12px;
}

.menu{
	height:		0px;
	width:		0px;
	visibility:	hidden;
}

.header{
	height:		0px;
	width:		0px;
	visibility:	hidden;
}

.content{

}

.content_left{
	width:		200px;
	padding:		0;
	float:		left;
}

.content_left_kop{
	font-size:	34px;
	margin-bottom:	60px;
}

.content_left_link{
	height:		0px;
	width:		0px;
	visibility:	hidden;
}

.content_left_contact{
	font-size:	12px;
	padding-left:	15px;
}

.content_left_contact a{
	text-decoration:	underline;
}

.content_left_roze{
	height:		0px;
	width:		0px;
	visibility:	hidden;
}

.content_left_roze a{
	height:		0px;
	width:		0px;
	visibility:	hidden;
}

.content_left_roze a:hover{
	height:		0px;
	width:		0px;
	visibility:	hidden;
}

.content_right{
	width:		600px;
	margin:		0;
	padding:		10px;
	float:		right;
	line-height:	16px;
}

.content_right_kop{
	font-variant:	small-caps;
	text-transform:	uppercase;
	padding-left:	10px;
	margin-bottom:	15px;
	font-size:	12px;
}

.foto_container{
	width:		600px;
	height:		370px;
	overflow:	hidden;
	position:	relative;
}

.foto_scroll{
	height:		350px;
	position:	absolute;
	top:		0;
	left:		0;
	padding:		0;
	margin:		0;
}

.foto_subcontainer{
	width:		600px;
	height:		350px;
	float:		left;
	padding:		0;
	margin:		0;
}

.foto_subcontainer td{
	padding-right:		10px;
	padding-bottom:		10px;
	margin:			0;
}

.foto_controls{
	width:		600px;
	height:		20px;
	position:	absolute;
	top:		350px;
	left:		0;
}

.foto_vorige{
	font-variant:	small-caps;
	text-transform:	uppercase;
	padding-left:	10px;
	cursor:		pointer;
	position:	relative;
	top:		5px;
	left:		0px;
}

.foto_volgende{
	font-variant:	small-caps;
	text-transform:	uppercase;
	padding-right:	10px;
	margin-top:	15px;
	cursor:		pointer;
	position:	relative;
	top:		5px;
	left:		470px;
}

.footer{
	width:		600px;
	margin:		5px 10px;
	padding-top:	4px;
	text-align:	center;
	font-size:	10px;
	color:		#888;
	border-top:	1px dotted black;
	float:		right;
}

.vet{
	font-weight:	bold;
	font-size:	12px;
}

