div#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 860px;
}
div#content {
	background-image: url(../images/layout/content-tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 185px;
}
div#header {
	position: relative;
	height: 201px;
	width: 860px;
}


body {
	text-align: center;
	background-color: #B2DDFF;
	margin: 0px;
	padding: 0px;
	left: 40px;
	top: 95px;
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}
div#footer {
	background-image: url(../images/layout/footer.jpg);
	height: 88px;
}
div#leftNav {
	position: absolute;
	left: 40px;
	top: 95px;
}
div#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#leftNav a {
	font-family: "Comic Sans MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-image: url(../images/knoppen/knop_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	padding-left: 50px;
	width: 80px;
}
img#headerNav {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#leftNav a:hover {
	background-image: url(../images/knoppen/knop_over.gif);
}
div#content img {
	position: relative;
}
div#maskFotos {
	background-image: url(../images/layout/foto_mask.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 380px;
	width: 524px;
	position: absolute;
	left: -3px;
	top: -65px;
	z-index: 1000;
}
div#holderFotos {
	position: relative;
}

