/* fotobladeren */
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	background-color: #f4f4f4;
	background-image: url(../images/bg_body.jpg);
	background-position: center;
}

div#fotocontainer {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.2em;
}
div#fotocontainer a,
div#fotocontainer a:link,
div#fotocontainer a:active,
div#fotocontainer a:visited {
	text-decoration: none;
	color: #B53129;
}
div#fotocontainer a:hover {
	text-decoration: none;
	color: black;
}

div#fotonavigatie {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 40px;
}
div#foto {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 550px;
}
