*{
	margin:0;
	padding:0;
}

td img {display: block;}
body {
	margin:0;
	padding:0;
	background:#205897 url(../images/bg_page.jpg) top left repeat-x;
	text-align:center;
	font: normal small/1.2em Verdana, Arial, sans-serif;
	color: #000;
}
#wrapper {margin:0 auto; width:995px; text-align:left;}
#header {float:left; width:975px; height:110px; padding:10px; background:url(../images/bg_pootjes.jpg) 795px 10px no-repeat;}
#logo {float:left; width:200px; margin:0}
#nav {float:left; text-align:center;}
#nav a:link,#nav a:visited {text-decoration:none; color:#D7E6F7; padding:0px 10px; font-weight:bold;}
#nav a:active,#nav a:hover {text-decoration:none; color:#fff; padding:0px 10px; font-weight:bold;}
#flashObject{height:62px; width:560px; text-align:center; margin-bottom:5px;}

#footer{clear:both; text-align:center; color:#99CCFF; padding:10px; font-size:90%;}
#footer .abri{font-weight:bold; color:#fff;}
#footer .credit {padding-left:100px;}
a.credit:link,a.credit:visited {text-decoration:none; color:#fff;}
a.credit:active,a.credit:hover {text-decoration:underline; color:#fff;}
a:link,a:visited,a:active,a:hover{color:#fff;}

a img {border:5px solid white;}

#album{
	width:995px;
	margin:0 auto;
	position:relative;
	font-size:.9em;
	color:#fff;
}
#album p{
	padding:10px 5px;
}

#largeImage img{
	display:block;
}
#largeImage{
	border:none;
	position:absolute;
	top:-999px;
	left:-4000px;
	background:url(loading.gif) bottom center no-repeat;
	padding:1px;
	padding-top:120px;
}
#largeImage.show{
	top:120px;
	left:100px;
	width:auto;
	height:auto;
}

#imagelist{
	width:800px;
	margin:0 auto;
	/*float:left;*/
}
#imagelist ul,#imagelist li{
	list-style:none;
	margin:0;
	padding:0;
}

#imagelist li{
	float:left;
	height:125px;
	width:130px;
}
html>body #imagelist li{
	float:left;
	min-height:125px;
	min-width:130px;
	height:auto;
	width:auto;
}
#imagelist li img{
	display:block;
	margin:auto auto;
}
#imagelist.hide li img{
	filter:alpha(opacity:20);
	opacity: 0.2;
	-moz-opacity: 0.2;
}

/* Non-JavaScript enhanced styles */
#albumnav{
	margin:.5em 1em;
	float:left;
	background:#fff;
	padding:.5em;
	width:800px;
	list-style:none;
	border-bottom:1px solid #fff;
}
#albumnav a{
	color:#ccc;
	text-decoration:none;
	padding:2px 5px;
}
#albumnav a:hover{
	color:#000;
	background:#fc0;
	padding:2px 5px;
	text-decoration:none;
}
#albumnav li{
	list-style:none;
	float:left;
	padding-right:1em;
}
#img{
	clear:both;
	margin:.5em;
}
#img img{
	margin:0 auto;
	display:block;
}
